@charset "utf-8";
@import url("areas.css");
.fondo {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.espacio_t {
	height: 65px;
	font-size: 25px;
	font-weight: bold;
	color: #002182;
}
.subtitulo {
	font-size: 18px;
	color: #333333;
}
.casillero {
	font-size: 12px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.boton {
	font-size: 12px;
	border-top-color: #004FAE;
	border-right-color: #004FAE;
	border-bottom-color: #004FAE;
	border-left-color: #004FAE;
	color: #FFFFFF;
	background-color: #0054BE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.boton:hover {
	color: #00FFFF;
}
.datos_direccion {
	font-size: 14px;
	font-weight: bold;
	color: #0058BE;
}
.datos_tel {
	font-size: 18px;
	font-weight: bold;
	color: #002B5E;
}
.tel {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
