BODY {
	margin: 0;
	background-color: #FFFFFF;
}

.textoInterior{
	background-color:#FFFFFF;
	text-align: left;
}

.textoInterior h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	margin-left: 8px;
	margin-bottom: 0px;
}


.textoInterior h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 13px;
	margin-left: 8px;
	margin-top: 5px;
}

.textoInterior h2 a{
	color: #FF0000;
	text-decoration:none;
}

.textoInterior h2 a:hover{
	color: #333333;
	text-decoration:none;
}

.textoInterior p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
	padding-bottom: 0px;
}

.textoInterior p a{
	color: #FF0000;
	text-decoration:none;
}

.textoInterior p a:hover{
	color: #333333;
	text-decoration:none;
}

.textoInterior li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
	padding-bottom: 0px;
}

.moreInfo{
	background-image: url(../img/boton.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #87A441;
	line-height: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 0px;
}

.moreInfo a{
	color: #87A441;
	text-decoration:none;
}

.moreInfo a:hover{
	color: #87A441;
	text-decoration:none;
}

.moreInfo a:link{
	color: #87A441;
	text-decoration:none;
}

.moreInfoAzul{
	background-image: url(../img/botonAzul.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 25px;
}

label {
	float: left;
	width: 35%;
	text-align: left;
	margin-left: 10px;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 200px;
}

.radio {
	width:15px;
	border:none;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 200px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 200px;
	border: 1px solid #CCCCCC;
}
div.boton{
 text-align: right;
 width: 98%;
 margin-top: 10px;
 position: relative;
 margin-bottom: 10px;
}
div.boton a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 25px;
	margin-left: 5px;
	border: 1px solid #333333;
}
div.boton a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

