/* -------------- Estilos Generales ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Equivalente a 10px = 1em */
	font-family: Verdana;
	font-weight: normal;
	background: #ffffff url(../images/fnd.jpg) repeat;
	}
html {
	margin: 0px;
	padding: 0px;
	}

h1 { /* De este modo estamos ocultando el h1 */
	margin: -20px; /* Para que no cree espacios en blanco en IE8 */
	padding: 0px; /* Para que no cree espacios en blanco en IE8 */
	position: absolute;
	left: -5000px;
	}
	
h2 { /* Para crear los titulos dela página ...Para subtítulos crearíamos un h3 y así sucesivamente */
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 10px 10px;
	width: 530px;
	font: bold 10px Verdana;
	color: #8f1330;
	background: url(../images/h2.gif) no-repeat right;
	text-transform: uppercase;
	float: left;
	}
	
h3 { 
	margin: 0px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
	width: 530px;
	font: bold 10px Verdana;
	text-transform: uppercase;
	color: #063372;
	float: left;
	}
h4 { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:auto;
	min-width:550px;
	font: bold 14px Verdana;
	text-transform: uppercase;
	border-bottom: 1px solid #bad7f9;
	color: #11427e;
	float: left;
	}

	
	
div.hr { /* Para crear linea de separadores en todos los navegadores */
	margin: 0px;
	padding: 0px;
	background: url(../images/hr.gif) repeat-x top left;
	width: 100%;
	height: 1px;
	float: left;
	}
div.hr hr{ display: none;}  /* Para crear linea de separadores en todos los navegadores */



img { border: none }
a {
	text-decoration: none;
	color: #0e52a7;
	}
a:hover { color: #3c7ed0; }
a:active { outline: none; } /* Para eliminar el efecto de puntitos alrededor que aparece en Firefox */
a:focus { -moz-outline-style: none;} /* Para eliminar el efecto de puntitos alrededor que aparece en Firefox */

p {
	line-height: 14px!important;
}



/* -------------- Contenedor ----------------- */


#contenedor {
	margin: 0 auto;
	width: 1000px;
	min-height: 150px;
	height: auto;
	overflow: hidden;
}
	
.index { /* Para crear un enlace sobre el logo de la cabecera que vaya directamente al index */
	margin: 20px 0px 0px 30px;
	width: 130px;
	height: 80px;
	background: url(../images/null.gif) repeat;
	float: left;
	}
	



/* -------------- Cabecera ----------------- */

#cabecera { /* Para centrar el contenedor en IE7 y en Firefox*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 117px;
	background: url(../images/top.gif) no-repeat top left;
	border-bottom:#bad7f9 3px solid;
	float: left;
	}
	
	#cabeceraen { /* Para centrar el contenedor en IE7 y en Firefox*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 117px;
	background: url(../images/top_en.gif) no-repeat top left;
	border-bottom:#bad7f9 3px solid;
	float: left;
	}
html>body #cabecera { /* Para centrar el contenedor en IE7 y en Firefox*/
	margin: 0px 0px 0px 0px; /* siempre suele ser el doble de px */
	}

#flash {
	margin: 150px 0px 0px -20px;
	padding: 0px;
	float: left;
	}
html>body #flash {
	margin: 150px 0px 0px 0px;
	}

#flag{
margin: 30px 8px 0px 0px;
width:16px;
float:right;
}

#flag p{
margin: 10px 0px 0px 0px;
float:left;

}
	
/* -------------- Menu ----------------- */

#menu {
	margin:91px 0px 0px 20px;
	padding:0px;
	width: 660px;
    height:26px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;	
	float: left;
}
#menu ul li {
	list-style-type: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width:129px;
	height:26px;
	background: url(../images/btn_bkg_normal.gif);
	float: left;
}
#menu ul li a {
	margin: 0px 0px 0px 2px;
	padding: 5px 0px 0px 0px;
	font: normal 12px Arial;
	width:129px;
	
	color: #fff;
	text-align:center;
	float: left;
}
#menu ul li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #0354bd;
	width:129px;
	height:21px;
	background: url(../images/btn_bkg_select.gif);
}
#menu ul li a.selecc {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #0354bd;
	font: bold 12px Arial;
	height:26px;
	background: url(../images/btn_bkg_select.gif);
}

/*-------------contenido---------------*/

#contenido{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	width:1000px;
	height:150px;
	min-height:150px;
	height:auto!important;
	background: #fff url(../images/bkg_main.gif) repeat-x top left;
	float:left;
}
#contenido p.texto{	
    margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 11px Arial;
	color:#000;
	width:610px;
	text-align:justify;
	float:left;
	}
#contenido p.texto img{
	margin:0px 0px 0px 110px;
	
	}
	
#welcome{
    margin: 5px 0px 30px 180px;
	padding: 0px 0px 0px 0px;
	float:left;
}	
#welcome p.texto{	
    margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 11px Arial;
	color:#000;
	width:630px;
	text-align:justify;
	float:left;
}


/*-------------empresa---------------*/	

#empresa {
    margin:20px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
	float:left;
		
}

#empresa p.texto2{
    margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:450px;
	font: normal 11px Arial;
	color:#000;
	line-height: 18px!important;
	text-align:justify;
	float:left;
		
}
#empresa p.image{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	border:#bad7f9 3px solid;
	float:left;}


/*---------------legales----------------------*/
.texto3{
    margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:660px;
	font: normal 11px Arial;
	color:#000;
	line-height: 18px!important;
	text-align:justify;
	float:left;
		
}

/*-------------------menu bajo home--------------------------*/
#bajomain{
	margin: 0px 0px 0px 178px;
	padding: 0px;
	width:658px;
	height:115px;
	text-align:center;
	background: url(../images/bkg_btns.gif) no-repeat;
	float:left;
}

#bajomain p.titular{
	margin: 10px 0px 10px 0px;
	padding:0px;
	color:#0052c0; 
	font:bold 11px Arial;
	}


#bajomain p.yuno, #bajomain p.ydos{
	padding:0px;	
	color: #0052c0;
	font: normal 12px Arial;
	text-align:center;
	width:214px;
	height:45px;
	background:url(../images/bkg_btn.gif) no-repeat;
	float:left;
}

#bajomain p.ydos{margin: 0px 0px 0px 2px;}
#bajomain p.yuno{margin: 0px 0px 0px 110px;}

#bajomain p.yuno a, #bajomain p.ydos a{
	padding: 14px 0px 0px 0px;
	width:214px;
	height:31px;
	color:#0052c0;
	float: left;
	}
#bajomain p.yuno a:hover, #bajomain p.ydos a:hover{
	padding: 14px 0px 0px 0px;
	color:#0052c0; 	
	width:214px;
	height:31px;
	background:url(../images/bkg_btn_select.gif) no-repeat;
	float:left;
	}





/*--------------pie-----------------------*/

#pie{
	margin: 30px 0px 0px 0px;
	padding: 12px 0px 10px 10px;
	width:1000px;
	border-top:1px solid #b7d8fb;
	float:left;
}


#pie p{
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	color: #0e52a7;
	font: 11px Arial;
	float:left;

}

#pie p.adress{
	

	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font: 11px Arial;
	float:left;

}

#pie p.iza{
	
	margin:12px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font: 11px Arial;
	float:right;

}

#mapa{
	margin:0px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
	border:#bad7f9 3px solid;
    float:left;
}
.demapa{
	margin:15px 0px 0px 360px;
	padding: 0px 0px 0px 0px;
	width:400px;
	clear:both;
	color: #11427e;
	font: bold 12px Arial;
    float:left;
}


/* -------------- Formulario ----------------- */


#contacto{
	padding:15px 0px 0px 180px;
	margin:0px 0px 0px 0px;
	border-collapse: collapse;
	width: 600px;
	/*border:#bad7f9 3px solid;*/
	/*background: #d9e3ed;*/
	float: left;
	
	}

table {
	padding:0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	border-collapse: collapse;
	/*border: 1px solid #cdb87d;*/
	/*background: #f7f3db;*/
	float: left;
}

table tr td{padding: 3px;}

.txt{
    font:bold 10px Verdana;
	color:#265a93;
	text-align: right;	
	
}

.campo{
	margin:0px 30px 0px 0px;
    border:1px solid #c0cfe0;
	width:300px;
	color:#265a93;
	background:#f5f7fa;
    font: normal 11px Verdana;
}

.campobig{
	margin:0px 30px 0px 0px;
    border:1px solid #c0cfe0;
	width:300px;
	color:#265a93;
	background:#f5f7fa;
	width:90%;
    font: normal 12px Verdana;
}

.btnformu{
	padding:2px 3px 2px 2px;
	margin:0px 30px 0px 0px;
    border:1px solid #587ca4;
	background-color: #587ca4;	
    color:#ffffff;
    font:bold 10px Verdana;
    border:0px;
    cursor:pointer;
}

.rojo{color:#dc1500; font:normal 11px Verdana;}


/*------------------Btns sobre--------------------*/

#btnproducto{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 180px;
	width:600px;
	height:30px;
	float:left;
	}

#btnproducto p.unoproduct{	
	margin: 4px 2px 0px 0px;
	padding:5px 0px 0px 35px;
	width:114px;
	height:26px;
	font: bold 11px Arial;
	color: #11427e;
	background:url(../images/btn_product_select.gif) no-repeat;
	float:left;
}

#btnproducto p.dosproduct{	
	margin: 0px 2px 0px 0px;
	padding:5px 0px 0px 35px;
	width:114px;
	height:26px;
	font: bold 11px Arial;
	color: #fff;
	background:url(../images/btn_product.gif) no-repeat;
	float:left;
}

/*-------------------Tabla--------------------*/

#contabla{
	padding:33px 0px 0px 0px;
	margin: 0px 0px 0px 180px;
	width:600px;
	background:#c7dff9;
	float:left;
	
}

.tabla_producto {
	pading: 0px;
	margin: 0px;
	border-top: 1px solid #c7dff9;
	border-right: 1px solid #c7dff9;
	border-left: 1px solid #c7dff9;
	font-family: Verdana;
	font-size: 11px;
	width: 600px;
	float: left;
}
.tabla_producto tr.borde td {
	border-bottom: 1px solid #c7dff9;
	font: normal 11px Verdana;
	height: 39px;
}

.tabla_producto tr.borde td.txt1, .tabla_producto tr.borde td.txt2, .tabla_producto tr.borde td.txt, .tabla_producto tr.borde td.txt3 {
	padding:0px 0px 0px 10px;
	border-right: 1px solid #c7dff9;
	width: 240px;
}
/*.......td verde.................*/
.tabla_producto tr.borde td.txt1 {
	font: bold 11px Arial;
	color: #fff;
	background: #85c226;
}
/*.......td azul.................*/
.tabla_producto tr.borde td.txt2 {
	font: bold 11px Arial;
	color: #fff;
	border-left: 1px solid #c7dff9;
	background: #29166f;
}
.tabla_producto tr.borde td.txt {
	font: normal 11px Arial;
	color: #666;
	background: #fff;
	text-align:left;
}
.tabla_producto tr.borde td.txt3 {
	font: normal 11px Arial;
	color: #666;
	background: #fff;
	border-left: 1px solid #b9d7fb;
}
.tabla_producto tr.borde td.icono {
	width: 50px;
	height: 39px;
	background: #fff;
}

/*-------------pie de tabla-------------------*/

#ref{
	margin:10px 0px 0px 180px;
	padding:0px 0px 0px 0px;	
	width:723px;
	font: bold 11px Arial;
	color:#11427e;
	float:left;
}

#ref p.nota{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	width:200px;
	font: bold 11px Arial;
	color:#11427e;
	float:left;
}

#ref p.nomen{
	margin:0px 0px 0px 150px;
	padding:0px 0px 5px 0px;	
	width:250px;
	height:34px;
	font: bold 11px Arial;
	border:1px solid red;
	color:#11427e;
	float:left;
}

.anchotd{width:293px;}

/*----------------hoja producto------------*/

#fotoproducto {
    margin: 30px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#cabeproducto{margin: 15px 0px 0px 15px; padding: 0px 0px 0px 0px; width:555px; float:left;}

#cabeproducto p.texto4{
    margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:250px;
	font: bold 11px Arial;
	color:#11427e;
	float:left;
		
}





#parrafo {
	
    margin: 12px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	width:800px;
	font: normal 12px Arial;
	color:#000;
	text-align:justify;
	float:left;
}
#parrafo p {
	
    margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	border:#bad7f9 3px solid;
	float:right;
}

#normas{margin: 0px 0px 0px 0px; padding:0px; float:left;}


#migas{
	margin: 0px 0px 15px 60px; 
	padding:0px;
	width:800px;
	font: normal 12px Arial;
	color:#0e52a7;
	float:left;
}





