/* CSS Document */

@font-face { 
	font-family: Agency; 
	font-style: normal; 
	src: url(AGENCYB.TTF);
} 


body{
	font-family: Arial;	
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FBFF, endColorstr=#F0FAFF);  
	background-image: -webkit-linear-gradient(top, #F2FBFF, #F0FAFF);
 	background-image: -moz-linear-gradient(top, #F2FBFF, #F0FAFF);
}

#cabecera{
	min-height: 100px;	
	text-align: center;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

	.titulo_cabecera{
		font-family: Agency;
		font-size: 28px;
		color: #FFF;	
	}

	.titulo_cabecera_info{
		font-family: Agency; 	
		font-size: 20px;
		color: #FC3;	
	}

#contenido{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#izquierda{
	float: left;	
}

#sector{
	width: 260px;
	min-height: 50px;
	color:#FFF;
	font-weight:bold;
	margin-bottom: 10px;
	/*border-radius: 7px;
	border: 2px solid #005E8A;*/
}

	.tipo_producto{
		color:#000;
		font-size: 12px;
		text-align: justify;	
	}
	
		.tipo_producto a{
			text-decoration: none;
			color:#000;	
		}
		
		.tipo_producto a:hover{
			text-decoration: none;
			color:#006699;	
		}
	
	.tipo_subproducto{
		color: #000;
		text-align: justify;
		font-size: 11px;	
	}
	
		.tipo_subproducto a{
			text-decoration: none;
			color:#000;	
		}
		
		.tipo_subproducto a:hover{
			text-decoration: none;
			color: #006699;
		}	

#derecha{
	float: right;
	width: 700px;	
}

	.titulo_derecha{
		font-size: 13px;
		font-weight: bold;
		color: #FFF;	
	}
	
	.producto{
		font-family:Agency;
		font-size: 22px;
		font-weight: bold;
		text-transform:uppercase;
		color:#000;	
	}
	
	
#pie{
	clear:both;
	width: 970px;
	min-height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	
}

	.datos_contacto{
		font-size: 14px;
		font-weight: bold;	
	}
	
	.derechos_reservados{
		color: #000;
	}