/* CSS Document */

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background:#000000;
	color:#ffffff;
}

.textoportada {
	color: #FF0000;
	font-weight:bold;
	}

.normaltext{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	margin-right: 30px;
	margin-left: 30px;
}

.normaltext p{
	padding: 0px 0px 10px 0px;
	text-align:center;
}

.normaltext h3{
	padding: 5px 0px 5px 0px;
	font-size: 95%;
	margin-left: 10px;
}
a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#9933CC;
	font-weight: bold;
}
h1{
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 font-size: 114%;
 color: #CC0000;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 95%;
 text-align:center;
 color: #CC0000;
 margin: 20px;
}
