@charset "utf-8";
#contenido {
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-left: 15px;
	margin-bottom: 50px;
	background-image: url(../img/fondo02.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#contenido h1.contacto {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2em;
	background-image: url(../img/H1contacto.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	height: 90px;
	margin-bottom: 30px;
}
#contenido p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.7em;
	color: #930;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
	margin-right: 30px;
}

#contenido p .mail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #000;
}
