@import url("./base.css");


.fondo-gris {
	background-color: #E6E7E9;
}
.titulo {
	font-family: "Clan Pro Black";
	font-size: 2em;
	color: #00A958;
}

.contenido-texto {
	font-family: "Clan OT News";
	line-height: 1.7em;
	font-size: 1em;
}
.blanco {
	color: #ffffff;
}

.boton {
    font-family: 'Clan OT Medium';
	background-color: #00A859;
	padding: 8px 20px;
	border-radius: 8px;
	border: none;
	color: #ffffff;
    font-size: 1em;
    transition: background-color .7s;
}
.boton:hover {
	background-color: #5C61BC;
	color: #ffffff;
	cursor: pointer;
    transition: background-color .7s;
}

.contenido-texto ul {
list-style: none;
padding: 0px;
margin-left: 10px;
}

.contenido-texto ul li::before {
content: "\2022";  
color: red; 
display: inline-block; 
padding-right: 20px;
font-size: 40px;
line-height: 20px;
vertical-align: -7px;
width: 15px;
}
.contenido-texto ul li {
	padding-bottom:  1em;
}

.derecha, 
.izquierda {
    float: none;
    margin: 10px auto;
  }
@media (min-width: 975px) {
.derecha {
	float: right !important;
}
.izquierda {
	float: left !important;
}
}

.primer-foto-novedades {
	float: right;
	padding:0 0 20px 20px;
}
.primer-foto-novedades img {
	margin: 0 auto;
}
@media (max-width: 960px) {
.primer-foto-novedades {
	float: none;
	width: 100%;
}
}





.fecha {
	font-size: .8em;
}