
/* CSS Document */
body, td, th, input, select, textarea{
	font-family:Arial, "Trebuchet MS", Tahoma;
	font-family:Raleway, Arial, "Trebuchet MS", Tahoma;
	font-weight:400;
	color:#000;
	font-size:14px;
	line-height:1.4em;
}
body{
	margin:0px;	padding:0px;
	background-color:#006633;
}
h1, h2, h3{
	margin:0 0 1em 0;
	padding:0px;
	font-weight:normal;
	line-height:normal;
}
h1{
	font-size:200%;
	font-weight:900;
}
h2{
	font-size:150%;
}
h3{
	font-size:110%;
}
h4{
	font-size:100%;
	color:#F3274F;
}
.negro{
	color:#000000;
	text-decoration:underline;
}
.negro a:hover{
	color:#fff;
	text-decoration:none;
}
a{
	color:#009966;
	text-decoration:none;
	font-weight:700;
}
a:hover{
	color:#FFCB01;
	text-decoration:underline;
}
form{
	margin:0;padding:0;
}
/*    Estilos de posicionnamiento   */
#global{
	width:100%;
	margin: 0 auto;
	padding:0px;
	min-height:650px;
	height:auto;
	background:#98B7E3;
	box-shadow:1px 1px 12px rgba(0,0,0,0.5);
}
#top{
	padding:0px;
	position:relative; z-index:300;
	height:120px; background:#fff;
	width:100%;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#logo{
	position:absolute;
	top:0px; left:20px;
	width:268px;
	padding:0px 0px 0px 0px;
}

/* *************  menus global ****************/
#menu{
	float:right;
	width:620px;
	margin-top:40px;
	padding:0px 20px 0px 0px;
	height:46px;
	background:#fff;
}
#menu .menuitem{
	float:left;
	font-size:16px;
	
	text-align:center;
	vertical-align:middle;
	padding:10px 0px;
	margin:0 16px;
	height:30px;
}

#menu a:link, #menu a:visited{
	font-weight:bold;
	color:#A6A6A6;
	text-decoration:none;
	text-transform:uppercase;
} 
#menu a:hover{
	color:#FED000; 
	text-decoration:none;
}
/* para definir cada menu con tu background diferente */

#current{}
#menu  #current a{
	color:#FC3;
}
#menuitem2{
	background-image:url(../images/botones/botonbg2.jpg);
	background-repeat:repeat-x;
}
#menuitem3{
	background-image:url(../images/botones/botonbg3.jpg);
	background-repeat:repeat-x;
}
#menuitem4{
	background-image:url(../images/botones/botonbg4.jpg);
	background-repeat:repeat-x;
}
#menuitem5{
	background-image:url(../images/botones/botonbg5.jpg);
	background-repeat:repeat-x;
}
#menuitem6{
	background-image:url(../images/botones/botonbg6.jpg);
	background-repeat:repeat-x;
}

#promo{
	clear:both;
	width:100%;
	padding:0px;
	height:256px;
}
#promoAnim{
	float:left;
	margin:0;
	padding:0;
}
#promoAnuncio{
	float:left;
	margin:0;
	padding:0;
}
#contenido{
	width:900px; margin:0 auto;
	clear:both; margin-top:0px;
	height:auto !important;
	padding:0 12px 20px 12px;
}

/* **********************  para columnas del home   ****************************/
#group{
	clear:both;
	background-color:#D0ECF7;
	height:292px;
}
#textos{
	clear:both;
}

/******** para secciones internas  *************/
#pagina{
	clear:both;
	text-align:left;
	width:100%;
	padding:0;
	background-color:#fff;
	min-height:40px;
	height:81px;
	background-image:url(../images/bgpagina.jpg);
	background-repeat:no-repeat;
}
#paginatitulo{
	padding:14px 0px 0px 10px;
	color:#fff;
	font-size:34px;
	font-weight:bold;
	float:left;
}
.proyectos{
	font-family: "Arial Black";
	font-size:24px;
	color:#EBF5F4;
}
.servicios{
	font-family: "Arial Narrow";
	font-size:20px;
	color:#009966;
}
.titulos{
	font-size:28px;
	text-transform:uppercase;
	color:#006633;
	margin:20px 0 0 0;
}
.bloque{
	float:left;
	border:0;
	height:auto;
	width:100px;
	padding:10px;
	text-align: left;
	vertical-align: middle;
}
.bloqueul{ margin:0; padding:0;}
.bloqueul li{
	list-style:none;
	padding:6px 0;
	border-bottom:1px solid #3A77BA;
}

.colored{
	color:#FF8C40;
	text-decoration:none;
}
.subrayado{
	border-bottom:1px solid #F68800;
}
.shadow{
	color:#A2B6BF;
	font-size:80%;
}
.submitBut{
	background-color:#6292D2;
	border:1px solid #FFF;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:11px;
}
.form{
	background-color:#98B7E2;
	color:#5E809D;
}

.formtext{
	background-color:#C8D7DF;
}
.image{
	padding:4px;
	border:2px solid #FF9900;
	background-color:#eee;
	margin:10px;
}
.fontColor01 {
	color: #9ED943;
	font-weight: bold;
}
.regionx{
	float:left;
	margin:10px 4px 10px 4px;
	padding:4px;
	width:20%;
	border:2px solid #eee;	
}
.bulletsrojos{ 
	list-style-image: url(../images/bulletrojo.jpg); list-style-position:outside;
}


/******  Estilos para el Pie   ***********/
#pie{
	clear:both;  
	position:relative; z-index:400;
	width:900px; 
	margin:0px auto 0 auto;
	padding:25px 0px 40px 0px;
	color:#eee;
	font-size:12px;
	text-align:center;
}
#pie a, #pie a:visited{
	color:#eee;
	padding:0px 6px;
	text-decoration:none;
}
#pie a:hover{
	color:#FF0;
}
#pieimage{
	clear:both;
	width:900px;
	background-image:url(../images/pieimage.jpg);
	background-repeat:no-repeat;
	height:25px;
}
#powerby{
	clear:both;
	font-weight:normal;
	width:100%;
}
#powerby a{
	color:#ff6600;
}
#facebook{
	position:absolute;
	top:30px;
	left:10px;
}
.boton{
	padding:10px 25px;
	border-radius:20px;
	background:#F90;
	color:#fff;
	text-align:center;
	border:0;
	cursor:pointer;
}