@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Titillium Web', sans-serif;}
a{ text-decoration:none;}

header{
    padding-top: 40px;
}
.imaLogo{
    text-align: center;
}
	.imaLogo img{
    width: 100px;
}


.messageAlert{}
	.messageAlert h1{
    font-size: 1.5em;
}
	.messageAlert h2{}
	.messageAlert h3{}

.docsPDF{
    margin: 20px 0px;
}
.unPDF{
    display: inline-block;
}
	.unPDF a{
    background-color: black;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
}


/* FORMAS */
.forms{
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    padding: 30px;
    border-radius: 20px;
    margin: auto;
}
.formSmall{
    width: 100%;
    max-width: 340px;
}
.formcolor1{
    background-color: #00eca1;
}
   .opform{
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}
.opform a{
    color: black;
    border-bottom: 1px solid;
}
   .opform label{
    font-size: .9em;
    margin: 0px 0 8px;
    display: block;
}
.opform2col{width: 50%;padding: 10px;}
.formBig{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    background-color: white;
}
.opform2col li{
    list-style: none;
}

.wrapS{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
	.wrapS > div{width: 50%;}
	.wrapS div a{
    padding: 10px;
    display: block;
    margin: 10px;
}
	.btAccS{
    text-align: center;
}
	.btAS{
    background-color: black;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
	.logoS{
    margin: auto;
	}
	.logoS img{max-width: 80px;height: auto;}
	.dataS{
    display: block;
    width: 100% !important;
	}
	.dataS p{}







#kpaginate{margin: auto;}
	#kpaginate td{
    vertical-align: middle;
    padding: 0;
    border: none;
}
	#kpaginate td a{
    display: block;
    border: 1px solid #cecece;
    padding: 5px 10px;
    margin: 2px;
    vertical-align: middle;
    border-radius: 4px;
}
	#kpaginate td .selected{
    background-color: #83b44e;
    color: white;
}


a.btcV:hover {
	background-color:#fd5200; !important
	color:white; !important}
a.btcN:hover {
	background-color:#fd5200; !important
	color:white; !important}
a.btcM:hover {
	background-color:#fd5200; !important
	color:white; !important}
a.btcA:hover {
	background-color:#fd5200; !important
	color:white; !important}
a.btc1:hover {
	background-color:#fd5200; !important
	color:white; !important}


.header{
    background-color: #3A3939;
    min-height: 300px;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: none;
}

body{background-size: cover;background-image: url("https://soccersite.mx/imagenes/fdo-gral.jpg");background-repeat: no-repeat;}
.sloganHome{
    margin-bottom: 20px;
}
.logohome{
    position: relative;
    top: 80px;
    text-align: center;
    max-width: 680px;
    width: 90%;
    padding: 10px 20px;
    line-height: 41px;
    -webkit-animation: 1s .8s a-logo backwards ease-out;
    animation: 1s .8s a-logo backwards ease-out;
    text-shadow: 0px 1px 2px rgba(0,0,0,.5);
    margin: auto;
    text-transform: uppercase;
    /* border-top: 2px solid #83b44e; */
    font-weight: 900;
    /* border-bottom: 2px solid #83b44e; */
}
	.logohome h2{
    color: white;
    font-size: 35px;
}
.logohome h1{
    color: white;
    font-size: 45px;
    margin: 0;
}
	
	.logohome img{
    width: 100%;
    height: auto;
}
.tx-home{
    position: absolute;
    color: silver;
    text-transform: uppercase;
    font-size: 13px;
    top: 10px;
    -webkit-animation: a-menuP 1s; /* Chrome, Safari, Opera */
    animation: a-menuP 1s;
}
	.tx-home span{
    color: whitesmoke;
}
	.tx-left{
    left: 10px;
}
	.tx-right{
    right: 10px;
}
		a.link{
    background: #ff5100;
    color: whitesmoke;
    text-decoration: none;
    padding: 2px 15px;
    font-size: 13px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 2px;
}
.t-p{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    text-align: -webkit-center;
}
.banner-Ppal{
    /* background-image: url(../imagenes/fdo-official.jpg); */
    background-position: center center;
    padding: 10px 10px;
    text-align: center;
    background-size: cover;
    margin: 1px auto;
}
.cont-tPpal{}
	.cont-tPpal h2{
    font-size: 25px;
    text-transform: uppercase;
    color: #203657;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}
	.cont-tPpal h3{
    color: #83b44e;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 18px;
}
	.cont-tPpal ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    display: table;
    table-layout: fixed;
    width: 100%;
}
	.cont-tPpal ul li{
    display: table-cell;
    width: 25%;
    margin: 0px 10px;
}
	.uncurso{
    position: relative;
}
		.uncurso p{
    margin: 10px 0px;
}
		.uncurso img{
    max-width: 220px;
    height: auto;
    width: 100%;
}
	.btN {
    background-color: #f4e949 !important;
    display: block !important;
    padding: 20px 20px !important;
}
	.btV {
    background-color: #f4e949 !important;
    display: block !important;
    padding: 20px 20px !important;
}
	.btA {
    background-color: #f4e949 !important;
    display: block !important;
    padding: 20px 20px !important;
}
	.btM {
    background-color: #f4e949 !important;
    display: block !important;
    padding: 20px 20px !important;
}

	.cab{
    position: relative;
}
	nav{
    /* background-color: #053358; */
}
	.menu{}
		.menu ul{
    display: table;
    width: 100%;
}
		.menu ul li{
    display: table-cell;
    text-align: center;
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    border-right: 1px solid #2f455d;
}
		a.op{
    color: whitesmoke;
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    /* font-size: 13px; */
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition:.3s;
}
	a.op:hover{
		color: black;
		background-color: #33a8ef;
		transition:.3s;
	}
	.redP {
    position: relative !important;
    top: 0px !important;
    margin-top: 30px;
}
	.redes{
    position: absolute;
    right: 0px;
    top: 255px;
}
		.redes ul{
    list-style: none;
}
		.redes ul li{
    display: inline-block;
    margin: 0px 4px;
}
		.redes ul li img{
    width: 30px;
    height: auto;
}
.bannersHOME{}
.contbannHome{text-align: center;}
	.contbannHome > div{
    display: inline-block;
    width: 20%;
    margin: 5px;
}
		.contbannHome > div > img{
    width: 100%;
    height: auto;
}



.not-home{
    padding: 80px 0px;
    margin: 80px auto;
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
}
.contiVideoH{}
	.contiVideoH iframe{
    width: 100%;
    height: 550px;
}
	.cont-not-home{max-width: 980px;width: 100%;margin: auto;}
	.cont-not-home h2, .icoMas{
    margin-left: 15px;
 	}
 	.icoMas{
 		display:inline-block;
 		vertical-align:middle;
 	}
	.cont-not-home h2{
    font-size: 35px;
    color: #33a8ef;
    font-weight: bold;
    }
	.cont-not-home ul{
    width: 100%;
    margin-top: 45px;
    text-align: center;
}
	a.link2H{
    color: #33a8ef;
    display: inline-block;
}
	.cont-not-home ul li{
    display: inline-block;
    width: 29%;
    vertical-align: top;
    background-color: white;
    margin: 10px 12px;
    border: 1px solid silver;
}
	
	.bcks-n{
    background-position: center;
    background-size: cover;
}
.imanotH{
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
	
	a.link-not-h{
    min-height: 380px;
    padding: 0px !important;
    background: none !important;
    display: block;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}
	a.link-not-h:hover{
		box-shadow: 0 1px 10px rgba(0,0,0,.4);
		-webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
	}
	.tx-not-h{
    /* position: absolute; */
    /* bottom: 0px; */
    color: #203657;
    /* background-color: rgba(3, 42, 65,.9); */
    /* font-weight: 600; */
    text-transform: uppercase;
    text-align: center;
    /* margin: 20px; */
    padding: 40px 20px 20px;
    font-size: 18px;
    line-height: 20px;
}
h1{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
}
.not-game{
    margin-bottom: 50px;
}
.cont-ng{
    /* display: table; */
    border-collapse: collapse;
    width: 100%;
    overflow: auto;
}
.masnot{
    display: table-cell;
    width: 65%;
    vertical-align: top;
    padding: 25px 0px 0px;
}
	.masnot ul{
    list-style: none;
    padding-right: 30px;
}
	.masnot ul li{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 12px 0px;
}
		.fecha-n{
    display: table-cell;
    vertical-align: top;
    width: 15%;
    font-size: 14px;
    color: #032A41;
    font-weight: 600;
}
		.foto-n{
    display: table-cell;
    vertical-align: top;
    width: 15%;
}
		.tx-n{
    display: table-cell;
    vertical-align: top;
}
			.tx-n h2{
    font-weight: 600;
}
			.tx-n p{
    font-size: 13px;
    color: #5A5A5A;
}
.v-g{
    margin: 80px auto;
}
.cont-vg{
    display: table;
    width: 100%;
}
.videos-h{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.t-v-h{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
	.t-v-h ul{
    list-style: none;
}
	.t-v-h ul li{
    background-color: silver;
    min-height: 85px;
}
		.t-v-h ul li h2{}
		a.bt-v{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 20px;
}
		.ok{
    color: white;
    background-color: #032A41;
}
		.nook{
    color: black;
}
	.f-v{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
	.bck-v-h{
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 343px;
}
	.ico-play{}
	.galeria-h{
    display: block;
    width: 50%;
    vertical-align: top;
}
	.t-gal{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
	.c-tvh{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    /* border-right: 1px solid #83b44e; */
    height: 400px;
    background: url("../imagenes/b-youtube.jpg");
    background-size: cover;
    background-position: center center;
}
	.c-tvh h2{
    font-size: 20px;
    padding: 0px 30px;
    color: white;
    background: #83b44e;
}
	.c-tvh h3{
    font-size: 22px;
    margin-top: 23%;
    padding: 8px 30px;
    color: white;
    background: #203657;
}
.game{
    float: left;
    width: 33.2%;
    vertical-align: top;
    text-align: center;
    /* border: 1px solid #8F805F; */
    margin-left: 1px;
}
	.resultados{
    background-color: rgb(3, 42, 65);
    padding: 30px 0px 0px;
}
	.elresultado{
    padding: 20px;
}
	.equ{}
	.equ ul{
    display: table;
    width: 100%;
}
	.equ ul li{
    display: table-cell;
    text-align: center;
}
	.equ ul li img{}
	
	.equ2{
    background-color: #7D7D7D;
    padding: 15px 10px;
}
	.equ2 ul{
    display: table;
    width: 100%;
}
	.equ2 ul li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
	.equ2 ul li img{
    width: 40%;
}
	
	.d-part{
    color: white;
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #8F805F;
}
	.d-part p{
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
	.d-part span{
    color: gray;
    font-weight: 300;
    font-size: 13px;
}
	.equ2 h3{
    color: whitesmoke;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .4em;
}
footer{
    position: relative;
}
.elpie{
    background-color: #33a8ef;
    margin-top: 40px;
}
.contienepie{
    text-align: center;
    padding: 40px 0px 40px;
}
.redespie{
    margin-bottom: 50px;
}
	.redespie ul{
    list-style: none;
}
	.redespie ul li{
    display: inline-block;
    margin: 0px 10px 0px;
}
	.redespie ul li img{}
	.d-pie{
    color: whitesmoke;
    font-size: 12px;
}
	.titCFCF{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
}
	.d-pie img{
    max-width: 80px;
    height: auto;
}
	.d-pie p{
    color: black;
}
	.d-pie span{
    color: white;
}
	.icoWatsapp span:before{
	background-image: url(../imagenes/ico-whatsapp.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	content:"";
	background-size:cover;
	position: relative;
	top: 5px;
	margin-right: 4px;
	}
.sep-p{
    margin: 0px 0px;
    /* border-top: 1px solid #8F805F; */
    padding: 30px 0px;
}
.tit-vg{
    text-transform: uppercase;
    font-weight: 700;
    color: #203657;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 24px;
    /* letter-spacing: .05em; */
    /* display: none; */
}
.logo-tor{
    width: 100px;
    height: auto;
    border: 1px solid #8F805F;
    border-radius: 4px;
}
.roles-home{
    background-color: #8F805F;
}
	.roles-home ul{
    width: 100%;
    display: table;
}
	.roles-home ul li{
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    background-color: #8F805F;
    padding: 10px 20px;
    font-size: 15px;
}

	.roles-home span{}
	.combo-home{}
a.bt{
    background-color: silver;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    color: #203657;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 1px;
    border-radius: 10px;
    border: 2px solid white;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	text-overflow: '';
	text-indent: 0.1px;
	position: relative;
	height: 30px;
	font-size: 14px !important;
	color: #333 !important;
	border: 1px solid #D6D6D6;
	padding: 0 39px 0 18px;
	background: url(imagenes/dropdown.svg) no-repeat right center #F1F1F1;
	background-size: 30px auto;
}
.content{
    width: 100%;
    display: table;
    max-width: 800px;
    margin: auto;
    padding: 0px 20px;
}
.derecha{
    display: none;
}
.contPubli{
    padding: 10px;
    display: block;
}
	.contPubli img{
    max-width: 290px;
    width: 100%;
}

.inf, .derecha{
    /* display: table-cell; */
    vertical-align: top;
    text-align: center;
}
.inf{
    /* padding: 10px 15px 30px 15px; */
    /* width: 100%; */
}
.inf h1, h2, h3, h4{}
	.inf h1{
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: initial;
    text-align: center;
    line-height: 38px;
    color: black;
}
.share{
    margin: 20px 0px;
}
	.inf h2, .inf h2 strong{
    color: black;
    font-size: 26px;
    margin: 10px 0px;
    text-align: center;
}
	.inf h2 strong{
    /* color: #203657; */
}
	.fotoint{
    width: 220px;
    float: right;
    margin: 0px 0px 0px 30px;
}
	.inf h3{
    font-size: 18px;
    color: black;
    /* font-weight: bold; */
}
	.inf h4{}
		.inf p{
    font-size: 1em;
    /* line-height: 26px; */
    color: #616161;
    margin: 0px 0px 5px 0px;
}
		.inf strong{
    color: black;
    font-weight: bold;
}
.cabTit{
    margin-bottom: 60px;
}
	.cabTitable{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: table;
    width: 100%;
}
	.cabTitCell{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0px 15px;
}
	.cabTitCell ul{
    margin: 10px 20px;
}
	.cabTitCell ul li{
    color: #616161;
}
	.imatitC{
    max-width: 340px;
    height: auto;
    width: 100%;
}
	.CT{}
		.CT h2, .CT h2 strong{
    font-size: 30px;
}
	.CT ul{
    margin: 20px;
}
	.CT ul li{
    color: #616161;
}
	.CT h2{
    text-align: center;
    margin: 10px 0px 50px;
}
	.unaOpI{
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    border-radius: 3px;
    /* max-width: 550px; */
    width: 100%;
    text-align: center;
    margin: 0px auto 40px;
}
	.imaWF{
}
	.laimaWF{
    background-image: url(../imagenes/fdo-cancha.jpg);
    padding: 0 0 250px;
    background-size: cover;
    background-position: top center;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    margin: 0 0 50px;
}
	.tx-laimaWF{
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 60px 0px 60px;
}
	.tx-laimaWF p{
    color: white;
    font-size: 18px;
}
	.imaunaOpI{
    background-color: #dadada;
    padding: 30px;
}
	.imatitC2{
    width: 200px;
    height: auto;
}
	.tx-unaOpI{
    padding: 20px;
}
	.tx-unaOpI p{
    font-size: 18px;
    color: #203657;
}

		.CT h3{
    font-size: 16px;
}
	.imaPR{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
	.fdoPG{background-image: url(../imagenes/fdo-programa.jpg);}
	.fdoAR{background-image: url(../imagenes/fdo-arbitro.jpg);}
	.fdoDT{background-image: url(../imagenes/fdo-director.jpg);}
	.fdoPF{background-image: url(../imagenes/fdo-preparador.jpg);}
	.fdoGD{background-image: url(../imagenes/fdo-gestor.jpg);}

	.laimaPR{
    padding: 273px 15% 50px;
}
	.tx-laimaPR{}
		.tx-laimaPR h2{
    color: #240b20;
}
		.tx-laimaPR p{}
	.unaCatVF{
    display: flex;
    flex-direction: column;
    width: 100%;
}
	
		.lostorneos{
    margin: 50px 0px;
    overflow: auto;
    /* display: flex; */
}
		.untorneo{
    padding: 20px;
    background-color: black;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-size: cover;
    display: block;
    width: 100%;
    color: white;
}
	.untorneo h3{
    color: silver;
}
.logotorneo ul{
    list-style: none;
    display: table;
    width: 100%;
}
	.logotorneo ul li{
    display: table-cell;

}
	.logotorneo ul li h2{
    /* text-align: left; */
}
		.logotorneo ul li:first-child{		width: 30%;
}
		.logotorneo ul li:last-child{
    width: 70%;
    text-align: center !important;
}

	.logotorneo ul li > img{
    max-width: 70px;
}
	.untorneo h2{
    color: #fefffe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 15px;
}
		.logotorneo img{
    border-radius: 8px;
}
		.datotorneo{margin: 20px 0px 0;display: table;width: 100%;}
		.fechatorneo{
    color: #a9a9a9;
    display: table-cell;
    width: 40%;
    vertical-align: top;
    display: none;
}
	.fechatorneo strong{
    color: whitesmoke;
}
.opcionestorneo{
    margin: 20px 0px 0px;
    display: flex;
    justify-content: center;
}
a.optorneo{
    color: black;
    text-decoration: none;
    background-color: #33a8ef;
    padding: 11px 15px;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    line-height: 16px;
}
.inf table{
    border-collapse: collapse;
    margin-bottom: 20px;
}
	.inf table:first-child{
}
	.inf table tr:first-child {
    color: silver;
}
	.inf table td{
    padding: 10px;
    border: 1px solid #515151;
    background-color: black;
    color: #cecece;
    font-size: 15px;
    /* text-transform: capitalize; */
    vertical-align: middle;
}
.verotrasj{
    margin: 20px 0px;
}
.tablasepara{
    margin: 45px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #203657;
}
.tablasepara td strong{
    color: white;
    font-weight: 700;
}
	.tablasepara td p{
    color: #8c8c8c;
	}
	.tablasepara h1{
    color: white;
}
small{
    color: #797979;
    font-size: 12px !important;
}
.autor{
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    /* padding: 30px 0px; */
    margin: 15px 0px;
}
	.autor img{
    float: left;
    margin: 0px 10px 0px 0px;
    display: none;
}
.g{
    /* float: left; */
    /* width: 265px; */
    /* margin: 12px; */
    /* height: 215px; */
    /* position: relative; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}
	.g h2{width: 100%;}
	.compartir{
    margin: 20px 0px;
}
	.compartir ul{
    list-style: none;
}
	.compartir li{
    display: inline-block;
}
	.conttxNP{
    position: absolute;
    bottom: 0px;
    max-width: 500px;
    width: 100%;
    background-color: rgba(32, 54, 87,.9);
}
	.contnota{
    position: relative;
}
	.contnota h1{
    color: white;
    padding: 20px 20px 0;
    font-size: 30px;
}
	.contnota h2{
    padding: 20px 20px 20px;
    font-size: 16px;
}

.lasfotos{
    margin: 30px 0px;
}
.lasfotos h1{
	padding:0px 20px;
	font-weight: 600; color: rgb(12, 56, 85); 
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
}
.lasfotos ul{
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    text-align: center;
}
.lasfotos li{
    display: inline-block;
    margin: 15px;
}
.mifoto{
	width: 200px;
	height: 160px;
	display: block;
	border: 1px solid #5F5E5E;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	}
.unafoto{
	width: 190px;
    height: 120px;
    margin: 4px;
    float: left;
    display: block;
    border: 1px solid white;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
    background-position: center;}
	.f{
	width: 200px;
	height: 160px;
	display: block;
	/* border: 1px solid #525252; */
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	}


.widgets{
}
	.widgets ul{
    max-width: 980px;
    margin: auto;
    display: table;
    width: 100%;
}
	.widgets ul li{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px;
}
#contacto{
    text-align: center;
    padding: 50px 0px;
    font-size: 40px;
    color: #203657;
    font-weight: bold;
    border-bottom: 3px solid #83b44e;
}
	.tablaI{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
		.tablaI li{
    /* text-align: center; */
}
		.tablaI li p{
    margin: 4px 0px;
}

    .texto-gral{
    margin: 40px 0px 60px 0px;
    overflow: auto;
}
	.cont-head-nota{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.contx-HN{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    padding: 400px 30px 0px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    	.texto-gral p, ul, li, strong, a{/* font-size: 15px; */}
    	.texto-gral p{
    margin: 20px 0px;
}
	.texto-gral p img{width: 100%;}
	.texto-gral object, iframe{
    width: 100%;
}
	
    	.texto-gral strong{
    /* color: #D4B267; */
}
    	.texto-gral ul, ol{
    margin: 20px 30px;
}
    	.texto-gral ul{
    list-style-type: inherit;
    padding-left: 30px;
}
    	.texto-gral a{
    background: #ff5100;
    color: whitesmoke;
    text-decoration: none;
    padding: 2px 10px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px;
}
    	.texto-gral ul, ol li{
    color: #616161;
    margin: 10px 0px;
}
	.texto-gral em{
    color: #8F805F;
    font-style: italic;
}
	.texto-gral h2{
    margin-bottom: 20px;
}
.forma{
    list-style: none !important;
    margin: 30px 0px 0px;
}
	.unaopF{
    display: inline-block;
    margin: 5px 0px;
}
		.t2op{
    width: 49%;
}
		.t1op{
    width: 100%;
}

	.error{
    background-color: #d67b2b;
    color: white;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 10px;
}
	.unaOp{
    margin: 12px 0px;
}
	.todaL{
    width: 100% !important;
    display: block !important;
}
	.forma li{
	width: 49%;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	}
	.forma li p{
	margin: 5px 0px 2px;
	font-size: 14px;
	color: #8f805f;
	}

	select{
	-webkit-appearance: none;
	-moz-appearance: none !important;
	text-overflow: '';
	text-indent: 0.1px;
	position: relative;
	height: 33px;
	font-size: 13px;
	color: #333;
	border: none;
	padding: 0 35px 0 20px;
	background: url(../images/dropdown.svg) no-repeat right center #e8e8e8;
	background-size: 30px auto;
	font-family: 'Titillium Web', sans-serif;
	border-radius: 50px;
}
input[type="text"], input[type="email"], textarea, input[type="number"], input[type="date"]{
	   background-color: white;
	   border: 1px solid #198754;
	   padding: 10px 20px;
	   width: 100%;
	   font-size: 14px;
	   -webkit-appearance: none;
	   border-radius: 9px;
	   color: black;
	   height: 50px;
}
textarea{
    height: 100px;
}

input[type="submit"], input[type="button"]{
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    border: none;
    -webkit-appearance: none;
    border-radius: 8px;
    margin: 10px 0px;
}

a.icoR{
	
}
	.datospie{
    margin: 0 0 30px;
}
	.datospie ul {
    list-style: none;
}
	.datospie ul li{
    display: inline-block;
    margin: 0px 25px;
}
	.icoTel, .icoWatsapp, .icoMail a{
    font-size: 17px;
    color: black;
}
	.datospie a{
    color: black;
    font-size: 1.5em;
}
	.icoMas span{
		font: normal normal normal 14px/1 FontAwesome;
	 */
		margin: 0px 6px 0px 0px;
		vertical-align: top;
		border-radius: 34px;
		font-size: 25px;
		line-height: 35px;
		margin-right: 6px;
		display: inline-block;
		color: #ffffff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	}
	
	.icoTel span, .icoMail span{
	font: normal normal normal 14px/1 FontAwesome;
	 */
	margin: 0px 6px 0px 0px;
	vertical-align: baseline;
	border-radius: 34px;
	font-size: 20px;
	line-height: 35px;
	margin-right: 6px;
	display: inline-block;
	color: #ff5100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); */
	}
	.iFb span, .iTw span, .iIn span, .iYt span, .iPi span, .iGo span{
	font: normal normal normal 14px/1 FontAwesome;
	 */
	margin: 0px 6px 0px 0px;
	vertical-align: sub;
	border-radius: 34px;
	font-size: 28px;
	line-height: 35px;
	margin-right: 6px;
	display: inline-block;
	color: #f3e84a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	}
	.icoMail span:before{content:"\f0e0";}
	.icoMas span:before{content: "\f1ea";}
	.icoTel span:before{content: "\f098";}
	.iFb span:before{content: "\f09a";}
	.iTw span:before{content: "\f099";}
	.iIn span:before{content: "\f16d";}
	
	.iYt span:before{content: "\f16a";}
	.iPi span:before{content: "\f0d2";}
	.iGo span:before{content: "\f0d4";}

.overlay {
   background:transparent;
   position:relative;
   width: 100%;
   /* height:480px; */ /* your iframe height */
   /* top:480px; */  /* your iframe height */
   /* margin-top:-480px; */  /* your iframe height */
}
.contSede{
    display: table;
    width: 100%;
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #1f3557;
    background-color: rgba(255, 255, 255, 0.7);
}
.tit-TX{
    text-align: center;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
	.tit-TX h2{
    font-size: 40px;
    color: black;
    font-weight: 700;
}
	.tit-TX h3{
    font-size: 20px;
    color: gray;
    line-height: 24px;
}
.logoSFUT{
    width: 100px;
    height: auto;
}
.contRedWidget{
    display: table;
    width: 100%;
}
.widgetUno{
    width: 50%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.fotosSede{
    padding: 30px 0px;
}
	.fotosSede>div{
    display: inline-block;
}
	.fotosSede img{
    max-width: 250px;
    width: 98%;
}
.contParSem{
}
.partSemAct{
    display: block;
    margin-bottom: 30px;
    background-color: black;
}
	.contParSem ul{
    display: table;
    width: 100%;
}
	.contParSem ul li{
    display: table-cell;
    text-align: center;
}
.undiaPsem{
    padding: 20px 15px;
}
.diaPS{
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}
.diaPS2{
    color: whitesmoke;
}



/* ------------------------------------------------------- MEDIA ------------------------------------------------------- */

@media screen and (max-width:890px) {

.header{
    min-height: 200px;
}
}
@media screen and (max-width:768px) {

.inf, .derecha{
    display: block;
    width: 100%;
}
.tit-TX{
    display: block;
    width: 100%;
}
.header{
    min-height: 150px;
}
}
@media screen and (max-width:620px) {
	
	.unaCatVF{
    display: block;
    width: 100%;
}

	.header{
    min-height: 130px;
}
	.logohome h1{
    font-size: 33px;
}
	a.optorneo{
    display: block;
}
	.logotorneo ul li, .logotorneo ul li h2{
    display: block;
    width: 100% !important;
    text-align: center !important;
}
	
	.widgetUno{
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
	}
	.cd-logo{
    top: 6px !important;
	}
	.cd-logo img {
    width: 80px !important;
 }
	.redes{
	}
	.cont-tPpal h2{font-size: 20px;}
	.cont-tPpal h3{
		font-size: 15px;
	}
	.cont-tPpal ul li{
    display: inline-block;
    width: 40%;
	}
	.cont-not-home ul li{
    width: 100%;
    display: block;
    margin: 0px 0px 10px !important;
  	}
	.not-home{
    padding: 40px 20px;
	}
	a.link-not-h{
    min-height: 300px;
	}
	.tx-not-h{
    padding: 20px;
	}
	.c-tvh, .galeria-h{
    display: block;
    width: 100%;
	}
	.cont-not-home h2, .icoMas{
    margin: 0;
	}
	.tit-TX h2{
    font-size: 30px;
    line-height: 34px;
	}
	.c-tvh h3{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 50%;
 	}
	.c-tvh h2{
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
	}
	.carousel-caption{
    bottom: 0% !important;
    width: 100%;
	}
	.carousel-caption h3{
    font-size: 16px !important;
    line-height: 18px;
	}
	a.ultimanoticia1{
    margin: 0 !important;
	}
	.fotoint{
    float: none;
    margin: 0;
    width: 100%;
	}
	.texto-gral ul{
    margin: 0;
    padding: 0;
	}
	.lasfotos li{}
	.f{
    width: 185px;
    display: inline-block;
	}
	.unaopF{
    display: block;
    margin: 5px 0px;
	}
	.t2op{
    width: 100%;
	}
	.cabTitCell{
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
}

@media screen and (max-width:414px) {
.opcionestorneo{
    display: flex;
    flex-direction: column;
}
.opform2col{
    width: 100%;
}
	.unPDF a{
    display: block;
    width: 100%;
    margin: 5px 0px;
}
	}

@-webkit-keyframes a-menuP{
    0%   {top: -100px;}
    100% {top: 0px;}
}
@-webkit-keyframes a-logo{
    0%   {opacity: 0;}
    100% {opacity: 1;}
	}