@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-image: url(../images/fondo1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	color: #295800;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #295800;
}
.fondo {
	background-image: url(../images/fondo_2.jpg);
	background-position: bottom;
}
.margenes {
	margin:15px 20px;
}
.margene2 {
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	padding: 10px;
}
.margenes3 {
	margin:15px 23px;
}
.map {

	text-align: center;
	margin: 38px 48px;
	border: 2px solid #6B2508;
}
.subtitulo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #42210B;
}
.subtitulo a {
	text-decoration:none;
	color: #42210B;
} 
.subtitulo a:hover {
	text-decoration:none;
	color: #295800;
	
}
.contenido {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #295800;
}
.contenido a {
	text-decoration:none;
	color: #295800;
}
.requerido {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#990000;
}
.menusod {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #42210B;
	line-height: 20px;
}
.menusod a {
	text-decoration:none;
}
.menusod a:hover {
	color: #295800;
}
.menufooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #295800;
	
}
.menufooter a {
	text-decoration:none;
}
.menufooter a:hover {
text-decoration:underline;
	color: #42210B;
}
