@charset "utf-8";
/* CSS Document */

div#tabla {
	width: 950px;
	background-color: #FFFFFF;
	padding: 5px;
	color: #OOOOOO;
}

#titulo {
	width: 950px;
	height: 32px;
	padding-bottom: 2px; 
	float: left;
	padding-bottom: 3px;
	text-align: left;
	border-bottom-color: #333;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}


#tabla_izquierda {
	width: 693px; 
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-color: #333;
	border-right-style:dotted;
	border-right-width: 1px;

}

#tabla_derecha {
	width: 240px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#tabla_izquierda td {
	height: 17px;
	padding-left: 3px;
}

#corta_float {
	clear: both;
	height: 5px;
}

#tabla_tit_productos {
	border-bottom-color: #333;
	border-bottom-style:dotted;
	border-bottom-width: 1px;

}

#tabla_tit_productos a {
	color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#tabla_tit_productos a:hover {
	text-decoration: underline;
}
#mapa {
	margin-top: 5px;
	height: 300px;
	width: 96%;
	border: solid;
	border-color: #669900;
	border-width: 1px;
}

#mapa td{
	padding: 0px;
}

#separador01 {
	border-bottom-color: #333;
	border-bottom-style:dotted;
	border-bottom-width: 1px;	
}

#tabla_pie_foto {
	color: #333300;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
}

#formulario td {
	padding: 0px;
}

#texto_index-izq {
	padding-left: 0px;
	padding-right: 8px;
	text-align: justify;
	line-height: 17px;
	
}