@charset "UTF-8";
body {
	background: url(../img/fondo_www.png) repeat-x;
	margin: 0px;
}
.arial10 {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
.titulos {
	font: 18px Arial, Helvetica, sans-serif;
	color: #215876;
	}
.direcciones {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
.fondotd_separador {
	background: url(img/fondo_td_separador.png) repeat-x;
}
.fondotd_dobleseparador {
	background: url(img/fondo_td_doble_separador.png) repeat-x;
}

a:link {
	color: #004165;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004165;
}
a:hover {
	text-decoration: underline;
	color: #004165;
}
a:active {
	text-decoration: none;
	color: #004165;
}.td_fondo_tabla_sombra_derecha {
	background: url(../img/fondo-derecho_sombratabla.png) repeat-y;
}
.td_fondo_tabla_sombra_izquierda {
	background: url(../img/fondo-izquierda_sombratabla.png) repeat-y right;
}
.divinvisible {
	visibility: hidden;
	overflow: hidden;
}
.fondomapacontacto {
	background: url(../img/mapa_contacto.jpg) no-repeat scroll left top;
}
