
@import "../css/formularios.css";
/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 82.5%;
}

body {
	height: 100%;
	text-align: center;
	background: #ebf7fd;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
}
/* MENSAJES */

.info, .exito, .alerta2, .error {
    font-size:11px;
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 5px 0px 45px;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.gif');
}
.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/exito.gif');
}
.alerta2 {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/alerta.gif');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.gif');
}

/* FIN MENSAJES */
a:link, a:visited {
color: #009ee0;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}

#loading {
display: none;
position: absolute;
top: 135px;
right: 220px;
}



.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Texto ... */

p {
line-height: 200%;
margin: 0 0 10px 10px;

}


h1 {
color: #009ee0;
font-size: 18px;
text-align: left;
letter-spacing: 0px;
margin-bottom: 13px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 1.5em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 6px 0 0 23px;
}

h3 {
color: #009ee0;
font-size: 15px;
text-align: left;
letter-spacing: 0px;
margin-bottom: 13px;
}


h3.line span {
margin-left: 12px;
padding: 0 6px;
background: #FFFFFF;
}

ul {
list-style-type: none; 
}

.frase {
	text-transform:
	lowercase;

}



/* Cabecera */

#cabecera {
margin: 20px auto 0 auto;
width: 881px;
height: 129px;
background: #FFFFFF url('../images/cabecera.gif') top center no-repeat;
position: relative;
text-align: left;
}

#logo {
position: absolute;
right: 40px;
}

/* Menu */

#menu {
position: absolute;
top: 150px;
left: 30px;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #006891;
text-decoration: none;
background-color: #d4eefb;
padding: 3px 1em;
height: 30px;
line-height: 30px;
margin-left: 7px;
font-size: 14px;
}

#menu li a:hover {
background-color: #00adef;
color: #FFFFFF;
text-decoration: none;
}

#menu li a.active {
background-color: #00adef !important;
color: #FFFFFF;
text-decoration: none;
}


/* SubMenu */

#navcontainer { margin-bottom: 10px; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 10px;
list-style-type: none;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 5px 5px;
	color: #009ee0;
	text-decoration: none;
	border-left: 1px dotted #009ee0;
	margin: 0 0 0 5px;
}

#navcontainer a:hover
{
	display: block;
	padding: 5px 5px;
	color: #fff;
	text-decoration: none;
	border-left: 1px dotted #009ee0;
	margin: 0 0 0 5px;
	background-color: #009ee0;
	
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;

}

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 15px;
color: #00628e;
border: none;
text-decoration: none;
	list-style: none;
	background-image: url(../images/listas.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
}

#navcontainer ul ul a:hover
{
display: block;
padding: 5px 5px 5px 15px;
color: #00628e;
border: none;
background-color: #ffcb08;
text-decoration: none;
	list-style: none;
	background-image: url(../images/listas2.gif);
	background-position: 3px center;
	background-repeat: no-repeat;	
}

/* LISTAS */

#red li .activo { background: #CCC; }
#red li .off { background: #999; }

/* FIN LISTAS */

/* Content boxes */


#contenido {
width: 880px;
margin: 0px auto;
text-align: left;
padding: 80px 0 30px 0;
background: #FFFFFF url('../images/contenido_center.gif') top center repeat-y;
}

#contenido-bottom {
width: 880px;
margin: 0px auto;
height: 30px;
background: #FFFFFF url('../images/contenido_bottom.gif') bottom center no-repeat;
}


#contenido-izq {
float: left;
width: 610px;
}

#contenido-izq-dentro {
margin: 0;
padding: 10px 10px 0 40px;
}

#contenido-derecha-top {
float: right;
width: 220px;
background: #FFFFFF url('../images/derecha_top.gif') top center no-repeat;
height: 12px;
margin: 0 40px 0 0;

}
#contenido-derecha-bottom {
width: 220px;
background: #FFFFFF url('../images/derecha_bottom.gif') bottom center no-repeat;
height: 12px;
margin: 0 40px 0 0;

}
#contenido-derecha {
float: right;
width: 220px;
margin: 0 40px 0 0;
background: #e0f3fc;
}

#contenido-derecha-dentro {
margin: 0;
padding: 5px 15px 15px 15px;
}


#rotate {
padding: 0 0 30px 0;
}

/* Content boxes directives */

#contenido-derecha-dentro h3 {
color: #00436A;
border-bottom: 2px solid #00436A;
text-align: left;
letter-spacing: 0px;
text-transform: uppercase;
padding: 7px;
}

#contenido-derecha-dentro dl {
margin: 0 0 20px 4px;
}

#contenido-derecha-dentro dt {
margin-bottom: 3px;
font-weight: bold;
}

#contenido-derecha-dentro dd {
line-height: 200%;
margin: 0 0 10px 10px;
}

#contenido-derecha-dentro dd a, #contenido-derecha-dentro dd a:visited {
color: #009ee0;
padding: 1px 2px;
}

#contenido-derecha-dentro dd a:hover {
background-color: #009ee0;
color: #FFFFFF;
}

#contenido-derecha-dentro dd span {
font-size: 0.9em;
}

#rotate {
background: url(../images/fondos/fondo_promociones.gif) top left no-repeat;
padding: 15px 20px 30px 15px;
width: 505px;
z-index: 10;
}

#anuncio_1 {
float:left;
background: url(../images/fondos/fondo_anuncios.gif) top left no-repeat;
padding: 15px 15px 0px 15px;
width: 230px;
height: 150px;
margin: 0 20px 0 0;
}
#anuncio_2 {
float:left;
background: url(../images/fondos/fondo_anuncios.gif) top left no-repeat;
padding: 15px 15px 0px 15px;
height: 150px;
width: 230px;
}

#texto {
	padding: 10px;
	text-align: justify;

}

.estas {
	padding: 10px;
	border-bottom: 1px dotted #cccccc;
	color: #999;
	margin: 0 0 10px 0;

}

#acceso {
	padding: 10px;
	
}


/* PRODUCTOS */

#linea_producto {
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid #009ee0;
}

.productos_galeria {
	margin: 10px auto;

}
.productos_galeria li {
	float: left;
	margin: 10px 5px 10px 5px;
	width: 240px;
	height: 100px;
	padding: 10px;
	background: url(../images/fondo_productos.gif) top left no-repeat;

}

.lista_productos {
	margin: 0 auto;
}
.lista_productos li {
	margin: 20px 10px 20px 10px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #009ee0;

}

.titulo_pro {
	color: #09F;
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 16px;
}
.descripcion_pro p{
	line-height: 1.8em;
	color:#666;

}

.usos {
	float: left;
	width: 40px;
	background:#999;
	height: 48px;
	margin: 0 5px 10px 0;
	padding: 23px 20px 10px 10px;
	text-align: center;
	color: #af2283;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/productos/iconos/usos.jpg) top left no-repeat;
}

.aplicacion {
	float: left;
	width: 40px;
	background:#999;
	height: 35px;
	margin: 0 5px 10px 0;
	padding: 30px 10px 10px 10px;
	background: url(../images/productos/iconos/aplicacion.jpg) top left no-repeat;

}
.rendimiento {
	float: left;
	width: 33px;
	background:#999;
	height: 35px;
	margin: 0 5px 10px 0;
	font-weight: bold;
	color: #0077bb;
	font-size: 10px;
	padding: 20px 2px 17px 25px
}

.acabado {
	float: left;
	width: 50px;
	background:#999;
	height: 35px;
	margin: 0 5px 10px 0;
	padding: 30px 5px 10px 5px;
	color: #86b918;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/productos/iconos/acabado.jpg) top left no-repeat;

}

.lavabilidad {
	float: left;
	width: 40px;
	background:#999;
	height: 35px;
	margin: 0 5px 10px 0;
	padding: 30px 10px 10px 10px;
}

.cubricion {
	float: left;
	width: 40px;
	background:#999;
	height: 40px;
	margin: 0 5px 10px 0;
	padding: 30px 10px 10px 10px;
}

.tamanos {
	float: left;
	width: 120px;
	background:#999;
	height: 45px;
	margin: 0 0px 10px 0;
	padding: 20px 5px 10px 5px;
	background: url(../images/productos/iconos/tamanos.jpg) top left no-repeat;
}

.observaciones {
	padding: 5px 5px 5px 10px;
	background: #f7f7f7;
	border: 1px dotted #999;
	margin: 0 0 10px 0;
}

.azul {
color: 	#009ee0;
font-weight: bold;
line-height: 2em;
}

.rojo {
color: 	#e60004;
font-weight: normal;
line-height: 2em;
}

/* CONTACTO */

#direccion {
	float:left;
	width:250px;
	height:150px;
	padding: 10px;
	margin: 0 10px 10px 0;
}


#telefonos {
	float:left;
	width:250px;
	height:150px;
	padding: 10px;
	margin: 0 0px 10px 0;
}

/* Formulario */


#formulario_acceso {
padding: 10px;
}

.ley {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	text-align: justify;
}

/* Fin formulario */

/* Footer */

#pie {

height: 60px;
color: #FFFFFF;
width: 880px;
margin: 0 auto;
background: #FFFFFF url('../images/pie_bg.gif') top center no-repeat;
padding: 7px 0 0 0;
font-size: 80%;
}

#pie-dentro {
width: 850px;
height: 30px;
margin: 0 auto;
padding: 10px 10px;
}

#pie a, #pie a:visited {
color: #FFFFFF;
}

p.pie-izq {
width: 350px;
float: left;
text-align: left;
margin: 0px 20px 0 25px;
display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.pie-drch {
width: 350px;
float: right;
text-align: right;
margin: 0px 25px 0 0;
display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.pie-izq a, p.pie-drch a:visited  {
font-weight: normal;
}


/* MOSTRA / OCULTAR */

li .opciones {
float: left;
display: inline;
list-style-type: none;
border: none;
padding: 0;
margin: 0;
}

.info2 {
margin: 0 0 10px 0;
width: 110px;
}

#precio {
float: left;
margin: 0 0 10px 0;
width: 110px;
}

.fichas {
margin: 0 0 10px 0;
width: 110px;
}

/* TABLAS */

.download {
	border-collapse:collapse;
	width: 99%;
	background: #FFF;
	border: 1px dotted #0079AC;
	margin: 5px 0px 5px 0;
}
.download th,
.download td {padding: 5px 10px 5px 10px; border-right: 1px dotted #00adef; border-left: 1px dotted #00adef;}
.download th {
	color:#fff;
	background-color:#00adef;
	text-align:left;
	font-size: 11px;
}
.download td { text-align: right; font-size: 12px; }

.on {background-color:#d5edfa;}
.off {background-color:#ffffff;}

.red_on {border-bottom: 3px solid #00adef; margin-bottom: 20px;}

/*------------------tooltip----------------*/
.hotspot {
padding-bottom:1px; 
border-bottom:1px dotted #000; 
cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/* PAGINACION */

.pagination {
	text-align: center;
	font-size: 14px ;
}

.pagination ul {
	padding: 10px 0 0px;
	margin: 0;
	   /* :hack: make borders show in IE6 */
}

.pagination li {
	background: none;
}

.pagination span {
	font-weight: bold;
}

.pagination .showing {
	color: #000;
}

.pagination .previous { float: left; padding: 0 0 0 12px; background: url(../imagenes/bg_back.gif) no-repeat left; }
.pagination .next { float: right; padding: 0 12px 0 0; background: url(../imagenes/bg_more.gif) no-repeat right; }
