/*///////////////////// ESTILOS COMUNES //////////////////////////*/
/*Poner el margen superior de la página arriba del todo.*/
body {
	margin-top:0;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.estimado {
	font-family: "Segoe Print", Cerberix, Andy, "Memo Script SSi";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.texto_distribucion {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}
.nom_provincias {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
a.navegar:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a.navegar:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a.navegar:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171771;
	background-color: #FFFFFF;
}
a.navegar:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.firmas:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	font-style: italic;
}
a.firmas:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #000033;
	font-style: italic;
}
a.firmas:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003300;
	font-style: normal;
	text-decoration: underline;
}
a.firmas:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}
a.masinfo:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	font-style: italic;
}
a.masinfo:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000033;
	font-style: italic;
}
a.masinfo:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	font-style: normal;
	text-decoration: underline;
}
a.masinfo:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}
.barranavegar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.encabezados {
	font-family: "Segoe Print", Cerberix, Andy, "Memo Script SSi";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/*/////////////////////////// ESTILOS QUIENES SOMOS /////////////////*/
/*Formato caja título.*/
#tituloqu {
	background:#FFFFFF url(img/titulo_qsomos.jpg) no-repeat center center;
	width:990px;
	height:190px
}
/*Añadir ancho y alto a la tabla.*/
#tituloqu table#t_titulo {
	width:990px;
	height:190px;
}
/*Añadir imagen de fondo, ancho y alto a la tabla.*/
table#t_cuboflor {
	background: #FFFFFF url(img/fondo_cubo_flor.jpg) no-repeat center top;
	width:450px;
	height:475px;
}
/*////////////////////////// FIN ESTILOS QUIENES SOMOS ////////////////*/

/*////////////////////// ESTILOS ZONA DISTRIBUCIÓN ////////////////*/


/*Formato capa caja: ancho, tipo fuente, tamaño y color.*/
#cajazo {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
/*Formato a capa titulo: imagen de fondo, ancho y alto*/
#titulozo {
	background:#FFFFFF url(img/titulo_zonas.jpg) no-repeat center top;
	width:990px;
	height:190px;
}
/*Formato a capa barranav.*/
#barranavzo {
	background-color:#003300;
	width:990px;
	height:30px;
}
/*Quitar margen, relleno y punto predeterminado a la lista. Añadir ancho y color de fondo y flotar la lista.*/
#barranavzo ul {
	margin:0;
	padding:0;
	width:990px;
	float:left;
	list-style-type:none;
}
/*Mostrar la lista horizontalmente.*/
#barranavzo ul li {
	float:left;
}
/*Formato a los enlaces de la lista.*/
#barranavzo ul a {
	display:block;
	float:left;
	width:198px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#FFFFFF;
}
/*Añadir formato a los estados de la lista de la barra de desplazamiento.*/
#barranavzo ul a:link, #barranavzo ul a:visited, #barranavzo ul a:active {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#barranavzo ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003300;
	font-weight:bold;
	background-color:#FFFFFF;
	text-decoration:none;
}
/*Formato a los nombre de las firmas de distribución: tipo, tamaño, grosor y color.*/
#cajazo .nomfirmas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
/*Añadir margen superior a la tabla de la capa caja.*/
#cajazo table {
	margin-top:10px;
}
#piezo {
	width:990px;
	height:75px;
	background:#FFFFFF url(img/linea.jpg) no-repeat center bottom;
}

/*////////////////////////// FIN ESTILOS ZONAS DE DISTRIBUCIÓN //////////////////////////////*/