#interior h2 {
	background-repeat: no-repeat;
	height: 28px;
}
#interior h2 {
	background-image: url(../img/tit_contacto.gif);
}
#interior h3.subtitulo {
	font-size: 1.4em;
	color: #074a8f;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
/******************************************/
.direccion {
	background-image: url(../img/contacto_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 470px;
	margin-left: 30px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 5px solid #aeaeae;
	margin-bottom: 25px;
}
.direccion p.nombre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #07418F;
	display: block;
	width: 375px;
	margin-bottom: 10px;
	margin-left: 95px;
}
.direccion p.localizacion {
	display: block;
	width: 180px;
	font-size: 1.2em;
	font-weight: bold;
	color: #aeaeae;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.datos1 {
	float: left;
	display: block;
	padding-left: 95px;
}
.datos1 p.localizacion {}
.datos2 {
	float: right;
	padding-right: 5px;
}
.datos2 p.localizacion {
	text-align: right;
}
/******************************************/
.datos {
	width: 470px;
	margin-left: 30px;
}
.datos ul {
	list-style-type: none;
}
.datos ul li {
	padding-left: 30px;
	display: block;
	text-align: left;
	width: 350px;
	font-size: 1.2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	float: right;
}
.datos ul li.mail {
	background-image: url(../img/contacto_mail.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.datos ul li.phone {
	background-image: url(../img/contacto_phone.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.datos ul li.fax {
	background-image: url(../img/contacto_fax.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.datos ul li a {
	color: #246DC8;
	font-weight: normal;
	padding-bottom: 1px;
	border-bottom: 1px solid #C1D2EE;
}
.datos ul li a:hover {
	color: #07418F;
	border-bottom: 1px solid #07418F;
}

