/*********************************************************
*                               www.ciudadrealdigital.es *
*                                                        *
* Nombre: estilos.css                                    *
* Autor: Gestion y Servicios Resources                   *
* Fecha de creación: 03/01/2013                          *
* Última actualización: 27/02/2014                       *
* Descripción: Hoja de estilos principal                 *
* Comentarios:                                           *
*********************************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700&display=swap');

/** ELEMENTOS GENERALES ***********************************************************************************************/

body {
    margin: 0px;
    padding: 0px;
    background-color: #f2f2f3;
}

form {
    margin: 0px;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em !important;
	line-height: 1.5em !important;	
    text-align: justify;	
    color: #000000;
}

li {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8em;
    text-align: justify;
    background-image: none;
}

a {
    outline: none;
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.clearfloat{
    clear:both;
    float:none;
}

h1 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 1.3em;
    font-weight: bold;
}

h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: justify;
    font-weight: bold;
}

h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    text-align: justify;
    font-weight: bold;
}

iframe.frameOculto {
    margin:0px;
    padding:0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

textarea {
    resize: none;
}

table {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 20px;
}

th {
    text-align: left;
}

td {
    margin-right: 2px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    font-size: .8em;
    line-height: normal;
}

fieldset {
    margin:0px;
    margin-top: 15px;
    padding: 10px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

input:focus{
    outline: none;
}


/** CAPAS *************************************************************************************************************/

#contenedor {
    background-color: #FFFFFF;
    padding-top: 20px;
}

.tituloSeccion {
    margin: 0px;
    padding-top: 3px;
    width: 100%;
    border-top: 3px solid #0086c6;
    float: left;
}

.tituloSeccion p {
    margin: 0px;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}


/** BANNERS ***********************************************************************************************************/

#bloqueBanners1 {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #FFFFFF;
}

.banner {
    padding-top: 14px;
    border-top: 1px solid #cccccb;
    background-image: url('../imagenes/publicidad.png');
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
    
    /*position: relative;
    overflow: hidden;*/
}

.bannerPortada {
    margin: 0px;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.bannerModulos {
    margin: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

/*img.telonBanner {
    position: absolute;
    top: 0px;
    left: 0px;
}*/


/** BARRA INFORMATIVA-BUSCADOR ****************************************************************************************/

.barraInformativaBuscador {
	height: 40px;
    background-color: #000000;
}

.fechaActual {
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 40px !important;
    font-size: 1em !important;
    color: #cccccc;
}

.weatherCR {
    float: left;
    margin-left: 20px;
    height: 40px;
}

.weatherCR p {
    float: left;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 40px !important;
	font-size: 1em !important;
    color: #cccccc;
}

.weatherCR div {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.botoneraRRSS {
    float: right;
    margin-left: 10px;
    margin-top: 8px;
}

.botoneraRRSS img {
	height: 24px;
    margin: 0px;
    margin-left: 10px;
    float: left;
}

.buscador {
	float: right;
	margin-top: 8px !important;
	height: 24px;
    margin: 0px;
    background-color: #ffffff;
}

.buscador input {
	box-sizing: border-box;
	height: 24px;
	float: left;	
    margin: 0px;
    margin-right: 2px;
    padding: 5px;
    width: 200px;
    border: 0px;
    background-color: #ffffff;
}

.buscador img {
	float: left;
	width: 24px;
}

.buscador img:hover {
	opacity: 0.5;
}

.submenu {
	float: right;
	margin-right: 20px;
}

.submenu p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1em !important;
	line-height: 40px !important;
	color: #cccccc;
}

.submenu p a {
	color: #cccccc;
}

.submenu p a:hover {
	text-decoration: underline;
}


/** CABECERA **********************************************************************************************************/

#cabecera {
	box-sizing: border-box;
	padding: 20px;
    background-color: #ffffff;
    height: 100px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;	    
}

#logoCRDigital {
	margin-top: 20px;
	height: 50px;
}

#logoCRDigital img {
	height: 100%;
}

#cabecera #Banner1 {
    cursor: pointer;
	height: 80px;
}

#citaCabecera {
    margin-top: 3%;
    margin-bottom: 5%;
}

#citaCabecera p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
    line-height: 19px;
    text-align: center;
}

#citaCabecera p.autorCita {
    font-weight: normal;
    text-shadow: 2px 2px 2px #333333;
}

.comillaInicio {
    margin-right: 10px;
}

.comillaFin {
    margin-left: 10px;
    margin-bottom: -14px;
}


/** BARRA CATEGORÍAS **************************************************************************************************/

#barraCategorias {
    background-color: #000000;
}

#barraCategoriasPhone {
    display: none;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #000000;
}

#barraCategorias ul, #barraCategoriasPhone ul {
    margin:0px;
    list-style: none;
}

#barraCategorias li {
    display: inline-block;
    margin:0px;
    margin-top: .4em;
    margin-bottom: .4em;
    padding: 0px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    background: none;
    font-size: 1em;
    cursor: pointer;
    border-right: 1px solid #03989e;
}
#barraCategorias li:last-child {
    border-right: 0px;
}

#barraCategoriasPhone li {
    margin:0px;
    padding: 0px;
    background: none;
    font-size: 1em;
}

#barraCategorias li a, #barraCategoriasPhone li a {
    color: #cccccc; 
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s; 
}
#barraCategorias li a:hover, #barraCategoriasPhone li a:hover {
    color: #FFFFFF; 
}

#menuPhone {
    float: left;
    width: 100%;
}

#opcionesMenuPhone {
    display: none;
}

#opcionesMenuPhone li {
    margin-left: 1%;
    padding-top: 5px;
}

.botonMenuPhone {
    margin: 0px;
    margin-left: 1%;
    padding: 3px;
    padding-right: 20px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    background-image: url(../imagenes/iconoFlechilla.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: table;
}

.botonMenuPhone a {
    color: #FFFFFF;
}


/** PAGINACION **********************************************************************************************************/

#controlesPaginacion {
    float: right;
    margin: 0px;
    margin-top: 3px;
    margin-right: 10px; 
    margin-bottom: 20px;
    padding: 0px;
}

#controlesPaginacion img {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

#controlesPaginacion p {
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0px;
    color: #1F1F1F;
    font-size: 0.8em;
}


/** PORTADA ***********************************************************************************************************/

.noticiaPortada {
    margin: 0px;
    margin-bottom: 5%;
    float: left;
    width: 100%;
}

.categoriaNoticia {
    margin: 0px;
    padding-top: 3px;
    width: 100%;
    border-top: 3px solid #0086c6;
    float: left;
}

.categoriaNoticia p {
    margin: 0px;
    color: #000000;
    font-size: .8em;
    text-align: left;
    text-transform: uppercase;
}

.noticiaPortada h3 {
    margin: 0px;
    text-align: left;
    color: #666666;
    font-size: 1.1em;
    line-height: 18px;
}

.noticiaPortada h1 {
    margin: 0px;
    margin-bottom: .5em;
    text-align: left;
}
.noticiaPortada h1 a {
    color: #0086c6;
    text-decoration: none;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    -ms-transition: color .1s;
    transition: color .1s; 
}
.noticiaPortada h1 a:hover {
    color: #666666;
}

.noticiaPortada h2 {
    margin: 0px;
    margin-bottom: .5em;
    text-align: justify;
    font-weight: bold;
    font-style: italic;
}

.noticiaPortada p.textoNoticia {
    margin: 0px;
    font-size: 1em !important;
    line-height: normal !important;
    text-align: justify;
}

.noticiaTipo1 .fotoNoticia {
    margin: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.noticiaTipo2 .fotoNoticia {
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
    width: 60%;
}

.noticiaTipo2 .bloqueTextoNoticiaPortada {
    float: right;
    width: 38%;
}

.noticiaBloquePpal h1 {
    font-size: 2em;
    line-height: 1.2em;
}

.noticiaBloquePpal h2 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.noticiaBloqueColumna h1 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.noticiaBloqueColumna h2 {
    font-size: 1.1em;
    line-height: 1.2em;
}

.noticiasRelacionadas {
    margin: 0px;
    margin-top: 3%;
    padding-top: 2%;
    width: 90%;
    float: right;
    border-top: 1px solid #999999;
}

.noticiasRelacionadas p {
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
}

.noticiasRelacionadas ul li {
    margin-bottom: 2%;
    list-style-image: url(../imagenes/iconoNoticiaRelacionada.png);
    list-style-position: inside;
    padding: 0px;
    line-height: 16px;
    font-size: 1em;
}
.noticiasRelacionadas ul li a {
    color: #0086c6;
    text-decoration: none;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    -ms-transition: color .1s;
    transition: color .1s; 
}
.noticiasRelacionadas ul li a:hover {
    color: #666666;
}

#noticiasRelacionadasPhone {
    display: none;
}

#otrasNoticiasPortada {
    margin: 0px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 0px;
    width: 100%;
    display: table;
    background-color: #c2c0be;
}

#tituloOtrasNoticiasPortada {
    margin-top: 5px;
    margin-bottom: 10px;
    display: table;
}

#tituloOtrasNoticiasPortada img {
    float: left;
    margin-right: 10px;
}

#tituloOtrasNoticiasPortada h1 {
    float: left;
    margin: 0px;
    margin-top: 8px;
    color: #000000;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
}

#contenidoOtrasNoticiasPortada {
    padding: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

.otraNoticiaPortada {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666666;
}
/*.otraNoticiaPortada:last-child {
    border-bottom: 0px;
}*/

.otraNoticiaPortada p {
    margin:0px;
    padding: 0px;
    line-height: 14px;
    color: #0090d1;
    font-weight: bold; 
}

.otraNoticiaPortada h1 {
    margin:0px;
    line-height: 15px;
    color: #000000;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.otraNoticiaPortada h1 a {
    color: #000000;
    font-style: normal;
}
.otraNoticiaPortada h1 a:hover {
    color: #999999;
}

.otraNoticiaPortada h2 {
    margin: 0px;
    line-height: 15px;
    color: #666666;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}


/** CULTURA PORTADA ***************************************************************************************************/

.culturaPortada {
    background: #c8dae8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZGFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Q0ZTRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c8dae8 0%, #d4e4f1 19%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8dae8), color-stop(19%,#d4e4f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dae8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#criticaEstrenosPortada {
    border-right: 2px dotted #999999;
    padding-right: 2.5%;
    margin-bottom: 2em;
}

#articuloBarricadaPortada {
    padding-right: 1.5%;
}


/** LISTADO DE NOTICIAS ***********************************************************************************************/

#listadoNoticias {
    float: left;
    width: 100%;
}

.noticiaListado {
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #999999;
}

.fotoNoticiaListado {
    margin: 0px;
    margin-bottom: 1%;
    margin-right: 2%;
    width: 25%;
    float: left;
}

.noticiaListado h1 {
    margin: 0px;
    margin-bottom: .5em;
    text-align: left;
    line-height: 1.2em;
}
.noticiaListado h1 a {
    color: #0086c6;
    text-decoration: none;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    -ms-transition: color .1s;
    transition: color .1s; 
}
.noticiaListado h1 a:hover {
    color: #666666;
}

.noticiaListado h2 {
    margin: 0px;
    margin-bottom: .5em;
    text-align: justify;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1.2em;
}

.noticiaListado p {
    margin: 0px;
    color: #666666;
    line-height: normal;
}

#mensajeNoResultados {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 5%;
    width: 55%;
    background-color: #c8dae8;
    border: 1px solid #666666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#mensajeNoResultados img {
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    display: table;
}

#mensajeNoResultados p {
    margin: 0px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}


/** DESARROLLO DE NOTICIAS ********************************************************************************************/

p.fechaNoticia {
    color: #0090D1;
    font-size: 1em;
}

#desarrolloNoticia h1 {
    margin: 0px;
    color: #0090D1;
    font-size: 2em;
    line-height: 1.2em;
}

#desarrolloNoticia h2 {
    margin: 0px;
    margin-top: .5em;
    color: #000000;
    font-size: 1.3em;
    line-height: 1.4em;
    font-style: italic;
}

#desarrolloNoticia h3 {
    margin: 0px;
    margin-bottom: .5em;
    color: #666666;
    font-size: 1.1em;
    line-height: 1.2em;
    font-style: italic;
}

.barraEnlaces {
    width: 100%;
    height: 33px;
    margin: 0px;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dotted #444444;
    border-bottom: 1px dotted #444444;
}

.enlaceRS {
    float: left;
    margin: 0px;
    margin-right: 15px;
    padding: 0px;
}

#iconosEnlaces {
    float: right;
    display: table;
    margin: 0px;
    padding: 0px;
}

#iconosEnlaces img {
    margin: 0px;
    margin-left: 8px;
    margin-top: 3px;
    padding: 0px;
    border: 0px;
}

#desarrolloNoticia .pieFoto {
    margin: 0px;
    padding: 5px;
    padding-bottom: 0px;
    border-bottom: 1px solid #d6d6d6;
}

#desarrolloNoticia .pieFoto p {
    font-size: .8em;
    margin: 0px;
    color: #666666;
}

#contenidoNoticia {
    margin-top: 30px;
}

#contenidoNoticia p {
    font-size: 1em;
    color: #000000;
}

#contenidoNoticia p b {
    font-weight: 700 !important;
}
#contenidoNoticia p i {
    font-style: italic !important;
}
#contenidoNoticia p u {
    text-decoration: underline !important;
}

#contenidoNoticia iframe {
	display: table;
	margin: 10px auto;
}

.videoNoticia {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
}

#adjuntosNoticia {
    margin: 0px;
    margin-top: 30px;
    padding: 10px;
    border-top: 3px solid #0090D1;
    background-color: #ededed; 
}

#adjuntosNoticia .documentoAdjunto {
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d7d7;
    display: table;
    width: 100%;
}
#adjuntosNoticia .documentoAdjunto:last-child {
    border-bottom: 0px;
}

#adjuntosNoticia .documentoAdjunto img {
    float: left;
    border: 0px;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}

#adjuntosNoticia .documentoAdjunto p {
    margin: 0px;
    font-size: 1em;
}

#adjuntosNoticia .documentoAdjunto a {
    color: #000000;
}
#adjuntosNoticia .documentoAdjunto a:hover {
    text-decoration: underline;
}

#adjuntosNoticia .fotoAdjunta {
    margin: .6em;
    margin-left: .6em;
    margin-right: .7em;
    float: left;
    width: 110px;
}


/** COMENTARIOS DE LOS USUARIOS ***************************************************************************************/

#comentariosUsuarios {
    background: #c8dae8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZGFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Q0ZTRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c8dae8 0%, #d4e4f1 19%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8dae8), color-stop(19%,#d4e4f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c8dae8 0%,#d4e4f1 19%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dae8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#tituloSeccionComentarios {
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #028fc5;
    background-image: url(../imagenes/fondoTitulos.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 73px;
}

#tituloSeccionComentarios h1 {
    margin: 0px;
    margin-left: .5em;
    font-style: italic;
    color: #FFFFFF;
    font-size: 1.8em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 28px;
}

#tituloSeccionComentarios p {
    margin: 0px;
    margin-left: 2%;
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 1.1em;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    display: table;
    float: left;
}

#listadoComentarios {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.cajaComentario {
    margin: 0px;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

.cajaComentario p.numeroComentario {
    float: left;
    margin: 2px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 3px;
    color: #999999;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
}

.cajaComentario h1 {
    float: left;
    margin: 2px;
    padding: 0px;
    color: #0090D1;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.cajaComentario h2 {
    float: right;
    margin: 2px;
    padding: 0px;
    margin-right: 5px;
    color: #666666;
    font-family: Arial;
    font-size: 0.8em;
    font-weight: normal;
    line-height: normal;
}

.cajaComentario p.textoComentario {
    margin: 5px;
    padding: 0px;
    padding-top: 5px;
    color: #000000;
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    text-align: justify;
    border-top: 1px solid #999999;
}

#formularioComentarios {
    margin-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
}

#formularioComentarios p {
    margin: 0px;
    font-size: 1em;
    display: table;
}

#mensajeOK, #mensajeKO {
    margin: 0px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    border: 1px solid #666666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFFFCC;
}

#mensajeOK img, #mensajeKO img {
    margin-right: 10px;
    float: left;
}

#mensajeOK p, #mensajeKO p {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}


/** EL ALMANAQUE ******************************************************************************************************/

.bloqueVinetaSeccion {
    width: 100%;
    border: 1px solid #333333;
}


/** MODULO OTRAS NOTICIAS *********************************************************************************************/

#otrasNoticias {
    margin: 0px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 0px;
    width: 100%;
    display: table;
    background-color: #c2c0be;
}

#tituloOtrasNoticias {
    margin-top: 5px;
    margin-bottom: 10px;
    display: table;
}

#tituloOtrasNoticias img {
    float: left;
    margin-right: 10px;
}

#tituloOtrasNoticias h1 {
    float: left;
    margin: 0px;
    margin-top: 8px;
    color: #000000;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
}

#contenidoOtrasNoticias {
    padding: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

.otraNoticia {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666666;
}
/*.otraNoticia:last-child {
    border-bottom: 0px;
}*/

.otraNoticia p {
    margin:0px;
    padding: 0px;
    line-height: 14px;
    color: #0090d1;
    font-weight: bold; 
}

.otraNoticia h1 {
    margin:0px;
    line-height: 15px;
    color: #333333;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    text-align: left;
}
.otraNoticia h1 a {
    color: #333333;
    font-style: normal;
}
.otraNoticia h1 a:hover {
    color: #999999;
}

.otraNoticia h2 {
    margin: 0px;
    line-height: 15px;
    color: #666666;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}


/** MODULO VIDEO ******************************************************************************************************/

.moduloVideo, .moduloVideoPortada {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
}

.cabeceraModuloVideo {
    background-image: url(../imagenes/cabeceraVideos.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 33px;
    float: left;
    width: 100%;
}

.cabeceraModuloVideo p {
    margin: 0px;
    margin-top: 8px;
    margin-left: 2%;
    color: #FFFFFF;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.playerModuloVideo {
    width: 100%;
    float: left;
}


/** MODULO GUIA DE ESTILO *********************************************************************************************/

.moduloGuiaEstilo {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
    border: 1px solid #e2007a;
    border-top: 0px;
}

.cabeceraModuloGuiaEstilo {
    background-image: url(../imagenes/cabeceraGuiaEstilo.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 33px;
    float: left;
    width: 100%;
}

.cabeceraModuloGuiaEstilo p {
    margin: 0px;
    margin-top: 8px;
    margin-left: 2%;
    color: #FFFFFF;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.contenidoModuloGuiaEstilo {
    padding-left: 2%;
    padding-right: 2%;
}

.contenidoModuloGuiaEstilo h1 a {
    color: #E2007A;
}

.contenidoModuloGuiaEstilo p {
    font-size: 1em;
}


/** MODULO HACIENDO LAS AMERICAS **************************************************************************************/

.moduloAmericas {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
    border: 1px solid #0090d1;
    border-top: 0px;
}

.cabeceraModuloAmericas {
    background-image: url(../imagenes/cabeceraAmericas.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 33px;
    float: left;
    width: 100%;
}

.cabeceraModuloAmericas p {
    margin: 0px;
    margin-top: 8px;
    margin-left: 2%;
    color: #FFFFFF;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.contenidoModuloAmericas {
    padding-left: 2%;
    padding-right: 2%;
}

.contenidoModuloAmericas h1 a {
    color: #0090d1;
}

.contenidoModuloAmericas p {
    font-size: 1em;
}


/** MODULO EL ALMANAQUE ***********************************************************************************************/

.moduloHumor {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
}

.cabeceraModuloHumor {
    background-image: url(../imagenes/cabeceraHumorBarry.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 33px;
    float: left;
    width: 100%;
}

.cabeceraModuloHumor p {
    margin: 0px;
    margin-top: 8px;
    margin-left: 2%;
    color: #FFFFFF;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloqueVineta {
    width: 100%;
    padding: 1em;
    background-color: #efefef;
    border: 1px solid #0090d1;
    text-align: center;
}

.bloqueVineta img {
    margin-left: auto;
    margin-right: auto;
}


/** CULTURA EN TIEMPOS DE CRISIS **************************************************************************************/

#tituloBloqueCultura {
    background-color: #028fc5;
    background-image: url(../imagenes/fondoTitulos.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 80px;
}

#tituloBloqueCultura h1 {
    margin-left: .5em;
    font-style: italic;
    color: #FFFFFF;
    font-size: 1.8em;
    font-family: 'Roboto Condensed', sans-serif;
}

#tituloBloqueCultura p {
    margin: 0px;
    margin-left: 2%;
    color: #FFFFFF;
    font-size: 1.1em;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    width: 90%;
}

.comillaInicio2 {
    margin-right: 5px;
}

.comillaFin2 {
    margin-left: 5px;
    margin-bottom: -2px;
}

#menuCultura, #menuCulturaPhone {
    padding: 1%;
    padding-top: 0px;
}

#menuCultura > ul, #menuCulturaPhone > ul {
    padding: 0px;
    margin: 0px;
}

#menuCultura > ul > li, #menuCulturaPhone > ul > li {
    margin-bottom: 8px;
    border-left: 5px solid #0090D1;
    padding-left: 5px;
    font-size: 1.1em;
    text-align: left;
    line-height: 15px;
    min-height: 20px;
}

#menuCultura > ul > li a, #menuCulturaPhone > ul > li > a {
    font-weight: bold;
    color: #0090D1;
}
#menuCultura > ul > li a:hover, #menuCulturaPhone > ul > li a:hover {
    color: #333333;
}

#menuCulturaScreen {
    padding-left: 2%;
    width: 92%;
}

#menuCulturaScreen ul {
    margin:0px;
    list-style: none;
}

#menuCulturaScreen li {
    display: inline-block;
    margin:0px;
    margin-bottom: .4em;
    padding: 0px;
    margin-right: 5px;
    padding-right: 10px;
    background: none;
    font-size: 1em;
    cursor: pointer;
    border-right: 1px solid #FFFFFF;
}
#menuCulturaScreen li:last-child {
    border-right: 0px;
}

#menuCulturaScreen li a {
    color: #FFFFFF; 
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s; 
}
#menuCulturaScreen li a:hover {
    color: #000000; 
}

#menuCulturaScreen {
    display: block;
}
#menuCulturaPhone {
    display: none;
}

.moduloPortadaCultura {
    margin-bottom: 2em;
}

.tituloPrincipalSeccionCultura {
    margin-top: 20px;
}

.tituloSeccionCultura {
    margin-bottom: 20px;
    
}

.tituloPrincipalSeccionCultura img, .tituloSeccionCultura img {
    height: 32px;
    margin-right: 5px;
    float: left;
}

.tituloPrincipalSeccionCultura h1, .tituloSeccionCultura h1 {
    margin: 0px;
    padding-top: 6px;
    display: table;
    color: #0090D1;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
}

.tituloPrincipalSeccionCultura h1 {
    line-height: 1.9em;
}

.tituloSeccionCultura h1 a {
    color: #0090D1;
}
.tituloSeccionCultura h1 a:hover {
    color: #666666;
}

.contenidoSeccionCultura h2 {
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    font-style: italic;
    line-height: 15px;
    font-size: 1.2em;
}

.contenidoSeccionCultura h2 a {
    color: #000000;
}
.contenidoSeccionCultura h2 a:hover {
    color: #666666;
}

.contenidoSeccionCultura h3 {
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    line-height: 15px;
    color: #666666;
    font-size: 1.1em;
}

.contenidoSeccionCultura img.valoracionPelicula {
    margin-bottom: 8px;
}

.contenidoSeccionCultura p {
    margin: 0px;
    font-size: 1em;
}

.fotoSeccionCultura {
    margin: 0px;
    margin-right: 2%;
    width: 35%;
    max-width: 150px;
    float: left;
}

.fotoSeccionCultura2 {
    margin: 0px;
    margin-right: 2%;
    width: 45%;
    float: left;
}

.fotoSeccionCultura3 {
    margin: 0px;
    margin-bottom: 2%;
    width: 100%;
}


/********************************************************************************/

.cabeceraAldo {
	margin-top: 20px;
	border-bottom: 5px solid #028fc5;
}

.cabeceraAldo img {
	width: 300px;
	float: left;
	margin-right: 0px;
}

.cabeceraAldo h1 {
    padding-top: 20px;
    font-style: italic;
    color: #0090D1;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;    
}

.cabeceraAldo p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #006FA4;
	
}
	
/** FICHA DE PELICULA *************************************************************************************************/

#desarrolloCritica {
    
}

#desarrolloCritica img.cartelPelicula {
    width: 25%;
    margin-right: 2%;
    float: left;
}

#desarrolloCritica h1 {
    margin: 0px;
    margin-bottom: .5em;
    color: #0090D1;
    font-size: 2em;
    line-height: 1.2em;
    text-align: left;
}

#desarrolloCritica h2 {
    margin: 0px;
    margin-bottom: 1em;
    margin-top: 2em;
    padding-top: 1em;
    color: #0090D1;
    font-size: 1.2em;
    line-height: 1.1em;
    border-top: 1px dotted #999999;
}

#desarrolloCritica img.valoracionPelicula {
    margin-bottom: 1em;
}

#desarrolloCritica p {
    font-size: 1em;
}

.fechaPelicula {
    font-size: .6em;
    color: #000000;
}

#fraVideoTrailer {
    float: right;
    margin-left: 1em;
    display: block;
}
#fraVideoTrailerPhone {
    margin-top: 2em;
    display: none;
}


/** BARRICADA CULTURAL ************************************************************************************************/

#listadoArticulos {
    float: left;
    width: 100%;
}


/** UNA CANCION DEL PASADO ********************************************************************************************/

.cancionListado {
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #999999;
}

.fotoCancionListado {
    margin: 0px;
    margin-bottom: 1%;
    margin-right: 2%;
    width: 20%;
    float: left;
}

.playerVideoCancion {
    margin-right: 2%; 
    width: 50%;
    float: left;
}

.videoCancion {
    margin: 0px;
    margin-top: 2em;
    margin-bottom: 20px;
    width: 70%;
    display: table;
}

.datosCancion {
    width: 48%;
    float: left;
}

.datosCancion h1 {
    margin: 0px;
    margin-bottom: 2%;
    padding: 0px;
    font-style: italic;
    line-height: 1.2em;
    text-align: left;
}

.datosCancion h1 a {
    color: #0086c6;
    text-decoration: none;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    -ms-transition: color .1s;
    transition: color .1s; 
}
.datosCancion h1 a:hover {
    color: #666666;
}

.datosCancion p {
    font-size: 1em;
}


/** ACTUALIDAD CULTURAL ***********************************************************************************************/

#calendarioAgenda {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: -80px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 0px;
    width: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    -moz-box-shadow: 5px 5px 5px #dcddde;
    -webkit-box-shadow: 5px 5px 5px #dcddde;
    box-shadow: 5px 5px 5px #dcddde;
    float: right;
}

.calendario {
    margin: 0px;
}
    
.cal_NombreMes {
    margin: 1px;
    padding: 1px;
    background-color: #0090D1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cal_NombreMes h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: normal;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    width: 82%; 
    float: left;
}

.cal_DiasSemana {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.cal_DiaSemana {
    float: left;
    margin: 0px;
    padding: 0px;
}

.cal_DiaSemana p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    color: #0090D1;
}

.cal_Dias {
    margin: 0px;
    padding: 0px;
}

.cal_Dia {
    float: left;
    margin: 0px;
    padding: 2px;
}

.cal_Dia p {
    margin: 0px;
    padding: 0px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.cal_DiaMarcado {
    float: left;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #0090D1;
}

.cal_DiaMarcado p {
    margin: 0px;
    padding: 0px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.cal_Dia p.hoy, .cal_DiaMarcado p.hoy {
    margin: 0px;
    padding: 0px;
    color: #ff0000;
}


.eventoListadoAgenda {
    display: table;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C5C6C6;
}

.datosEventoAgenda {
    float: left;
    display: table;
    width: 33%;
    margin: 0px;
    padding: 0px;
}

.datosEventoListadoCalendario {
    width: 15% !important;
}

.datosEventoAgenda p.dia {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    color: #000000;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 25px;
}

.datosEventoAgenda p.mes {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.datosEventoAgenda p.hora {
    float: left;
    margin: 0px;
    margin-top: -2px;
    padding: 0px;
    color: #D61A0C;
    font-size: 0.8em;
}

.contenidoEventoAgenda {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    width: 67%;
    border-left: 1px solid #AAAAAA;
}

.contenidoEventoListadoCalendario {
    width: 85% !important;
}

.contenidoEventoAgenda h1 {
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    font-style: italic;
    line-height: 15px;
    font-size: 1.2em;
}

.contenidoEventoAgenda h1 a {
    color: #000000;
    text-decoration: none;
}
.contenidoEventoAgenda h1 a:hover {
    color: #666666;
}

.contenidoEventoAgenda p.lugarEvento {
    float: right;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    color: #666666;
    font-size: 0.7em;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    text-align: right;
}

.contenidoEventoAgenda p {
    margin: 0px;
    text-align: justify;
    font-size: 1em;
    color: #000000; 
}

.contenidoEventoAgenda li {
    margin-right: 10px;
    font-size: 1em;
}


/**********************************************************************************************************************/
/** AVISO LEGAL *******************************************************************************************************/
/**********************************************************************************************************************/

.avisoLegal {
	margin-top: 30px;
	margin-bottom: 50px;
}

.avisoLegal h2 {
	font-size: 1.5em;
	margin-top: 50px;
	border-bottom: 1px solid #ffffff;
}

.avisoLegal h3 {
	margin-top: 30px;
	font-size: 1.5em;
	font-weight: 500;
}

.avisoLegal p {
	font-size: 1em;
}

.avisoLegal li {
	font-size: 1em;
}

.avisoLegal li b {
	font-weight: bold;
}

.avisoLegal table {
	border: 1px solid #000000;
	margin-top: 30px;
	margin-bottom: 40px;
}

.avisoLegal th {
	font-size: 1em;
	background-color: #999999;
	color: #000000;
}

.avisoLegal td {
	font-size: 1em;
	border: 1px solid #000000;
}

.avisoLegal img {
	margin-left: auto;
	margin-right: auto;
}

.avisoLegal blockquote {
    margin-left: 50px;
    padding-left: 20px !important;
    border-left: 3px solid #cccccc;
}

.avisoLegal blockquote p {
    font-size: 1em;
    line-height: 1.5;
    color: #000000;
}


/** PIE ***************************************************************************************************************/

#pie {
	box-sizing: border-box;
    margin-bottom: 2%;
    background-color: #000000;
}

#pie .logos {
	margin: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;	 
}

#pie .logos img {
	display: block;
	width: 100px;
	margin: 0px 20px;
}

#pie p {
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    font-weight: bold;
    display: table;
    color: #ffffff;
}

#pie p a {
    color: #FFFFFF;
    font-weight: bold;
}
#pie p a:hover {
    text-decoration: underline;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#publicidad {
    margin-top: 30px;
}

#publicidad h2 {
	margin-bottom: 10px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

#publicidad p {
    font-size: 1.3em !important;
    color: #000000;
}

#publicidad img {
	float: left;
	width: 35%;
	margin-right: 2%;
}

#publicidad table {
	/*float: left;*/
	width: 100%;
}


/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#guiaEstilo {
    margin-top: 30px;
}

#guiaEstilo h2 {
	margin: 15px 0px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

#guiaEstilo p {
    font-size: 1.3em !important;
    color: #000000;
}

#guiaEstilo img {
	display: block;
	margin: 30px auto;
}

#guiaEstilo img.grafico {
	width: 100%;
	max-width: 80%;
}

#guiaEstilo ul {
	margin-left: 20px;
	list-style: circle !important;
}

#guiaEstilo li {
	margin-bottom: 10px;
	font-size: 1.3em !important;
    color: #000000;
}





/**********************************************************/

#opinion {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
}

#opinion h2 {
	margin: 0px 0px 20px 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	border-bottom: 2px solid #000000;
}

#opinion h2 a:hover {
	text-decoration: none;
}

#opinion h2 span {
	margin-left: 5px;
	padding: 0px 10px 0px 10px;
	font-size: 0.7em;
	color: #efefef;
	background-color: #e30613;
}

#opinion h2 a:hover span {
	background-color: #cccccc;
}

#opinion .opinionP img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	border-radius: 50%;
}

#opinion .opinionP h3 {
	margin: 0px;
	font-size: 0.8em !important;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: normal !important;
}

#opinion .opinionP p {
	margin: 0px;
	font-size: 0.8em !important;
	text-align: center;
	line-height: normal !important;
}
