@charset "UTF-8";

#owl-placas .item {
	padding: 0.4em;
	color: #555;
	text-align: center;
}
.giratorias {
	background-color: #efefef !important;
}
.marcoResultado {
	padding: 0.2em;
	display: inline-block;
	position: relative;
	border-radius: 0.2em;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.20);
	background: rgb(226,226,226);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}
.resultados-ok {
	margin-top: 0.2em;
}
.resultado-deporte {
	margin-bottom: 1em;/*    border-bottom: solid 0.3em #ccc;*/
}
.resultado-deporte h4 {
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	margin-bottom: .5em;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}
.resultado-facultad p {
	margin-top: 0.05em;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
.marcoResultado .col-xs-4 p {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	background-color: #eee;
	padding-top: 0.3em;
	box-shadow : 1px 2px 3px rgba(0,0,0,0.20);
	position: relative;
	top: -0.4em;
	margin-bottom: 0.2em;
	margin-top: 0.1em;
}
.resultado-resultado {
	background-color: #fff;
	padding: .2em;
	margin-bottom: 0.5em;
}
.resultado-resultado p {
	font-weight: 700;
	text-align: center;
	color: #000;
}
.resultado-finalizado {
	margin-top: 1em;
	border-top: solid 1px;
}
.resultado-finalizado p {
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	margin-top: 0.5em;
}
.resultado h3 {
	margin-top: 10px;
	color: #fff;
}
/*
.modulo{
    height:50vh ;
    height:480px;
    overflow:visible;
    padding: 0;
    margin: 0;
    background-color: #87e88a;
}
*/
.col_izq {
	padding: 5px;
	background-color: #fff;
}
.mod_izq {
	padding: 5px
}
.info {
	padding: 1em;
}
.info h6 {
	font-size: 1em;
	font-family: 'Roboto', times, serif;
	font-weight: 700;
	color: #444;
	margin: 0;
}
.info h3 {
	font-size: 2em;
	font-family: 'roboto slab';
	font-weight: 700;
	color: #333;
	margin: 0.2em 0;
}
.info p {
	font-size: 1.2em;
	font-family: 'roboto';
	font-weight: 400;
	color: #666;
}
.noticiasPrincipales a {
	font-size: 0.9em;
	color: #709f65;
	font-weight: 700;
}
.info p a {
	font-size: 0.9em;
	color: #709f65;
	font-weight: 700;
	font-style: italic
}
.noticiasPrincipales a:hover h1, .noticiasPrincipales a:hover h2 {
	color: rgba(64,118,53,1.00) !important;
}
/*ESTILOS DEL BANNER FAN ZONE*/
.fan {
	background-color: #357B53;
	overflow: hidden;
	border-radius: 1em;
}
.fan:hover {
	background-color: #112D18;/*#0082B8;*/
}
#fan figure {
	margin: 0 auto;
}
.fanzone {
	padding: 0 1em 1em 1em;
	margin: 0;
}
.fanzone h3, .fanzone h4 {
	font-family: 'roboto slab', times, serif;
	font-weight: 700;
	font-size: 1.9em;
	text-align: center;
	color: white
}
.fanzone h4 {
	font-size: 1.4em;
	color: #E5E2B7
}
.participa a:hover, .fan a:hover {
	text-decoration: none !important;
	border-bottom: none;
}
/*ESTILOS DEL BANNER PARTICIPÁ*/

#participa figure {
	margin: 1em auto;
	padding: 1em;
}
/*ESTILOS DEL BANNER DE PARES*/
#pares {
	background-color: #000;
}
#logo {
	padding: 1em;
}
.info-pares {
	margin-top: 1.3em;
}
.info-pares p {
	color: #fff;
	padding: 0 1em;
}
#pares a {
	display: block;
}
#pares:hover {
	background-color: darkslategray;
}
footer {
	margin: 0;
	/*
	background-color: #ccc;*/
	
	background: rgb(226,226,226);
	background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#eeeeee', GradientType=1 );
	position: relative;
	top: 0.2em;
	clear: both;
	overflow: hidden;
}
.pie {
	text-align: center;
	border-right: 1px dotted rgba(0,0,0,0.40);
	margin: 1em 0;
	min-height: 12em;
}
.pie:last-child {
	border-right: none;
}
footer .row {
	max-width: 100em;
}
footer ul {
	padding: 0;
}
footer ul li {
	list-style: none;
	padding: 0;
}
footer ul li h5 {
	color: #333;
	font-weight: 700;
}
footer ul li a {
	color: #666;
}
footer ul li a:hover {
	color: black;
}
.pie:nth-of-type(1), .pie:nth-of-type(3) {
	min-height: 14em
}

@media screen and (max-width: 991px) {
.pie:nth-of-type(1) ul, .pie:nth-of-type(2) ul {
	border-bottom: 1PX DOTTED #999 !important;
	height: 14EM;
}
}
.deportesFooter li {
	position: relative;
	left: -1em;
}
.deportesFooter li:nth-of-type(1) {
	left: 0
}
.deportesFooter a img {
	width: 14px;
	position: relative;
	top: -2px;
	opacity: 0.0;
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	left: -1em;
	position: relative;
}
.deportesFooter a:hover img {
	opacity: 1;
	left: 0;
	filter: none;
	-webkit-filter: grayscale(0);
}
#redes ul {
	font-size: 2em;
}
#redes ul li:first-child {
	display: block;
}
#redes ul li {
	display: inline-block;
	margin: 0 0.2em
}
#redes i {
	font-size: 1.1em;
}
/*ESTILOS NOTICIA_FUTBOL.HTML*/
.fotoPpal {
	padding-left: 0;
}
#fondo-noticia {
	background: #efefef;
}
#epigrafe {
	margin: 0.5em 0;
	font-weight: 700;
	color: #999;
	text-align: right;
}
.noticia {
	background-color: #fff;
	padding: 1px 20px;
}
.titulo-noticia {
	font-size: 3em;
	font-weight: 700;
	color: #3fac42;
}
.bajada-noticia {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #3fac42;
	padding-bottom: 1em;
	border-bottom: solid 1px;
}
.texto-noticia {
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	margin: 20px 0;
}
#entrevista {
	margin: 0;
}
.video iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.opinion {
	margin: 20px 0;
}
.opinion h4 {
	font-weight: 700;
	color: #3fac42;
	border-top: 1px solid;
	padding-top: 10px;
}
.campo {
	color: #000;
}
.decilo {
	background-color: #fff;
	border: solid 2px #3fac42;
	margin-top: 15px;
	color: #3fac42;
}
.decilo:hover {
	background-color: #3fac42;
	margin-top: 15px;
	color: #fff;
}
 .comentarios .separadorTitulo h3{
    background-color: #fff;
}
.comentario{
    margin-top: 1em;
    padding: 1em;
    border: solid 1px #3fac42;
    border-radius: 10px;
}
.comentario h4{
    padding-bottom: .5em;
    border-bottom: solid 1px #3fac42;
}
.comentario span{
    font-size: .7em;
    font-weight: 100;
    
    
}

/*ESTILOS REGISTRO.HTML*/
.registro {
	margin: 0 auto;
	padding: 0.5em;
	overflow: auto;
	width: 100%;
	background-color: #eee;
}

@media screen and (min-width: 767px){

	.registro{padding: 1em;}
}


.registro *:focus {
	/* Disable the browser focus highlighting. */
	outline: none;
}
.feis {
	background-color: #3b6298;
	color: #fff;
	margin-bottom: 1em;
	white-space: normal;
}
.tuiter {
	background-color: #4099FF;
	color: #fff;
	margin-bottom: 1em;
		white-space: normal;
}
.btn_ok {
	background-color: #3fac42;
	color: #fff;
}
.btn_ok:hover {
	background-color: #eee;
	border: solid 1px #3fac42;
	color: #3fac42;
}
.registroRedes {
	border-bottom: solid 1px #3fac42;
}
.prueba {
	font-size: 1em;
	font-weight: 400;
	margin-top: .8em;
	color: #2c4d2d;/*color: #3fac42;*/
}
.form-control {
	color: #000;
}
placeholder {
	color: #3fac42;
}
.checkbox {
	color: #3fac42;
}
.checkbox label {
	font-weight: 700;
	margin: 10px 0;
}
.fan h3 {
	color: #7FE482 !important;
}
.subseccion h3 {
	color: #3fac42;
	font-weight: 400;
	padding-bottom: .5em;
}
.fondoGrisOscuro {
	background-color: #333;
}
.fondoGrisOscuro h3, .fondoGrisOscuro p {
	color: white !important
}



.registro *:focus {
	outline: none;
}
h4 {
	font-weight: 700
}
.contenedor_izq {
	padding-left: 0;
	padding-right: 0;
	margin-right: -1em;
	max-width: 90%;
}


@media screen and (min-width: 767px){


	.contenedor_izq {	margin-right: 0 !important;
	max-width: 100%;
}
}
/*  estilos para noticias.html */

.caratula {
	background: -moz-linear-gradient(-45deg, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 0.9) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 0.9) 100%);
	background: linear-gradient(135deg, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 0.9) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e6eeeeee', GradientType=1);
	padding: 0em 2.5em;
	height: 7em;
	margin-bottom: 0.7em;
	clear: both;
	margin: -1em -15px;
	overflow: hidden;
}
.caratula h1 {
	width: auto;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	background-color: #eeeeee;
	position: relative;
	top: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	letter-spacing: 1px;
	color: #777;
	box-shadow: 4px 9px 12px rgba(0,0,0,0.3);
	border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;
}
.caratula img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1);
	max-width: 0.8em;
	position: relative;
	top: -0.1em;
	left: -0.2em;
	opacity: 0.5;
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
}
.caratula i {
	opacity: 0.4
}
.icono {
	width: 1em;
	height: 1em;
	float: left;
	clear: both;
	position: relative;
	bottom: .15em;
}
.seccion {
	padding: 0 .5em;
	float: left;
}
.seccion h1 {
	font-family: 'roboto slab';
	font-size: 4.5em;
	font-weight: 700;
	color: #fff;
}
/*   NOTICIA DESTACADA    */
.destacada {
	margin: 1em auto;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(135deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 );;
	border-radius: 1.5em;
	border: 2px solid #ccc;
	overflow: hidden;
}
.noticia_destacada {
	padding-left: 0;
	padding-right: 0;
}
.col_izquierda {
	padding-left: 1em;
	display: block;
}
.titulo_destacado {
	font-size: 2.1em;
	font-weight: 500;
	color: #fff;
}
.bajada_destacada {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
}
.bajada_destacada a {
	color: #87e88a;
}
.bajada_destacada a:hover {
	color: #fff;
	font-weight: 500;
}
/*    RESTO DE LAS NOTICIAS     */
.secundarias {
	padding: 1.5em;
}
.noticia_chica {
	background-color: #fff;
	padding: .5em
}
.fig_chica {
	width: 100%;
}
.titulo_chico {
	color: #3fac42;
	font-size: 1.8em;
	font-weight: 600;
}
.bajada_chica {
	color: #3fac42;
	font-size: 1.3em;
	font-weight: 400
}
.bajada_chica a {
	color: #3fac42;
}
.bajada_chica a:hover {
	color: #000;
	font-weight: 500;
}
.noticiasTerciarias {
	margin-left: -1.4em;
}
.noticiasTerciarias .marcoNoticia {
	box-shadow: 2px 4px 5px rgba(0,0,0,0.3);
}
.noticiasTerciarias {
	padding-left: 0.5em
}
.noticiasTerciarias .row {
	margin: 1em 0;
}
.noticiasTerciarias .volanta_mvp {
	width: 50%!important;
	text-align: center;
	color: #fff;
}
.noticiasTerciarias .marcoNoticia .col-xs-3 {
	padding: 0;
}
.noticiasSecundarias .separadorTitulo h3 {
	width: 10em;
}
.entrevistas .info {
	min-height: 10.5em ;
}
.fondoGrisOscuro h2 {
	color: white;
}

@media screen and (min-width: 767px) {
.noticia_chica {
	overflow: auto;
	margin-bottom: 1em;
}
.fig_chica {
	width: 60%;
	float: left;
}
.titulo_bajada {
	width: 40%;
	float: left;
	padding: 0 1em;
}
.titulo_chico {
	margin-top: 0;
}
.noticiasTerciarias .volanta_mvp {
	width: 40%!important;
	text-align: center;
	color: rgba(255,255,255,0.8);
	padding: 0.1em 0;
	letter-spacing: 1px
}
}

@media screen and (min-width: 900px) {
.noticiasTerciarias .volanta_mvp {
	width: 9em !important;
}
}
/*    Paginación:     */
#paginacion {
	color: #999;
	font-weight: bold;
}
/*    estilos para participá.html*/
.portada {
	padding: 0;
}
#lista_deportes {
	color: #3fac42;
	font-weight: 500;
	margin: 0 0 1em 0;
}
.inscribite h2 {
	font-weight: 500;
	color: #3fac42;
}
.inscribite p {
	font-size: 1.4em;
	font-weight: 500;
	color: #000;
	width: 95%;
	text-align: justify;
}
.lista_deportes {
	list-style: none;
	padding-left: 1em;
	font-size: 1.2em;
	color: #3fac42;
	margin-bottom: 1em;
}
.inscripcion {
	/*    margin-top: 1em*/
	border-top: solid 1px #3fac42;
}
.inscripcion h3 {
	font-size: 1.5em
}
.ok {
	margin: 2em 0;
}
/*   ESTILOS FIXTURE.HTML     */

.fixture_deportes {
	margin: 1em auto;
	padding: 0em;
	list-style: none;
}
.fixture_deportes li {
	display: inline-block;
	text-align: center;
	font-weight: 500;
}
.fixture_deportes li a {
	color: #000;
	display: block;
	padding: .8em;
	margin: 0 0 0.4em 0;
}
.fixture_deportes li a:hover {
	background-color: #eee;
	border-radius: 10px;
	text-decoration: none;
}
#futbol a {
	border-radius: 1px;
	background-color: #1F72AD;
	border: solid 2px #1F72AD;
}
#basquet a {
	border-radius: 1px;
	border: solid 2px chocolate;
}
#atletismo a {
	border-radius: 1px;
	border: solid 2px #4C94D0;
}
#hockey a {
	border-radius: 1px;
	border: solid 2px #646D34;
}
#futsal a {
	border-radius: 1px;
	border: solid 2px #C2323F;
}
#paddle a {
	border-radius: 1px;
	border: solid 2px #453D73;
}
#tenis a {
	border-radius: 1px;
	border: solid 2px #457049;
}
#voley a {
	border-radius: 1px;
	border: solid 2px #926B0A;
}
.table {
	margin-bottom: 1.5em;
	background-color: #fff;
}
.table-striped {
	box-shadow: 3px 3px 4px rgba(0,0,0,0.20);


background: #a7b79c;
background: -moz-linear-gradient(45deg,  #a7b79c 0%, #eaeaea 100%);
background: -webkit-linear-gradient(45deg,  #a7b79c 0%,#eaeaea 100%);
background: linear-gradient(45deg,  #a7b79c 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b79c', endColorstr='#eaeaea',GradientType=1 );

}
#cabeza_tabla {
	background: rgb(226,226,226);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 46%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}

#hora {
	text-align: center;
	color: #000;
	font-weight: 500;
}
.equipos_tabla {
	text-align: center;
	font-weight: 700;
	color: #000;
}
#vs {
	text-align: center;
	color: #000;
}
/*    ESTILOS TVVIVO.HTML     */
    
.tvvivo {
	padding: 0;
}
.tvvivo h2 {
	font-weight: 500;
	color: #fff;
	margin-top: 0;
}
.repeticiones {
	width: 100%;
	min-height: 16em;
	position: relative;
	padding: 0;
	margin-bottom: 8em;
	clear: both;
	background-color: white !important;
}
.repeticiones .item {
	padding-bottom: 1em;
	margin: 0;
	display: block;
	top: 0;
}
.repeticiones .marcoSubnoticia {
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3) !important;
}
.repeticiones .info span {
	color: #709f65;
	font-weight: 700;
	border-bottom: 1px dotted #709f65;
	padding:0.2em 2em;
	position: relative;
	top: -0.5em;
	
	
}
.repeticionesTitulo {
	/*    margin-left: -1em;*/
	padding: .5em 0 .5em 0;
	width: 100%;
}
.repeticionesTitulo .separadorTitulo {
	width: 100%;
}
.repeticionesTitulo .separadorTitulo h3 {
	top: 0.5em;
	background-color: #f9f9f9;
}
.repeticiones a {
	color: #fff;
}
.repeticiones .owl-theme .owl-controls {
	margin-top: 1em
}
.repeticiones .owl-pagination {
	top: 0
}
/*   ESTILOS ENTREVISTAS.HTML     */
.entrevistas {
	padding-left: 0;
	padding-bottom: 1em;
}
.entrevistas h2 {
	color: #fff;
	font-size: 2em;
	margin-top: 0;
}
#entrevista {
	font-size: 1.2em;
}
.entrevistas h4 {
	color: #709f65 !important;
	font-size: 1.5em;
}
.entrevistas p {
	font-size: 1em;
}
.subseccion .row {
	margin-bottom: 1em;
}
.textoEntrevista {
	margin-left: -1em;
	margin-top: 1.5em
}

@media screen and (min-width: 991px) {
.repeticiones .info {
	min-height: 6em
}
}

@media screen and (max-width: 500px) {
.participa {
	width: 100%;
	float: left;
}
.fan {
	width: 85%;
	margin: auto;
}
}

@media screen and (min-width: 600px) {
.fixture_deportes {
	margin: 1em auto;
	padding: 0em;
	list-style: none;
}
}
