body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.celda-contenido {
	background-image: url(../imagenes-plantilla/fondo-contenido.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5B80AD;
}
.texto-promocional {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFCC00;
	font-weight: bold;
}
.celda-footer {
	background-image: url(../imagenes-plantilla/fondo-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B80AD;
	text-decoration: none;
}
.menu-footer:hover {
	color: #333333;
	text-decoration: underline;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.creditos:hover {
	color: #5B80AD;
	text-decoration: underline;
}
.link-contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.link-contenido:hover {
	color: #ffffff;
	text-decoration: underline;
}
.form-txt-grande {
	height: 20px;
	width: 260px;
}
.form-area-mediana {
	word-spacing: normal;
	height: 100px;
	width: 260px;
}
.form-boton-enviar {
	height: 26px;
	width: 150px;
}

.form-txt-mediana {
	height: 20px;
	width: 180px;
}
.form-txt-chica {
	height: 20px;
	width: 130px;
}
.subir {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9DA6A;
	text-decoration: none;
}
.subir:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}
