@import url("secciones.css");

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,address,fieldset,input,table,th,td { margin:0; padding:0;}
ul,ol { list-style:none;}
a {text-decoration:none; outline:none; cursor: pointer;}
a img,:link img,:visited img { border:none;}

body{
	font-size: 0.75em;
	font-family: Verdana, arial, sans-serif;
	color:#CCC;
	background-color: #000;
	overflow-x: hidden;
}

h2{
	font-size: 1.8em;

}
.oculto{
	display: none;
}

.clearboth{
	clear: both;
}

.activo{
	color:#FFF;
}

.blanco {
	color:#fff;
	}

.gris{
	color:#666;
	}	
	
.rojo{
	color:#E30916;
}
	
.morado{
color: #940b57;
}
	
.naranja{
	color: #F45723;
}
	
p{
	line-height: 17px;
	margin-top: 15px;	
	margin-bottom: 15px;
}

.p{
	display: block;
	line-height: 17px;	
	margin-bottom: 15px;
}

.align_dcha {
	text-align:right;
	}

 .test {
 border: 1px solid red;
 }


/*------------------------------------------PAGINAS--------------------------------*/
/*ENCABEZADO*/
#logo {
	float:left;
	position:relative;
}
.separador {
	color:#666;
}
.menu_central {
	overflow: hidden;	
	text-align: right;
	clear:both;
	-height:100%;
}

.lista_menu_central {
	float:right;
	background-color:#333;
	width:400px;
	height:45px;
	background-image: url(../img/linea_colores_interior.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.lista_menu_central li {
	font-size: 22px;
	display:block;
	float:right;
	padding-top:8px;
	padding-right:2px;
}
.lista_menu_central li a{
	color:#999;
}
.lista_menu_central li a:hover{
	color:#FFF;
}
.submenu {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;	
	text-transform: capitalize;
}

.lista_submenu li{
	font-size:1.2em;
	display:inline;
	margin-left:13px;
	*margin-left:15px;
	border-right:1px solid #666;
	padding-right:15px;
	*padding-right:10px;
}

.lista_submenu li.ulti{
	border:0px;
}
.lista_submenu li a{
	color:#666;		
}
	
.lista_submenu li a.activo{
	color:#fff;		
}
	
.lista_submenu li a:hover{
	color:#FFF;
}
	
.lista_submenu li a:active{
	color:#FFF;
}
	
#contenido {
	width: 98%;
	margin: 30px auto;
	position: relative;
}

/*PAGINACION*/
 .paginacion {
 	text-align: right;
	font-size: 90%;
	line-height: 12px;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	clear:both;
 }
 
 .paginacion span {
 	margin:10px 0px 0px 0px;
 }
 
  .paginacion a {
 	margin-right:3px;
	margin-left: 3px;
	padding:1px;
	padding-right:5px;
	padding-left: 5px;
	line-height: 12px;
	background: #333333;
	color: #fff;
 }
 
 .paginacion a:hover {
	background: #f45723;
 }


/*HOME*/

#global  {
	width:auto;
	margin:10px auto;
	position:relative;
	background-image: url(../img/lengueta.jpg);
	background-position: 925px 105px;
	background-repeat: no-repeat;
}

#contenedor {
	width:990px;	
	margin:0 auto;
	position:relative;

}

#izda {
	float:left;
	position:relative;
	overflow:hidden; /* para que crezca la caja si el contenido es mayor*/
	width:472px;
}

#dcha {
	float:right;
	position:relative;
	overflow:hidden;
	width:518px;
}

#contenido_home {
	width:990px;
	padding-top:30px;
	margin:0 auto;	
	clear:both;
	position: relative;
}

#contenido_home img{
	margin-right: 10px;
}

.menu_central_home {
	height:47px;
	background-color:#333;
	text-align: right;
}

.lista_menu_central_home li {
	color: #666;
	display: block;
	font-size: 22px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:7px;
	margin-right:25px;
	padding-right:5px;
	background-color: #484848;	
}

* html .lista_menu_central_home li {
		height:47px;
		margin:0px;
		padding:0px;
}

/*.lista_menu_central_home li {
	color: #666;
	display: block;
	font-size: 22px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:7px;
	margin-right:25px;
	padding-right:5px;
	background-color: #484848;	
}*/



.lista_menu_central_home li a{
	color: #666;
	display: block;
}

.lista_menu_central_home li a:hover{
	color:#fff;
	background-image: url(../img/linea_colores.gif);
	background-repeat: no-repeat;	
	background-position: center top;
}

#noticias {
	width:380px;
	margin: 30px 20px;
	font-size: 1em;
	margin: 20px auto;
	}
	
#noticias a {
	color:#666;		
	}
	
#noticias a:hover{
	color:#fff;	
	}	
	
#noticias p{
	margin-bottom:7px;
	}
	
.noticias_titular {
	display: block;
	color:#666;
	height:20px;	
	background-image: url(../img/linea_gris.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	}
	
.noticias_fecha {
	color:#999999;	
	}
	
.menu_superior {
	text-align:right;
	margin:10px 10px 0 0;
	height:50px;
	}
	
.lista_menu_superior li {
	display:inline;
	border-right: 1px solid #666;
	margin-left:3px;
	*margin-left: 7px;
	padding-right:6px;
	*padding-right:4px;
	}
	
.lista_menu_superior li.margen {
	margin-right:70px;
	border: 0px;
	}
	
.lista_menu_superior li.ulti {
	border: 0px;
	}
	
.lista_menu_superior li a{
	color:#666;		
	}
	
.lista_menu_superior li a.activo{
	color:#fff;		
	}
	
.lista_menu_superior li a:hover{
	color:#FFF;
	}
	
.lista_menu_superior li a:active{
	color:#FFF;
	}
	
/*MAPA WEB*/
#mapa_web {
}	
#mapa_web a{
	padding-left:30px;
	margin-left: 20px;
	text-decoration:none;
	color: #999;
	background-image:url(../img/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	left: 0px;
	top: 0px;
}	
#mapa_web a:hover{
	padding-left:30px;
	margin-left: 20px;
	text-decoration:underline;
	color: #FFF;
	}
	
#mapa_web li{
	margin-top: 10px;

	}		
/*QUIENES SOMOS*/
#flota_izq {
	overflow:hidden;
	float:left;
	width:66%;
	position:relative;
}

#flota_izq .link a{
	color:#fff;
}

#flota_izq .link a:hover{
	color:#666;
}

#flota_dcha {
	overflow:hidden;
	float:right;
	width:31%;
	position:relative;
	
}
#flota_dcha_form {
	overflow:hidden;
	float:right;
	width:31%;
	position:absolute;
	top: 0px;
	right: 0px;	
}

h2.gris {
	margin-bottom:30px;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#666;
	background-image: url(../img/linea_gris.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}

h2.align_izda {
	text-align:left;
	}
	
h2.naranja_form {
	margin-bottom:30px;
	width:63%;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#F45723;
	background-image: url(../img/linea_proyectos.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
h2.morado_form {
	margin-bottom:30px;
	width:63%;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#811451;
	background-image: url(../img/linea_solutions.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
h2.rojo_form {
	margin-bottom:30px;
	width:63%;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#E30916;
	background-image: url(../img/linea_media.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
h2.naranja {
	margin-bottom:30px;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #F45723;
	background-image: url(../img/linea_proyectos.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
h2.morado {
	margin-bottom:30px;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #811451;
	background-image: url(../img/linea_solutions.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
h2.rojo {
	margin-bottom:30px;
	height:30px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #E30916;
	background-image: url(../img/linea_media.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align:right;
}
.quienes_foto {
	overflow:hidden;
	float:left;
	width:30%;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.listaenlinea ul {
	position:relative;
	display:inline;
	margin-top:10px;
	padding-bottom:10px;
}	
.listaenlinea li {
	position:relative;
	display:inline;
	margin-right:10px;
	padding-bottom:10px;
}	
.bot_descargar {
	color:#FFF;
	width:322px;
	height:24px;
	background-image: url(../img/bot_descargar.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 22px;
	margin-top:30px;
	margin-bottom:20px;
	padding-left: 10px;
	}
	
.bot_descargar:hover {
	width:322px;
	height:24px;
	background-image: url(../img/bot_descargar_2.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 22px;
	margin-top:30px;
	margin-bottom:20px;
	padding-left: 10px;
	}
	
#noflota {
	overflow:hidden;
	clear:both;
	padding-top:10px;
	}
	
#noflota a{
	font-size:90%;
	color:#FFF;
	}
	
#noflota a:hover{
	font-size:90%;
	color:#999;
	}

.bot_conoce {
	width:286px;
	height:24px;
	background-image: url(../img/bot_conoce.gif);
	background-repeat: no-repeat;
	display:block;
	text-align:center;
   line-height: 22px;
	margin-bottom:20px;
}
.img_text{
	width:90%;
	padding-top: 45px;
	padding-left: 2px;
	position:absolute;
	top: 25px;
	text-align:center;
}

.img_text a{
	color:#FFF;
	}
	
.img_text a:hover{
	color:#999;
	}

.img1 {
	margin-top:20px;
	float:left;
	width:30%;
	margin-left:3%;
	height:150px;
	position:relative;
	background-image: url(../img/quienes_media.gif);
	background-repeat: no-repeat;
}
.img2 {
	margin-top:20px;
	float:left;
	height:150px;
	margin-left:3%;
	width:30%;
	position:relative;
	background-image: url(../img/quienes_solutions.gif);
	background-repeat: no-repeat;
}
.img3 {
	margin-top:20px;
	float:right;
	height:150px;
	width:30%;
	position:relative;
	background-image: url(../img/quienes_proyectos.gif);
	background-repeat: no-repeat;
}
	
/*CONTACTO*/
.direccion {
   margin-left:40px;
}

ul.list_cont{
   width:598px;
 	 	}
		
ul.list_cont a{
	color:#fff;
 	 	}
		
ul.list_cont a:hover{
	color:#666;
 	 	}
		
li.list_cont_img {
	text-align:right;
	margin-right:5px;
	 	 } 		
		  		  
li.list_cont_med {
	height:25px;
	background-image: url(../img/cont_med_lin.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	text-align:right;
	padding-right:10px;
	margin-bottom:40px;
	 	 }
		 
 		 
 li.list_cont_sol{
	height:25px;
	background-image: url(../img/cont_sol_lin.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	text-align:right;
	padding-right:10px;
	margin-bottom:40px;
	 	 }
		 
		 
 li.list_cont_proy{
	height:25px;
	background-image: url(../img/cont_proy_lin.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	text-align:right;
	padding-right:10px;
	margin-bottom:40px;
	 	 } 
		 
		 
 li.list_cont_corp{
	height:25px;
	background-image: url(../img/cont_corp_lin.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	text-align:right;
	padding-right:10px;
	margin-bottom:40px;
	 	 } 
		 
.bot_pdf_gris_mini{
   margin:10px;
   color:#fff;
	height:23px;
	width:250px;
	line-height: 23px;
	text-align: center;
	display: block;
	background: url(../img/bot_descargar_mini.gif) no-repeat right;
 }
 
.bot_pdf_gris_mini:hover{
	background: url(../img/bot_descargar_mini_2.gif) no-repeat right;
 }
 
.lst_comercial li.select_gris {
	background-image:url(../img/ico_fle_gris.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
		 
 /*NOVEDADES*/ 
#flota_izq_nov {
	overflow:hidden;
	float:left;
	width:45%;
	clear:both;
}

 #flota_izq_nov img{
	padding: 5px 0px 5px 0px;
}	

#flota_dcha_nov {
	overflow:hidden;
	float:right;
	width:50%;
	position:relative;	
	background-color: #333;
	margin-top:30px;
	padding: 10px 10px 10px 10px;
}

#flota_dcha_nov p{
	padding: 10px 0px 10px 0px;
}

 #flota_dcha_nov .img{
	float:left;
	padding: 10px 10px 10px 0px;
}

.bloq_noticia {
	color:#666;
   overflow:hidden;
	display: block;
	padding: 5px 10px 5px 10px;
}

.bloq_noticia:hover { 
	color:#fff;
	background-color:#333;
}

/*RSS*/

#rss {
	padding:10px 10px 10px 10px;
	margin: 0px 0px 10px 40px;
	width:98%;
	background-color: #353432;
	overflow:hidden;
}

.bot_rss {
	color:#FFF;
	width:131px;
	height:20px;
	background-image: url(../img/bot_rss.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 22px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 10px;
	}
	
.bot_rss:hover {
	width:131px;
	height:20px;
	background-image: url(../img/bot_rss_2.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 22px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 10px;
	}
	


li.icon_flecha {
	text-decoration:none;
	background-image:url(../img/doble_flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left:10px;
	padding-left:15px;
	text-transform: uppercase;
	}	
	
li.icon_rss {
	height:20px;
	text-decoration:none;
	background-image:url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	margin:5px 0px 40px 10px;
	padding-left:45px;
	}	

.icon_rss a {
	color:#666;
	line-height:24px;	
}

.icon_rss a:hover{
	color:#fff;
	line-height:24px;
}


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
margin-top:-150px;
background-color:#eeeeee;
width:350px;
height:520px;
z-index: 9002;
}
