/* CSS Document */

#contenido_contacto {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #999999;
	margin-top: 60px;
	margin-bottom: 30px;
	background-image: url(../img/index_nueva/contacto.jpg);
	width: 975px;
	height: 460px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
}
.dirección {
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
#mapa {
	height: 300px;
	width: 310px;
	margin-top: 108px;
	margin-right: 80px;
	margin-left: 170px;
	padding-left: 170px;
}
.correo {
	font-size: 12px;
	color: #0192EF;
	text-align: right;
	padding-right: 40px;
	font-weight: bold;
	float: right;
	margin-top: -60px; /* gochada porque al meter el mapa se fué para abajo */
}
.correo a {
	color: #000000;
	text-align: right;
	text-decoration: none;
}
