/*

	Estilos generales

	Creado: 2009-12-12

*/

/* ESTRUCTURA */

html {

	overflow-x: hidden;

}

body {

	padding:0px;

	margin:0px;

	overflow-y: scroll;	

	overflow-x: hidden;

}

#wrap{

	position: absolute;
	left: 50%;
	width: 1950px;
	margin-left: -975px;

}

.inicio {

	background: url(../../img/background_inicio.jpg) no-repeat top left;

}

.empresa {

	background: url(../../img/background_empresa.jpg) no-repeat top left;

}

.prensa {

	background: url(../../img/background_prensa.jpg) no-repeat top left;

}

.descargas {

	background: url(../../img/background_descargas.jpg) no-repeat top left;

}

.categorias {

	background: url(../../img/background_secciones.jpg) no-repeat top left;

}

.productos {

	background: url(../../img/background_productos.jpg) no-repeat top left;

}

.contacta {

	background: url(../../img/background_contacta.jpg) no-repeat top left;

}

#header {

	height:100px;

	margin:0 auto;

	padding-top: 130px;

	background:url(../../img/mainmenu.png) no-repeat top center;

}



/*.inicio #clean { height: 746px; }

.prensa #clean { height: 540px; }

.productos #clean { height: 746px; }

.empresa #clean { height: 540px; }

.contacta #clean { height: 746px; }

.descargas #clean { height: 746px; }

.categorias #clean { height: 746px; }*/

/* submenu position */

#submenu {

	position:absolute;

	z-index:2;

/*	margin:-80px auto 0 auto;

	width:990px;

	text-align:right;*/

}

#content {

	/*position:absolute;*/
	position:relative;

	z-index: 1;

	margin:0 0 0 -460px;

	left: 50%;

	/*top:230px;*/
	top:0;

	width:960px;

	text-align: left;

	clear:both;
	
	min-height:520px;

}

#footer {

	background: url(../../img/footer.png) repeat-x top left;

	height:20px;

	padding-top: 20px;

	margin: 20px auto 0 auto;

	text-align:center;

}

#footer p {

	text-align:center;

	font-size:11px;

	margin: 0;

}

#footer span {

	margin-left:100px;

}



/* PRODUCTOS */

#miniaturas {

	margin:10px auto;

}

#miniaturas img {

	margin:0 10px;

	border:2px double #7187a5;

}

.columna {

	width:48%;

	float:left;

	padding:0 4px 0 0;

	margin:10px 0 0;

	text-align:left;

}

.productos h1 {

	margin:0 0 10px 0;

	font-size:18px;

	font-weight:bold;

	color:#152945;

}

.productos h2, .productos h3, .descargas h2 {

	color:#152945;

	font-size:14px;

	padding-bottom:2px;

	border-bottom:2px solid #152945;

	margin-bottom:6px;

}

.productos p {

	line-height:17px;

}

.productos strong {

	color:#152945;

	font-weight:bold;

}

.clear {

	clear:both;

}



/* MENU */

#header div#buttons {

	/*width:940px;

	text-align:right;

	margin: 0 auto;*/

	left:26%;

	position:absolute;

	text-align:right;

	top:130px;

	width:970px;

}

#header div#buttons a {

	margin-left:15px;

	display:block;

	float:right;

	font: bold 13px Verdana, Arial, San-serif;

	color:#FFF;

	text-decoration:none;

	text-align:left;

}

#header div#buttons a.sel {

	color:#152945;

}

#header div#buttons a:hover { 

	color:#2b333e;

}

.logotipo {

	float:left;

	margin-left:494px;

	margin-top:-25px;

}

#submenu {
	/*margin-top:-80px;
	margin-left: 481px;
	width:990px;
	text-align:right;*/
	right:542px;
	text-align:right;
	top:150px;
	width:258px;
/*	height:150px;*/
	background:url(../../img/submenu.jpg) no-repeat 0 0;	
	padding-top:57px;
	display:none;
}
#submenu_repeat {
	width:258px;
	background:url(../../img/submenu_repeat.jpg) repeat-y 0 0;
}
#submenu_pie {
	width:258px;
	height:39px;
	background:url(../../img/submenu_pie.jpg) repeat-y 0 0;
}

#submenu ul {
	padding-left:20px;
}

#submenu ul li {
	margin-top:8px;
	text-align: left;
	color:#8ca8cd;
	font: bold 11px Verdana, Arial, Gill Sans, San-serif;
}

#submenu ul li.categoria {
	margin-top:0;
	margin-bottom:0;
}
#submenu ul li.categoria a {
	color:#555;
	text-decoration:none;
	font:normal 11px Verdana, Arial, Gill Sans, San-serif;
}

#submenu ul li a {
	color:#8ca8cd;
	text-decoration:none;
	font:bold 12px Verdana, Arial, Gill Sans, San-serif;
}



/* NOTICIAS PORTADA */

#noticias {

	width:242px;

	height:364px;

	background:url(../../img/noticias.png) no-repeat top left;

	float:right;

	padding:24px 28px 0 28px;

}

#noticias h1 {

	font-size:14px;

	color:#35404e;

	padding-bottom:2px;

	border-bottom:2px solid #35404e;

	margin-bottom:14px;

}

#noticias h2 {

	color:#255aa1;

	font-weight:bold;

	font-size:12px;

	margin-bottom:10px;

}

#noticias p {

	font-size:13px;

	line-height:15px;

	margin-bottom:10px;

}

#noticias a {

	color:#255aa1;

	display:block;

	text-align:right;

	text-decoration:none;

}

#noticias hr {

	background-color:#CCC;

	margin:5px auto;

}



/* TEXTOS */

body {

	font: normal 11px Tahoma, Arial, san-serif;

	color:#555;

}

#footer, #footer a {

	color:#FFF;

}

h1.apartados {
	width:961px;
	height:39px;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url(../../img/background_titulo.png) no-repeat top left;
	padding-left:54px;
	padding-top:7px;
	margin-bottom:32px;
}

.descargas h1.apartados, .categorias h1.apartados {
	margin-left:14px;
	width:851px;
}

h2 span { font: normal 12px Arial, Helvetica, sans-serif; }







.italic { font-style:italic; }

strong { font-weight:bold; }



/* EMPRESA */

.empresa #content, .prensa #content, .contacta #content, .productos #content {

	
	left: 50%;
	width: 1000px;
	margin-left: -500px;

	padding-left:20px;

	padding-top:35px;

	color:#152945;



}

.empresa #content .texto {

	width:500px;
	margin-left:20px;

}

.empresa p {

	font-size:12px;

	line-height:20px;

	font-family: Verdana, Arial, sans-serif;

	margin: 0 0 5px 0;

	text-align:justify;

}

img.edificio {

	float:right;
	
	margin-top:5px;
	margin-right: 50px;

}



/* PRENSA */

.prensa h2, .productos h2 {

	font:bold 20px Arial, Helvetica, sans-serif;

	padding-bottom:10px;

	border-bottom:1px solid #000;

	margin-bottom:20px;

}

.prensa p {

	line-height:18px;

}

.mas {

	text-align:right;

	margin:6px 10px;

}

.mas a{

	color:#8aa5c9;

	text-decoration:none;

	font-weight:bold;

}



.noticia {

	height:150px;

	width:750px;

	float:right;

	padding-top:10px;

}

.bgfoto {

	width: 170px;

	height: 170px;

	background: url(../../img/foto_producto_min.png) no-repeat top left;

	padding-top: 15px;

	padding-left: 15px;

	float:left;

}

.bgfoto_mini {

	width: 80px;

	height: 80px;

	background: url(../../img/foto_producto_mini.png) no-repeat top left;

	padding-top: 4px;

	padding-left: 4px;

	float:left;

}

/* CONTACTA */

.contacta h2 {

	font:bold 20px Arial, Helvetica, sans-serif;

	padding-bottom:10px;

	border-bottom:2px solid #000;

	margin-bottom:20px;

}

.contacta input, .contacta textarea {

	margin-bottom: 3px;

	margin-top: 2px;

}



/* PRODUCTOS */

.productos h2 {

	margin-top: 50px;

}

.productos h2 a {

	text-decoration: none;

	color: #152945;

}

.fotos {
	width:280px;
	float:left;
	margin-left:40px;
}

.fotos div {
	width: 255px;
	height: 255px;
	background: url(../../img/foto_producto.png) no-repeat top left;
	padding-top: 15px;
	padding-left: 15px;
}

.ficha {
	width:600px;
	float: right;
	margin-top:10px;
	margin-right:10px;
}
.ficha p {
	font:normal 12px Verdana, Arial, sans-serif;
	line-height:20px;
}



h2.listado { 
	margin-top:5px;
	width:359px;
	float:right;
	margin-right:10px;
	border-bottom:0 !important;
}
h2.listado a {
	font-size:11px;
	font-weight:bold;
	color:#124281;
}



.volver {
	clear:both;
	text-align:right;
	line-height:20px;
}

.volver a {
	color:#152945;
	text-decoration:none;
	font:bold 12px Verdana, Arial, sans-serif;
}

p.pdf {

	clear:both;

	margin-top:10px;

	margin-bottom:10px;

}

p.pdf a{

	color:#152945;

	text-decoration:none;

	font-weight:bold;

}



#aviso_legal {

	padding:10px;

	width:360px;

	overflow-y: hidden;	

	overflow-x: hidden;

}

#aviso_legal p {

	margin:4px 0;

	text-align:justify;

}

.descargas #content {
	padding-top:50px;
}
.descargas table {
	width:870px;
	margin:0 auto;
	border-collapse:collapse;
}
.descargas table th {
	height:40px;
}
.descargas table th strong {
	font: normal 16px Verdana, Arial, sans-serif;
	color:#124281;
	border-bottom:1px solid #124281;
	padding-bottom:7px;
	padding-left:25px;
	padding-right:5px;
}
.descargas table td {
	height:50px;
	width:435px;
	padding-left:60px;
	vertical-align:middle;
}
.descargas table td img {
	float:left;
	margin-right:12px;
}
.descargas table td a{
	font: normal 11px Verdana, Arial, sans-serif;
	color:#242424;
	text-decoration:none;
	margin-top:12px;
	display:block;
}

.contacta p {
	line-height:18px;
	font-size:12px;
}

.categorias #content {
	padding-top:50px;
}
.categorias #content img {
	float:left;
	margin-left:68px;
}
.categorias .descripcion {
	color:#35404e;
	width:460px;
	margin-top:10px;
	float:left;
	margin-left:25px;
	font: normal 12px Verdana, Arial, sans-serif;
	line-height:20px;
	text-align:justify;
}

.btn_idioma {
	color:#255AA1;
	font-weight:bold;
	line-height:20px;
	margin-right:100px;
	position:absolute;
	right:350px;
	top:0;	
}
.btn_idioma a {
	color:#255AA1;
}
img, div { behavior: url(iepngfix.htc) }
