body {
	margin: 0px;
}
#titulo {
	background-color: #FF0000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subtitulo-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 18px;
}
.subtitulo-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	padding: 5px;
	text-align: center;
}
.subtitulo-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.izquierdo {
	float: left;
	width: 381px;
}
.derecho {
	float: right;
	width: 397px;
	text-align: center;
}
.cuadro-rojo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.cuadro-rojo .izq {
	float: left;
	width: 49%;
}
.cuadro-rojo .der {
	float: right;
	width: 50%;
}

.imagen-grande {
	margin-top: 5px;
}
.imagen-medio {
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.imagen-peq {
	margin: 1px;
}
.corte {
	clear: both;
}
#bottom {
	background-color: #FF0000;
	padding: 5px;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
}
#bottom a:link, 
#bottom a:visited, 
#bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
	
}
#bottom a:hover {
	text-decoration: underline;
	
}
