@charset "utf-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
}

.textoportada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.textomini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textomini a:link {
	color: #0000FF;
	text-decoration: none;
}
.textomini a:hover {
	color: #FF0000;
	text-decoration: none;
}
.textomini a:visited {
	color: #0000FF;
	text-decoration: none;
}


.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.subtitulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	font-style: oblique;
	font-variant: normal;
}
input {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7F0085;
}
textarea {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7F0085;
}



.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fondo-separador {
	background-image: url(imagenes/separador-posts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.azul-oscuro {
	color: #003399;
}


.morado {
	color: #990099;
}
.texto div {
	font-size: 14px;
}
