.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C8D200;
}
.titulos_izquierda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #900;
}

.marco_contenidos {
	background-image: url(../images/plantilla/superior.jpg);
	background-repeat: repeat-x;
	border: 1px solid #AAA;
	background-color: #FFF;
	margin-left: 6px;
	margin-top: 8px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: justify;
	display: block;
	position: relative;
}
.contenido_testimonio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: justify;
	display: block;
	position: relative;
}

.contenido_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8D200;
	font-weight: bold;
	display: block;
	text-align: justify;
	position: relative;
}
.contenido_resalte_verde {
	font-weight: bold;
	color: #C8D200;
}


.bullets {
	color: #000;
	font-weight: bold;
}
.bullets2 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

.marco_izquierdo {
	background-image: url(../images/plantilla/superior.jpg);
	background-repeat: repeat-x;
	border: 1px solid #AAA;
	background-color: #FFF;
	margin-left: 28px;
	margin-top: 8px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.comentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #999;
}
.mayusculas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.negrilla {
	font-weight: bold;
}
