/* CSS Document */
#contenedor_fondo {
	background-repeat:no-repeat;
	background-image: url(img/fondo.jpg);
	top: 50%;
	left: 50%;
	position:absolute;
	width: 900px;
	height:620px;
	margin-left:-450px;
	margin-top:-310px;	
}
#contenedor_productos {
	background-repeat:no-repeat;
	background-image: url(img/fondo-productos.jpg);
	top: 50%;
	left: 50%;
	position:absolute;
	width: 900px;
	height:620px;
	margin-left:-450px;
	margin-top:-310px;
	z-index: 2;
}
#contenedor {
	background-repeat:no-repeat;
	background-image: url(img/fondo-cabecera.jpg);
	top: 0%;
	left: 50%;
	position:absolute;
	width: 900px;
	height:620px;
	margin-left:-450px;
}
.menusuperior{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:100;
	color:white;
	text-decoration:none;
	letter-spacing:3px;
	background-color:#d0d0d0;
	width:200px;
	height:30px;
	display:block;	
	}
.menusuperior:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:100;
	color:white;
	text-decoration:underline;
	letter-spacing:3px;
	background-color:#330099;
	width:200px;
	height:30px;
	display:block;
	}

.titulo{
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	font-weight:100;
	color:black;
	text-decoration:none;
	letter-spacing:3px;
	}

.menuproductos{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	letter-spacing:-0.5px;	
	}
.menuproductos:hover{
	color:#FFFFFF;
	}
.texto_verde_negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7C7E03;
	text-align:justify;
	line-height:15px;
	}	
.texto_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
	text-align:justify;
	line-height:15px;
	}
.texto_azul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#003366;
	font-weight:bold;
	text-align:justify;
	}
.texto_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#7F8000;
	text-align:justify;
	font-weight:bolder;
	}
	
.direccion_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:justify;
	}
.email_contacto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:blue;
	font-weight:200;
	text-align:justify;
	}
.email_contacto a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:blue;
	font-weight:200;
	text-align:justify;
	}	
.email_contacto a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7F8000;
	font-weight:200;
	text-align:justify;
	}		
.subfamilias a{
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:100;
	color:black;
	text-align:center;
	text-decoration:none;
	background-color:#C3C363;
	}
.texto_contacto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3F4000;
	text-align:justify;
	font-weight:200;
	}	
.texto_descarga{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#696969;
	font-weight:bold;
	}		
.texto_descarga a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	}		
	
.cdcom{
font-family:"Century Gothic";
font-size:10px;
color:#FFFFFF;
}
.cdcom a{
font-family:"Century Gothic";
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
.cdcom a:hover{
font-family:"Century Gothic";
font-size:10px;
text-decoration:underline;
}	