
/****** COLORES ******/

.fondo-azul
{
	background: #007bff !important;
}

.fondo-indigo
{
	background: #6610f2 !important;
}

.fondo-purpura
{
	background: #6f42c1 !important;
}

.fondo-rosa
{
	background: #e83e8c !important;
}

.fondo-rojo
{
	background: #dc3545 !important;
}

.fondo-naranja
{
	background: #fd7e14 !important;
}

.fondo-amarillo
{
	background: #ffc107 !important;
}

.fondo-verde
{
	background: #28a745 !important;
}

.fondo-turquesa
{
	background: #20c997 !important;
}

.fondo-cian
{
	background: #17a2b8 !important;
}

/****** CABECERA ******/

.header-banner-place h1 
{
	color: white !important;
	font-size: 52px;
	font-family: "Open Sans", sans-serif;
	text-transform: none !important;
	font-weight: 600;
	line-height: 20px;
}

.header-banner-place p
{
	font-size: 13px;
}


/****** INICIO ******/

#meteo
{
	border: 1px solid #CCCCCC;
	height: 250px;
	overflow: hidden;
}

/****** NOTICIAS ******/

.advertisement h6
{
	font-size: 12px !important;
	color: #AAAAAA;
	text-transform: UPPERCASE;
}

.advertisement .publicidad
{
	padding-left: 10px;
	padding-right: 10px;
}

.advertisement .publicidad img
{
	width: 100% !important;
}

.advertisement .publicidad a
{
	display: inline;
}

.advertisement .publicidad .separacion
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}

.advertisement .publicidad:last-child .separacion
{
	display: none;
}

#content-section .more-from-news 
{
    padding: 0px 0px 0 !important;
    margin-top: 0px !important;
}

.single-post p
{
	margin-bottom: 30px !important;
}

.comment-area-box > ul li .comment-box .comment-content 
{
	margin-left: 0px !important; 
}

footer
{
	padding-top: 0px !important;
}

.slider-news-fullwidth .flexslider .slider-caption h2
{
	font-size: 26px !important;
	line-height: 32px !important;
	
}