.floatDer {
	float:right;
}

.floatIzq {
	float:left;
	margin: 8px;
}

.textoInterior table {
	text-align:left;
	border: 1px solid #f0f0f0;
	padding: 5px;
}

.textoInterior{
	background-color:#FFFFFF;
	text-align: left;
}

.textoInterior h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	margin-bottom: 5px;
	text-indent: 10px;
	margin-left: 0px;
}


.textoInterior h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-right: 15px;
}

.textoInterior h2 a{
	color: #FF0000;
	text-decoration:none;
}

.textoInterior h2 a:hover{
	color: #333333;
	text-decoration:none;
}

.textoInterior h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-bottom: 5px;
	text-indent: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

.textoInterior h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
	margin-bottom: 5px;
	text-indent: 10px;
	margin-left: 0px;
}

.naranja{
	color: #FF9900;
}

.bordo{
	color: #990000;
	font-weight: bold;
}

.bordo a{
	color: #990000;
	text-decoration:none;
}

.bordo a:hover{
	color: #990000;
	text-decoration:underline;
}

.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;
	margin-bottom: 0px;
}

.textoInterior p a{
	color: #AB1217;
	text-decoration:underline;
	font-weight: bold;
}

.textoInterior p a:hover{
	color: #333333;
	text-decoration:none;
}

.textoInterior h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 20px;
	text-align: justify;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.textoInterior h5 a{
	color: #666666;
	text-decoration:none;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #f1f1f1;
	width: 265px;
	display: block;
}

.textoInterior h5 a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #990000;
}

.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;
	margin-bottom: 0px;
}

.textoInterior a {
	color: #333333;
	text-decoration:none;
}

.textoInterior a:hover {
	color: #990000;
	text-decoration:none;
}

.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;
}

li {
	list-style-image:url(../img/flecha.gif);
}

form {
	margin-top: 15px;
	width: 450px;
	float: left;
}

label {
	float: left;
	width: 35%;
	text-align: left;
	margin-left: 0px;
	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{
	width: 25%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	float: right;
}
div.boton a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #282828;
	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: #A81118;
}
