/* CSS Document */

/* para resetear todas las propiedades*/
:link,visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
a img,:link img,:visited img {
	border:0px;
	bottom: 0px;
}
address { font-style:normal }
/*fin del reseteo*/

input, select { font-size:11px; padding:2px 0;}
a, a:visited {
	color:#000000;
} 

body {
	margin: 1px auto;
	text-align: center;
	font-family: "Helvetica", Arial, "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
}
#contenedor {
	width: 1000px;
	height: auto;
	top: 0px;
	margin:0 auto 0 auto;
}
#contenedor #ISO {
	float: right;
}

#cabecera {
	width: 1000px;
	height: 75px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cabecera h1 {
	float: left;
}
#cabecera h1 span {
	display: none;
}
#not_principal{
	width:245px;
	float:left;
	text-align:left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.titular {
	color:#666666;
	font-size:17px;
	margin-bottom:10px;
        line-height: 150%;
}
#novedades {
	background-color: #FFFFFF;
	display: block;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
}
#novedades a {
	color: #333333;
	padding-left: 150px;
}
.fecha {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}


.noticia_portada{
	color:#666666;
	font-size: 80%;
}
.noticia_portada a {
	color: #666666;
	text-decoration: none;
}
#banner{
	width:690px;
	float:left;
}
#menu_superior {
	color:#666666;
	text-align:right;
	font-size:90%;
	float:right;
	height: 80px;
	width: 300px;
}
#contenedor #cabecera #certificacion {
	float: right;
	height: auto;
	width: auto;
	margin-left: 10px;
}

#menu_superior ul {
	padding:3px;
}
#menu_superior li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #fff;
	height:12px;
}
#menu_superior a {
	color:#999999;
	font-size: 11px;
}
#menu_superior a:hover {
	color:#000000;
	text-decoration:underline;
}

#menu_acceso {
	color:#fff;
	font-size:12px;
	text-align:right;
	float:right;
	clear:both;
	margin-top:120px;
	background-color:#868686;
	padding-top:2px;
}
#menu_acceso label{
	color:#fff;
	text-align:right;
	float:left;
	padding-top:2px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu_acceso input{
	border:1px solid #868686;
	width:50px;
	float:left;
	margin-left:5px;
	padding:1px;
}
#entrar{
	background-color:#868686;
	color:#fff;
	float:left;
	border:none;
}
#cuerpo {
	width: 960px;
	/*height: auto !important;  para los navegadores buenos*/
	/*height:405px;  para IE5+ */
	/*min-height: 360px; para los navegadores buenos*/
	background: url(../images/fondo_cuerpo.jpg);
	background-color: #0d151d;
	background-repeat:repeat-x;
	padding:20px;
	color:#FFFFFF;
}

#cuerpo_index {
	width: 1000px;  /*para IE5+ */
	color:#000000;
	float: left;
	height: auto;
}

#seccion {
	background: url(../images/fondo_seccion.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:left;
	padding-bottom:12px;
	margin-bottom: 20px;
	height:22px;
}
#seccion h2{
	font-family: "Helvetica", Arial, Trebuchet MS, Verdana, sans-serif;
	color:#ce0000;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding: 3px 5px;
	float:left;
}

/* *******************************  MENÚ ************************************* */

.menu {
	width: 1000px;
	height: 33px;
	color: #fff;
	font-size:95%;
	position:relative;
	z-index:101;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	text-transform: uppercase;
	background-image: url(../images/fondo_menu.gif);
	background-repeat:  repeat-x;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	_width:1px;
	height:25px;
	text-align:left;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	line-height:25px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
	line-height: 25px;
}
.menu ul li ul {
	visibility:hidden;
	position:absolute;
}
.menu table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin:-1px;
}
.menu ul li:hover a, .menu ul li a:hover {
	background-image: url(../images/fondo_menu.gif);
	background-repeat:repeat;
	background-position:center;
}
.menu ul li a:hover {
color:#ffd90f;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility:visible;
	margin-left: 35px;
	_margin-left:0px;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li {
	display:block;
	color:#FFFFFF;
	width:125px;
	background-color: #000000;
	background-image: none;
}
.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	width:125px;
	padding-left:10px;
	font-size:80%;
	border-bottom: 1px solid #fff;
	height:18px;
	line-height:18px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:#403e3e;
}
.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	left:130px;
	_left:165px;
	top:0px;
}
.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
	background:#403e3e;
	width: 205px;
}
.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
	background:#868686;
}

/* ***************************    FIN MENÚ    ******************************** */

/********************************** bloque superiores  ***************************/
/** home ***/
#bloque_sup{
	height:215px;
	background-color:#FFD90F;
}
/** historia ***/
#bloque_sup2 {
	background-image: url(../images/cabecera_ag.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
}
#bloque_sup_entibaciones_bis {
	float: left;
	height: 241px;
	width: 1000px;
}
#bloque_sup_entibaciones {
	float: left;
	height: 150px;
	width: 1000px;
}
#bloque_sup2 h3 {
	color: #133862;
	font-size: 145%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	text-align: left;
	padding-left: 18px;
	padding-top: 40px;
	line-height: 28px;
}
/** banner superior ***/
#bloque_sup3 {
	background-image: url(../images/cabecera2.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 1000px;
}

#bloque_sup2 h3  span {
	font-size: 120%;
}
/**************************bloque inferior******************************/
#bloque_inf{
	float: left;
	padding: 15px 0px 5px 0px;
	width: 1000px;
	height: auto;
}
#bloque_agenda{
	float: left;
	padding: 15px 0px 5px 0px;
   
	width: 1000px;
	height: auto;
}
#bloque_agenda p {
    text-align: left;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
}
#bloque_agenda h2 {
    
	color: #000000;
	text-align: left;
	font-size: 150%;
	border-bottom: 1px solid #ffd90f;
	margin-bottom: 15px;
	border-left: 1px solid #FFD90F;
	padding: 0 0 5px 30px;
	font-weight: normal;
}

#bloque_inf h2 {
	color: #000000;
	text-align: left;
	font-size: 150%;
	border-bottom: 1px solid #ffd90f;
	margin-bottom: 15px;
	border-left: 1px solid #FFD90F;
	padding: 0 0 5px 8px;
	font-weight: normal;
}

#bloque_inf h2 a {
	text-decoration: none;
	color: #000000;
}

#bloque_inf h2 .nivel1 {
color:#999999;

}
#bloque_inf h2 .nivel2 {
	color:#666666;

}
#bloque_inf #texto_historia {
	font-size: 80%;
	text-align: justify;
	color: #000000;
	float: right;
	width: 600px;
	line-height: 18px;
	padding-left: 20px;
}
#bloque_inf #texto_historia .datos_tecnicos span {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
#bloque_inf #texto_historia .datos_tecnicos li {
	padding-left: 3px;
}

#bloque_inf #texto_historia strong {
	color:#133862;
	font-size: 12px;
}
/************contenido historia y novedades**********************/
#bloque_inf #texto_historia p {
	padding-bottom: 9px;
}
#bloque_inf #imagen {
	float: left;
	height: 350px;
	width: 375px;
}
/************contenido contacto**********************/
#bloque_inf .fichas {
	color: #133862;
	font-size: 11px;
	text-align: left;
	width: 220px;
	float: left;
}
#bloque_inf .fichas li {
	width: 300px;
	float: left;
	border: 1px solid #FFD90F;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 1px;
	font-size: 12px;
	line-height: 18px;
	height: 111px;
}
#bloque_inf .fichas strong {
	font-size: 14px;
}
#bloque_inf .fichas span {
	color: #666666;
	font-size: 11px;
	padding-bottom: 5px;
	display: block;
}
#bloque_inf .fichas p {
	float: left;
	display: block;
}
#bloque_inf .fichas img {
	float: right;
	padding-top: 15px;
}


/**************** contacto ****************/

#contenedor_contacto{
	text-align:left;
	margin-left:100px;
	_margin-left:50px;
	float:left;
	width:400px;
}
.label_span {
	width:400px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-size:12px;
}
#form1 {
	color:#000000;
	_padding: 16px 20px 16px 20px;
	float: right;
	width: 400px;
	/*height: 400px;*/
	background-image: url(../images/fondo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#form1 .texto {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: justify;
	display: block;
	margin: 0px;
	line-height: 20px;
}

#contenedor_contacto h3 {
	background-image:url(../images/cabecera_h3_contacto.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:17px;
	width:200px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-top:3px;
}
#form1 .form_input {
	border:1px solid #CCCCCC;
	width:250px;
	background-color: #F3F3F3;
	font-size: 11px;
}
#form1 textarea {
	border:1px solid #CCCCCC;
	width:200px;
	_width:150px;
	height:80px;
}
#form1 select {
	border:1px solid #CCCCCC;
	width:250px;
	background-color: #F3F3F3;
}
#form1 .label_span {
	width:125px;
	float:left;
	font-weight:bold;
}
#form1 .boton {
	border:2px solid #ffd90f;
	background-color:#000000;
	color:#FFFFFF;
	width:100px;
	font-weight:bold;
	font-size:12px;
	width:100px;
	cursor:pointer;
}
#form1 .aviso {
	font-size:10px;
	margin-left:0px;
	height:20px;
}
#form1 .botones {
	margin-left:145px;
}
#form1 p {
	margin-bottom:8px;
}
.imagen_contacto {
	margin-left:30px;
	float:left;
	margin-top:21px;
	height:310px;
}

/**************** fin contacto ****************/

/**************** inicio formulario presupuesto ****************/

#form2 {
	color:#000000;
	_padding: 16px 20px 16px 20px;
	float: right;
	width: 500px;
	background-image: url(../images/fondo_presupuestos.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#form2 .texto {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: justify;
	display: block;
	margin: 0px;
	line-height: 20px;
}

#contenedor_contacto h3 {
	background-image:url(../images/cabecera_h3_contacto.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:17px;
	width:200px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-top:3px;
}
#form2 .form_input {
	border:1px solid #CCCCCC;
	width:250px;
	background-color: #F3F3F3;
	font-size: 11px;
}
#form2 textarea {
	border:1px solid #CCCCCC;
	width:200px;
	_width:150px;
	height:80px;
}
#form2 select {
	border:1px solid #CCCCCC;
	width:250px;
	background-color: #F3F3F3;
}
#form2 .label_span{
	width:225px;
	float:left;
	font-weight:bold;
}
#form2 .boton {
	border:2px solid #ffd90f;
	background-color:#000000;
	color:#FFFFFF;
	width:100px;
	font-weight:bold;
	font-size:12px;
	width:100px;
	cursor:pointer;
}
#form2 .aviso {
	font-size:10px;
	margin-left:0px;
	height:20px;
}
#form2 .botones {
	margin-left:200px;
}
#form2 p {
	margin-bottom:8px;
}

/**************** fin formulario presupuesto ****************/

/**************** inicio mensajes formularios ****************/

#form1 #mensajes_email, #form2 #mensajes_email {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	display: block;
	font-size: 11px;
}
#form1 #mensajes_email ul, #form2 #mensajes_email ul {
	margin-left: 60px;
}
#form1 #mensajes_email ul li, #form2 #mensajes_email ul li {
	list-style: disc;
}
#form1 #mensajes_email ul li strong, #form2 #mensajes_email ul li strong {
	font-weight: bold;
}

/**************** fin mensajes formularios ****************/

/************contenido marcas**********************/
.marcas {
}
.marcas li {
	float: left;
	height:150px;

	width: 200px;
}
.marcas li a {
	width: 170px;
	padding-top: 110px;
	background-color: #000000;
	display:block;
	color:#FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;

}
 .marcas li a:hover{
	background-color: #797879;
	color:#FFD90F;

}
#bloque_inf .logo1 a {
	background-image:url(../images/VALERO_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo1 a:hover {
	background-image: url(../images/VALERO.gif) ;
	background-repeat: no-repeat;
}
#bloque_inf .logo2 a {
	background-image:url(../images/SBH_logo_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo2 a:hover {
	background-image: url(../images/SBH_logo.gif);
	background-repeat: no-repeat;
}
#bloque_inf .logo3 a {
	background-image:url(../images/BASF_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo3 a:hover {
	background-image:url(../images/BASF.gif) ;
	background-repeat: no-repeat;
}
#bloque_inf .logo4 a {
	background-image:url(../images/WIMAG_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo4 a:hover {
	background-image:url(../images/WIMAG.gif) ;
	background-repeat: no-repeat;
}

#bloque_inf .logo5 a {
	background-image:url(../images/SATUJO_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo5 a:hover {
	background-image:url(../images/SATUJO.gif) ;
	background-repeat: no-repeat;
}
#bloque_inf .logo6 a {
	background-image:url(../images/ISCHEBECK_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo6 a:hover {
	background-image: url(../images/ISCHEBECK.gif);
	background-repeat: no-repeat;
}
#bloque_inf .logo7 a {
	background-image: url(../images/HBAU_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo7 a:hover {
	background-image: url(../images/HBAU.gif);
	background-repeat: no-repeat;
}
#bloque_inf .logo8 a {
	background-image:url(../images/LAMPE_hover.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo8 a:hover {
	background-image:url(../images/LAMPE.gif) ;
	background-repeat: no-repeat;
}

#bloque_inf .logo9 a {
	background-image: url(../images/WENDLER_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo9 a:hover {
	background-image: url(../images/WENDLER.gif);
	background-repeat: no-repeat;
}
#bloque_inf .logo10 a {
	background-image: url(../images/BT_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo10 a:hover {
	background-image: url(../images/BT.gif);
	background-repeat: no-repeat;
}
#bloque_inf .logo11 a {
	background-image: url(../images/riveStop_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bloque_inf .logo11 a:hover {
	background-image: url(../images/riveStop.jpg);
	background-repeat: no-repeat;
}


/*********************/



/**************** pie* *************************/

#pie {
	width: 990px;
	font-size: 75%;
	text-align: right;
	color: #666666;
	height: 22px;
	padding: 10px 10px 0px 0px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFD90F;
	background-color: #FFD90F;
} 	
#pie a{
	color: #666666;
	text-decoration: none;
}	 
#pie a:hover{
	color: #ce0000;
	text-decoration: none;
}
/**************** fin pie *************************/

/**************** error *************************/

#error_contenedor{
	background:url(../images/fondo_cuerpo.jpg);
	background-repeat:repeat-x;
	background-position: center;
	width:400px;
	border:2px solid #ce0000;
	margin:100px auto;
	padding:40px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.error_logo{
	margin-bottom:40px;
}
.error_text{
	text-align: center;
	margin-bottom:40px;
}
.error_link{
	text-align:right;
}
.error_link a{
	color:#ce0000;
	text-decoration:underline;
}

/**************** fin error *************************/



/**************** accsibilidad, aviso legal y mapa web *************/

#contenedor_accesibilidad {
	width:1000px;
	float:left;
	font-size:11px;
	text-align:justify;
	margin-left:0px;
	_margin-left:50px;
}
#contenedor_accesibilidad p{
	clear:both;
	margin-bottom:10px;
}
#contenedor_accesibilidad strong {
	color: #FFD90F;
}

.der {
	width:460px;
	margin-bottom:10px;
	float:right;
}
.izq {
	width:460px;
	margin-bottom:10px;
	float:left;
	line-height: 18px;
}
#contenedor_accesibilidad h3 {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	padding:3px;
	font-size:12px;
	margin-bottom:10px;
}
#contenedor_accesibilidad a {
	color:#000000;
	font-weight:bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;
}
#contenedor_mapaweb {
	text-align:left;
	font-size:12px;
}
#contenedor_mapaweb h3 {
	background-image:url(../images/cabecera_h3.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:17px;
	width:200px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-top:3px;
}

/****************  fin accsibilidad, aviso legal y mapa web *************/



/******************* ubicación ***************************/


#bloque_inf small a {
	color: #000000;
	text-align: right;
	display: block;
	width:1000px;
}



/******************* fin ubicación ***************************/
/******************* pestañas ***************************/
#pestanas {
	float: left;
	width: 1000px;
	margin-right: 10px;
	/*height: 190px;*/
	margin-top: 8px;
/*	border: 1px solid #00FF00;*/
}

/* hack-ie6 */
html #pestanas {
	margin-right: 0px;
}
/*************PESTAÑAS**********************/
#listado{
	width: 1000px;
		_width:999px;
                height: 220px;
	float: left;
	clear: both;
}
 #listado1{
	width: 1000px;
	_width:995px;
	float: left;
	clear: both;
}
#not_ppal_ext #listado2 {
	width: 1000px;
	clear: both;
	float: left;
}
#not_ppal_ext #listado3 {
	width: 1000px;
	clear: both;
	float: left;
}
#not_ppal_ext {
	width: 998px;
        height: 220px;
	_width: 997px;
	float: left;
	clear: both;
	text-align: justify;
	border-right-width: 1px;
	background-image: url(../images/linea_pestanas.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	
}

#not_ppal_ext .con_linea {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
}
#not_ppal_ext .producto1 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
}
#not_ppal_ext .producto2 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
}
#not_ppal_ext .producto3 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
}
html #not_ppal_ext {
/*	width: 505px;*/
}
#not_ppal_ext #listado ul {
	text-align: left;
	width: 332px;
	*width:331px;
	float: left;
	padding-top: 10px;
	height: 210px;
}
#not_ppal_ext #listado1 ul{
	text-align: left;
	width: 999px;
	_width:999px;
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	
	
}
#not_ppal_ext #listado2 ul {
	width: 1000px;
	_width: 997px;
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}

#not_ppal_ext #listado3 ul {
	text-align: left;
	width: 999px;
	_width:997px;

	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}


#not_ppal_ext #listado ul li {
	text-align: left;
	float: left;
	text-align: justify;
	font-size: 80%;
	width: 300px;
	_width: 299px;
	height: 20px;
	display: block;
	padding-left: 30px;
	color: #CCCCCC;
	padding-top: 8px;
	background-image: url(../images/listado_pestanos.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#not_ppal_ext #listado1 ul li{
	text-align: left;
	float: left;
	text-align: justify;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	width: 249px;
	_width:247px;
	*width: 247px;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
#not_ppal_ext #listado2 ul li {
	height: 175px;
	width: 199px;
	_width: 198px;
	*width: 198px;
	float: left;
}
#not_ppal_ext #listado3 ul li {
text-align: left;
	float: left;
	text-align: justify;
	font-size: 12px;
	width: 318px;
	_width: 300px;
	
	height: 20px;
	display: block;
	padding-left: 30px;
	color: #CCCCCC;
	padding-top: 8px;
}
#not_ppal_ext #listado1 li img {
	margin: 0px;
	padding: 0px;
	float: left;
	_width: 247px;
	_height:150px;
}
#not_ppal_ext #listado2 li img {
	margin: 0px;
	padding: 0px;
	float: left;
	_width: 198px;
	_height:150px;
}
#not_ppal_ext #listado3 li img {
		margin: 0px;
	padding: 0px;
	float: left;
	_width: 198px;
	_height:150px;
}
#not_ppal_ext #listado1 span{
	width: 249px;
	_width: 247px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
#not_ppal_ext #listado2 span{
	width: 199px;
	_width: 198px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
#not_ppal_ext #listado3 span{
	width: 249px;
	_width: 247px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
#not_ppal_ext  .familia1 {
	background-color: #021b35;
}
#not_ppal_ext  .familia2 {
	background-color: #172f47;
}
#not_ppal_ext  .familia3 {
	background-color: #2d455d;
}
#not_ppal_ext  .familia4 {
	background-color: #7890a8;
}
#not_ppal_ext  .familia5 {
	background-color: #95b7d8;
}




/******************* fin pestañas ***************************/

/******************* Inicio productos ***************************/
/**************** productos ****************/

.content {
	clear:both;
	float:left;
	height: auto !important;  /*para los navegadores buenos*/
	height:345px;  /*para IE5+ */
	min-height: 345px; /*para los navegadores buenos*/
	width:460px;
	text-align:left;
}
#ficha_completa{
	border-bottom:solid 1px #133862;
	border-right: solid 1px #133862;	
	float:left;
	width:1000px;
	height:auto;
}
.margen {
}

#contenedor_producto{
	width:500px;
	float:right;
	font-size:11px;
	text-align:justify;
	height: auto !important;  /*para los navegadores buenos*/
	height:311px;  /*para IE5+ */
	min-height: 311px; /*para los navegadores buenos*/
	color: #000000;
}
#contenedor_producto ul.listar li{
	list-style-type: none;
	display:block;
	padding: 0 0 0 12px;
	background: url(../images/lista.png) no-repeat left;
	float: none;
	margin: 0 0 5px 0;
}
#contenedor_producto ul.listar li strong{
	font-weight: bold;
	color: #000;
}
#contenedor_producto strong {
	color: #133862;
}
#contenedor_producto li {
	line-height: 20px;
	padding-right: 10px;
}


#contenedor_producto h3, #contenedor_producto2 h3{
	margin-bottom:10px;
	padding:3px;
	background-color:#133862;
	font-size:150%;
	color: #FFFFFF;
}

#contenedor_producto p{
	clear:both;
	color: #000000;
	font-size:110%;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	margin: 5px 0;
}
#contenedor_producto a {
	display: block;
	padding: 2px 5px;
	float: right;
	background-color: #000000;
	border: 4px solid #FFD90F;
	font-size: 125%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 20px 20px 0;
}
#contenedor_producto .enlaces_productos {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contenedor_producto ul.enlaces_productos {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0px;
	width: 100%;

}

#contenedor_producto .enlaces_productos li{
	display: block;
	border-right: 1px solid #FFD90F;
	float: left;
	margin: 0px;
	padding: 0px 5px;

}


#contenedor_producto .enlaces_productos a {
	border: none 0px;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	float: left;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	margin-right: 0px;
}
#contenedor_producto .enlaces_productos a:hover {
text-decoration:underline;

}
/******************contenedor producto2****************************/
#contenedor_producto2{
	width:500px;
	float:right;
	font-size:11px;
	text-align:justify;
	height: auto !important;  /*para los navegadores buenos*/
	height:311px;  /*para IE5+ */
	min-height: 311px; /*para los navegadores buenos*/
	color: #000000;
}

#contenedor_producto2 li{
	
	float:left;
	font-size:10px;
	margin-right:5px;
	margin-bottom:5px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#contenedor_producto2 li a{
	width:110px;
	height:100px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
	padding-top:5px;
}
#contenedor_producto2 li img{
width:100px;
}
/*****************descargar catalogo*********************/
.catalogo a {
	float: right;
	width: 502px;
	text-align: left;
	font-size: 85%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:25px;
	display:block;
}
.catalogov a {
	float: left;
	width: 100%;
	text-align: left;
        margin-left:20px;
	font-size: 85%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:25px;
	display:block;
}
#bloque_inf .catalogov a  img{
	float:left;
	padding-right:8px;
}
.videopr {
	width: 309px;
	margin: 0 11px 25px 11px;
	float: left;
	min-height: 194px;
	height: auto;
	}
	
.videopr iframe{
	border: 1px solid #CCCCCC;
		}

.videopr h3 {
	color: #133862;
	font-size: 100%;
	font-weight: bold;
	width: 98%;
	text-align: left;
	padding: 10px 0 5px 6%;
	line-height: 150%;
	}
        
        
#bloque_inf .catalogo a  img{
	float:left;
	padding-right:8px;
}
#ficha_producto{
	color:#006600;
	width:137px;
	font-size:11px;
	width:460px;
	float:right;
	text-align:left;
	margin-top:5px;
}
.ficha {
	padding:10px;
	background-color:#ccc;
	border:1px solid #274776;
	background-image: url(../images/fondo_ficha.jpg);
	background-repeat:repeat-x;
	height:120px;
}
#ficha_producto h3 {
	background-image:url(../images/cabecera_h3.gif);
	background-repeat:no-repeat;
	height:16px;
	width:137px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-top:4px;
}
.imprimir_ficha {
	background-image:url(../images/barra_imprimir.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:21px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding-left:360px;
	color: #006600;
}
.ficha table {
	color:#403d3d;
	text-align:left;
}
.ficha table td{
	color:#ce0000;
	background-color:#FFFFFF;
	padding-left:3px;
	font-weight:bold;
}
.imprimir_ficha img{
	padding-top:4px;
	float:left;
}
.imprimir_ficha a{
	color:#FFFFFF;
	text-decoration:underline;
	margin-left:3px;
	float:left;
	margin-top:3px;
}
.listado_imagen {
	width:450px;
	min-height:311px;
	height:auto;
	float:left;
	margin-right:0px;
	border-right-style: none;
	border-left-style: none;
	text-align:left;
	margin: 0 0 15px 0;
}
.listado_imagen object {
	float: right;
}

.listado {
	height: auto !important;  /*para los navegadores buenos*/
	height:311px;  /*para IE5+*/ 
	min-height: 311px; /*para los navegadores buenos*/
	float:right;
	width:480px;
}
.listado2 {
	float:left;
	width:500px;
}
.listado2 {
	float:left;
	width:100%;
}
.listado li{
	/*width:100px;*/
	float:left;
	font-size:10px;
	margin-right:20px;
	margin-bottom:15px;
	/*height: 94px;*/
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.listado2 li{
	/*width:100px;*/
	float:left;
	font-size:10px;
	margin:0 31px 15px 0;
	/*height: 94px;*/
	padding: 0px;
}
.listado3 li{
	/*width:100px;*/
	float:left;
	font-size:10px;
	margin:0 31px 15px 0;
	/*height: 94px;*/
	padding: 0px;
}
.listado2 li.SE1{
	float:left;
	font-size:10px;
	margin:0 15px 15px 0;
	padding: 0px;
}
.listado2 .sin {margin:0 0px 15px 0;}
.listado3 .sin {margin:0 0px 15px 0;}
/*.listado li a, .listado li a:hover{
	
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	padding:0px 0px 0px 2px;
	padding-right: 0px;

}*/
.listado2 li a{
	/*height: 94px;
	width:98px;*/
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
	display:block;
	color:#FFFFFF;
}
.listado3 li a{
	/*height: 94px;
	width:98px;*/
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
	display:block;
	color:#FFFFFF;
}
/***********************listado de sistemas de entibación***************/
.listado2 .SE1 a{
	width:230px;
	height:175px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
}
.listado2 .SE1 img {
	margin-bottom: 5px;
	float:left;
	padding-left:10px;
}
.listado2 .SE1 p {
	display:block;
	float:left;
	width:230px;
	
}
.listado .SE1 a:hover{
	background-color: #000000;
	background-image:none;
}

/*******************listado aparejos***********************/
.listado2 .aparejos a{
	width:170px;
	height:130px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
	padding-top:5px;
	text-transform: uppercase;
}
.listado3 .aparejos a{
	width:170px;
	height:130px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
	padding-top:5px;
	text-transform: uppercase;
}
.listado2 .aparejos img {
	margin-bottom: 5px;
	float:left;
	padding-left:10px;
}
.listado3 .aparejos img {
    float: left;
    margin-bottom: 5px;
    padding-left: 10px;
}
.listado2 .aparejos p {
	display:block;
	float:left;
	width:170px;
	
}
.listado3 .aparejos p {
	display:block;
	float:left;
	width:170px;
	
}
.listado .aparejos a:hover{
	background-color: #000000;
	background-image:none;
}

/***********************obturadores ***************/
.listado .Ob a{
	width:210px;
	height:160px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
	padding-top:5px;
}
.listado .Ob img {
	margin-bottom: 5px;
	float:left;
	padding-left:5px;
}
.listado .Ob p {
	display:block;
	float:left;
	width:210px;
	
}

/***********************losas y forjados ***************/
.listado .LF a{
	width:210px;
	height:160px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border:solid 1px #CCCCCC;
	color:#000000;
	display:block;
	text-align:center;
	padding-top:5px;
}
.listado .LF img {
	margin-bottom: 5px;
	float:left;
	padding-left:5px;
}
.listado .LF p {
	display:block;
	float:left;
	width:210px;
	
}


.listado img{
	margin-bottom:3px;
}
.listado a{
	float:left;
	color:#FFFFFF;
	padding-bottom:0px;
	margin: 0px;
	padding-top: 5px 2 0 2;
	text-align: center;
	width: 96px;
	font-size: 11px;
}
#listado_producto {
	height: auto !important;  /*para los navegadores buenos*/
	height:311px;  /*para IE5+*/ 
	min-height: 311px; /*para los navegadores buenos*/
}
#listado_productoG {
	float:left;
	width:1000px;
}
/**************** fin productos ****************/



/******************* GALERIAS productos ***************************/
.clear {
	clear:both
}

#gallery {
	height:311px;
	width:450px;
	float:left;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		
		display:none;
	}

	
#grupos_entibacion {
	height:auto;
	width:450px;
	float:left;
	text-align: justify;
	font-family: "Helvetica", Arial, "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	font-size: 12px;
	padding-top: 15px 10 0 10;
	}
#escalonado {
	height:auto;
	width:450px;
	float:right;
	text-align: justify;
	font-family: "Helvetica", Arial, "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	font-size: 12px;
	padding-right: 0 10px 0 10;
	}
#flash_escalonado  {
	float: right;
	height: 210px;
	width: 450px;
	margin-right: 10px;
}
#limpiar {
	clear: both;
}

.derecha {
	float: right;
	margin-left: 10 0 0 22px;
	}
.letragrande {
	font-size: 14px;
}
.callidad {
	margin: 10px 0 0 20px;
}
#contenedor #cuerpo_index #bloque_inf #contenedor_accesibilidad img {
	float: right;
	margin: 50px 20px 30px 0;
}
#textoiso{
	float: left;
	height: auto;
	width: 450px;
	padding: 0 15px 0 15px;
	margin-top: 90px;
	}
.negrita {
	font-weight: bold;
}
#textoiso .negrita a {
	text-decoration: none;
	font-weight: bold;
}

#ficha_completa table {
	margin:5px 0 15px 0px;
	width:1000px;
	background-color: #F8F8F8;
	float: left;
}

#ficha_completa table thead tr {
	background-color:#133862;
	color:#FFF;
}

#ficha_completa table th {
	font-size:12px;
	padding:2px;
	border: 1px solid #ccc;
}
#ficha_completa table td {
	font-size:11PX;
	padding:2px;
	text-align:center;
	color: #2E2E2E;
	border: 1px solid #fff;
}
#ficha_completa table caption{
	margin:0px 0 5px 0;
	padding:2px 10px;
	background-color:#999999;
	font-size:13px;
	color: #FFFFFF;
	width: 996px;
	font-weight: bold;
	text-align: left;
}

.video {
	width: 309px;
	margin: 0 11px 25px 11px;
	float: left;
	min-height: 194px;
	height: auto;
	}
	
.video iframe{
	border: 1px solid #CCCCCC;
		}

.video h3 {
	color: #133862;
	font-size: 100%;
	font-weight: bold;
	width: 98%;
	text-align: left;
	padding: 10px 0 5px 2%;
	line-height: 150%;
	}
	
#contenedor_producto ul {
	font-size: 130%;
	font-weight: bold;
	color: #133862;	
	margin: 0 0 15px 0;
	}
