@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	background-color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;	
}

a:hover{
	color: #F63;
	text-decoration: underline;
}
li a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;

}

a:hover{
	color: #F63;
	text-decoration: underline;
}




a.enlace_cabecera{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;	
	
}

a.enlace_cabecera:hover{
	color: #000;
	text-decoration: underline;
}

a.enlace_cabecera_activo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;	
}

a.enlace_cabecera_activo:hover{
	color: #000;
	text-decoration: underline;
}


/*enlace cabecera productos*/
a.enlace_cabecera2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
}

a.enlace_cabecera2:hover{
	color: #000;
	text-decoration: underline;
}

a.enlace_cabecera2_activo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: x-small;	
}

a.enlace_cabecera2_activo:hover{
	color: #000;
	text-decoration: underline;
}
/*fin enlace cabecera productos*/

a.enlace_pie{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a.enlace_pie:hover{
	color: #000;
	text-decoration: underline;
}

#contenedor {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #999999;
	/*background-color: #FFFFFF;*/
}
#cabecera {
	width: 900px;	
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	color: #FFFFFF;
	background-color: #499DE7;
	vertical-align: middle;
	height: 30px;
}
#cuerpo {
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
	border: 1px solid #CBCBCB;
	position: relative;
	background-image: url(../imag/linea_fondo.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#fondo_cuerpo {
	background-attachment: fixed;
	background-image: url(../imag/fondo-cuerpo.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #499DE7;
	color: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
	
.texto{
	padding: 10px;
	text-align: left;
	}
.titulo{
	padding: 5px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	}
	
#menu_caja_01 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_02 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_03 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_04 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_05 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_06 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}

.lineaDcha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	
table.sup_inf_izq_dch{
	border: 1px solid #999999;
	}
	
td.sup_inf{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	}
	
td.dch_izq{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}	
td.sup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
td.inf{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
td.dch{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
td.izq{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}

.texto_productos {
	font-size: 20px;
	color: #FF6600;
}
