@charset "UTF-8";
body {
	background: #ebefe8;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
}
h1 {
	color: #9F2214;
	font-weight: normal;
	line-height: normal;
}
h2 {
	color: #004B23;
	font: lighter 18px/21px;
}
h3 {
	color: #9F2214;
	font: lighter 15px/18px;
}
aside {
	background: white;
	box-shadow: 0 0 .5em gray;
	margin: .75em;
	padding: 1.5em 0 .7em;
	text-align: center;
}
aside p {
	font-style: normal;
}
input, textarea {
	border: 1px #ccc solid;
	margin: 1em 0;
	padding: 1em;
	width: 95%;
}
textarea {
	min-height: 5em;
}
input[type="submit"] {
	background: #9F2214;
	border: none;
	color: white;
	font-size: 1.1em;
	padding: 1.25em;
	width: 50%;
}
#caja {
	text-align: center;
	margin: 0 auto;
	width: 804px;
}
#cabezal {
	text-align: center;
}
#contenido {
	background-image: url(imagenes/fondo_horiz.png);
	background-repeat: repeat-y;
	margin-top: 15px;
}
#columnas {
	background-image: url(imagenes/fondo_horiz.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 5px;
}
#col_der {
	padding-left: 60px;
	line-height: 16px;
	padding-right: 30px;
	margin-right: 305px;
	border-right: 1px solid #CCC;
}
#col_izq {
	float: right;
	width: 290px;
	font-size: 11px;
	font-style: italic;
	margin-top: 10px;
}
.fotos {
	border: 1px solid #999;
	padding: 4px;
}
.subtítulos {
	font: italic lighter 17px/20px Arial, Helvetica, sans-serif;
	color: #9F2214;
}
.modulo {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
}
#pie {
	font-size: .9em;
	font-weight: lighter;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pie a:link, #pie a:visited {
	color: #004B23;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#pie a:hover, #pie a:active {
	color: #9F2214;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a:link, a:visited {
	color: #004B23;
	text-decoration: none;
}
a:hover, a:active {
	color: #9F2214;
	text-decoration: none;
}
.subtítulos_verdes {
	font: italic lighter 17px/20px Arial, Helvetica, sans-serif;
	color: #004B23;
}
.destacado {
	font-size: 14px;
}
#col_der_prof {
	padding-left: 60px;
	line-height: 16px;
	padding-right: 30px;
	margin-right: 400px;
	border-right: 1px solid #CCC;
}
#col_izq_prof {
	float: right;
	width: 365px;
	margin-top: 41px;
	line-height: 16px;
	padding-right: 40px;
}
.galeria {
	font-size: 11px;
	line-height: 12px;
}
.fotos_galeria {
	border: 1px solid #999;
	padding: 4px;
	margin-bottom: 8px;
	margin-top: 25px;
}
.destacado_rojo_chico {
	font: italic lighter 15px/18px Arial, Helvetica, sans-serif;
	color: #9F2214;
}
.rojo {
	color: #9F2214;
	font-family: Arial, Helvetica, sans-serif;
}
.verde {
	color: #004B23;
	font: 13px Arial, Helvetica, sans-serif;
}
.destacado_negro {
	font: italic lighter 15px/19px Arial, Helvetica, sans-serif;
	color: black;
}
