/*ESTE ARCHIVO CONTIENE LOS ESTILOS PARA EL 
index de la home
contacto.php
autoregistracion
terminos 
*/

@import url("nav.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*-------------DOS NOTAS PRINCIPALES-------------------*/

.bg-verde-dark {
	background-color: #018a3c;
	color: #FFF;
}

section#notas-principales{
	overflow: hidden;
	margin-bottom: 0;
}
section#notas-principales>a{
	overflow: hidden;
	display: block;
}

section#notas-principales .bg-verde-dark{
	padding: 15px;
	width: 100%;
	height: 110px;
	color: #fff; 
	font-weight: bold;
}
section#notas-principales .bg-verde-dark p{
	font-size: 15px; 
	font-weight: bold;
	color: #fff;
}

section#notas-principales .individual-project{
	width: 49%;
	float: left;
	margin-bottom: 15px;
	box-shadow: 0px 2px 5px rgba(50, 50, 50, .3);
}

section#notas-principales .individual-project:first-child{
	margin-right: 2%;
}

section#notas-principales .individual-project:nth-child(2){
	margin-right: 0;
}

.individual-project>div:nth-child(2){
	background-size: 100%;
}

#hola{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#hola>img{
	z-index: 1;
}
#hola .copete-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	padding: 15px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1s;
}

#hola .copete-hover:hover{
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}

@media (max-width: 768px) {
	section#notas-principales .individual-project{
		width: 100%;
	}
}

/*--------------NOTAS DESTACADAS-----------------*/ 

.destacada-individual{
	overflow: hidden; 
	display: inline-block;
	float: left;
	width: 23.87%;
	margin-right: 1.5%;
	background-color: #fff;
	margin-bottom: 15px;
	height: 250px;
	bottom:0;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
}
#destacada-4, #destacada-8, #destacada-12, #destacada-16{
	margin-right: 0%;
}
.titulo-destacadas
{
	width: 100%;
	padding: 10px;
	height: 133px;
}
.titulo-destacadas a
{
	color: #444;
	font-weight: bold;
	font-size: 13px;
}
.titulo-container>h3{
	display: block;
	font-size: inherit;
	margin-bottom: 5px;
	margin-top: 0px;
	overflow: hidden;
}
.titulo-container h2{
	margin: 0;
	font-size: inherit;
	line-height: 1.3em;
}
.img-detacada-container
{
	position: relative;
	width: 100%; 
	overflow: hidden;
}
.img-detacada-container>a>img
{
	max-height: 117px;
}
section#notas-destacadas .copete-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	padding: 15px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1s;
	font-size: 12px;
	line-height: 1em;
}
section#notas-destacadas .copete-hover:hover{
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}


@media (max-width: 768px) {
	.destacada-individual{
		width: 100%;
		height: auto;
	}
	.titulo-destacadas{
		height: auto;
		padding: 0;
		overflow: hidden;
	}
	.titulo-destacadas>.titulo-container{
		width: 70%;
		overflow: hidden;
		float: left;
		padding: 10px;
	}
	.titulo-destacadas a{
		display: inline-block;
		padding: 0;
		float: left;
	}
	.destacadas-img-xs {
		width: 30%;
		background-size: 200%;
		height: 100px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
	}
	.titulo-container h2{
		overflow: hidden;
		float: left;
	}

}

/*---------------------VIDEOS------------------*/
section#videos{
	border-top: 10px solid #f2a700;
	padding: 0 15px 15px 15px;
	background-color: #fff;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
}

section#videos>.width-100>img{
	max-width: 250px;
}
section#videos>.width-100>h3{
	margin-top: 8px;
	text-align: right;
	max-width: 50%;
}
.video-individual
{
	width: 24%;
	margin-right: 1%;
	padding: 0;
	float: left;
}

.video-background{
	width: 100%;
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center;
}

.video-individual p {
	position: relative;
	display: block; 
	overflow: hidden;
	padding: 0;
	height: 60px;
	margin-top: 10px;
	font-weight: bold;
	color: #444;
	font-size: 13px;
}

.video-individual>.inline-video-wrapper>div{
	background-size: 100%;
	background-position: center;
}
@media (max-width: 768px) {
	.video-individual
	{
		width: 48%;
		margin-right: 2%;
		padding: 0;
		float: left;
	}
	section#videos>.width-100>img{
		max-width: 50%;
	}
	section#videos>.width-100>h3{
		font-size: 19px;
	}
	section#videos{
		border-top: 0;
		border-left: 10px solid #f2a700;
	}
}

/*-----------------ENCUESTA-------------------*/

section#encuesta{
	overflow: hidden;
}
section#encuesta ul{
	padding-left: 0;
	margin: 0;
} 
section#encuesta ul li{
	list-style: none;
}
.encuesta-individual{
	width: 31.33%;
	margin-right: 3%;
	background-color: #fff;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
	float: left;
	margin-bottom: 15px;
}
.encuesta-individual:nth-child(3){
	margin-right: 0%;
}
.encuesta-individual>h4{
	width: 100%; 
	padding: 10px; 
	background-color: #6bb043;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0
}
.encuesta-cuerpo{
	overflow: hidden;
	padding: 10px; 
}

.encuesta-cuerpo.encuesta input{
	margin-right: 10px;
}
.encuesta-cuerpo.encuesta p{
	font-weight: bold; 
	margin-bottom: 5px;
}
.encuesta-cuerpo.encuesta span{
	font-size: 12px;
}


.encuesta-cuerpo.busqueda ul{
	padding: 0;
}
.encuesta-cuerpo.busqueda ul li a{
	color: #555; 
	display: block; 
}
.encuesta-cuerpo.busqueda ul li a{
	color: #555; 
	display: block; 
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
	.encuesta-individual{
		width: 100%;
		margin-right: 0%;
	}
}

/*-----------------PIZARRA-------------------*/
section#pizarras{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
section#pizarras>div{
	border-top: 10px solid #29458e;
	background-color: #fff;
	color: #555;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

section#pizarras h3{
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	color: #29458e;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
#pizarra-granos{
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
}
#pizarra-liniers, #pizarra-cambio{
	width: 49%;
	float: left;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
}
#pizarra-liniers{
	margin-right: 2%;
}
#pizarra-cambio img{
	width: 30px;
	height: 30px;
}

section#pizarras .glyphicon-arrow-down {
	font-weight: bold;
	color: #fa3a30 !important;
	margin-left: 3px;
}
section#pizarras .glyphicon-arrow-up{
	font-weight: bold;
	color: #6bb043 !important;	
	margin-left: 3px;	
}
section#pizarras .igual{
	color: #3e84ca;
}
section#pizarras table tr:hover{
	background-color: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
	
	#pizarra-liniers, #pizarra-cambio{
		width: 100%;
	}

}
#pizarras .nav-tabs{
	margin-bottom: 15px;
}
#pizarras #pizarra-granos table td, #pizarras table th{
	padding: 3px 7px;
}
#pizarras #pizarra-granos table tr{
	border-bottom: 1px solid #ddd;
}
#pizarras>#pizarra-granos{
	overflow: hidden;
}
#pizarras #pizarra-granos .cuadro1, #pizarras #pizarra-granos .cuadro2, #pizarras #pizarra-granos .cuadro3{
	width: 33.3%;
	border-right: 1px solid #ddd;
	float: left;
}
#pizarras #pizarra-granos .cuadro1 table, #pizarras #pizarra-granos .cuadro2 table, #pizarras #pizarra-granos .cuadro3 table{
	width: 100%;
}
#pizarras #pizarra-granos .cuadro1 table tr td:nth-child(3), #pizarras #pizarra-granos .cuadro1 table tr th:nth-child(3), #pizarras #pizarra-granos .cuadro2 table tr td:nth-child(2), #pizarras #pizarra-granos .cuadro2 table tr th:nth-child(2){
	text-align: right;
}
#pizarras #pizarra-granos b{
	color: #29458e;
}
#pizarras #pizarra-granos .cuadro1 table tr td:nth-child(4), #pizarras #pizarra-granos .cuadro2 table tr td:nth-child(3){
	font-weight: bold;
}
@media (max-width: 768px) {
	#pizarras #pizarra-granos .cuadro1, #pizarras #pizarra-granos .cuadro2, #pizarras #pizarra-granos .cuadro3{
		width: 100%;
		margin-right: 0;
	}
}

/*-----------------CLASIFICADOS-------------------*/

section#clasificados{
	border-top: 10px solid #f15a26;
	background-color: #fff;
	color: #555;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
}
section#clasificados h2{
	color: #f15a26;
	font-weight: bold; 
	text-transform: uppercase;
	font-size: 1.5em;
}
.clasif-invdividual{
	padding: 0;
	width: 18.5%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 10px;
}
#cl-5, #cl-10{
	margin-right: 0;
}
a.cl-bg{
	display: block;
	overflow: hidden;
	background-size: cover;
	width: 100%; 
	height: 90px;
	background-repeat: no-repeat;
	position: relative;
}
.clasif-invdividual>.cl-titulo{
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.clasif-invdividual>.cl-titulo>a{
	display: block;
	width: 100%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.clasif-invdividual>.cl-titulo>span{
	display: block;
	width: 100%;
	text-transform: uppercase;
}
section#clasificados .copete-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	padding-top: 40px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1s;
	font-size: 12px;
	line-height: 1em;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
}
section#clasificados .copete-hover:hover{
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}

@media (max-width: 768px) {
	
	.clasif-invdividual{
		padding: 0;
		width: 49%;
		margin-right: 2%;
		float: left;
		margin-bottom: 10px;
	}
	#cl-5{
		margin-right: 1.5%;
	}
	#cl-2,#cl-4,#cl-6,#cl-8{
		margin-right: 0;
	}
	section#clasificados h2{
		margin-top: 0;
	}
	section#clasificados{
		border-top: none;
		border-left: 10px solid #f15a26;
	}	

}

/*-----------------NOTICIAS -------------------*/

.noticias-individual{
	width: 32%;
	overflow: hidden;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, .3);
	background-color: #fff;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}

#noticias-3, #noticias-41, #noticias-7, #noticias-42, #noticias-masvistas{
	margin-right: 0;
}

.noticias-individual h3{
	margin: 0;
	padding: 12px;
	color: #fff;
	font-weight: bold;
}

section#noticias .img-container{
	position: relative;
	overflow: hidden;
	display: block;
}

section#noticias .copete-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	padding:10px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1s;
	line-height: 1.2em;
}
section#noticias .copete-hover:hover{
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}
.noticias-container{
	padding: 10px;
}
.noticias-container>span{
	font-weight: bold;
	font-size:13px; 
}
.noticias-container>p{
	font-size:13px; 
	padding-top:5px; 
	padding-bottom:10px; 
	border-bottom:1px solid #999;
}

@media (max-width: 768px) {
	
	.noticias-individual{
		width: 100%;
		margin-right: 0%;
	}
}

/*---------------------AUTOGESTION-----------------------*/

section#autogestion .jumbotron{
	background-color: #fff;
}	
section#autogestion .jumbotron h1{
	margin-top: 0;
}	
section#autogestion .well{
	background-color: #fff;
	overflow: hidden;
}	
section#autogestion h4{
	font-weight: bold;
}	

/*---------------------BUSCADOR---------------------------*/

#buscador2{
	overflow: hidden;
}
#buscador2>a{
	overflow: hidden;
	padding: 15px;
}
#buscador2 h3 {
	font-size: 20px;
	margin-top: 5px;
}
#buscador2 .fecha {
    font-size: 11px;
    color: #555;
    margin-bottom: 0
}
#buscador2 .copete {
    font-size: 13px;
    color: #555;
}

/*------------------------TERMINOS----------------------------*/

.anexo{
	font-size: 20px; 
	color: #4B2974;
	display: block;
	border-bottom: 2px solid #4B2974;
	text-align: right;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px
}

.apartado{
	font-weight: bold; 
	font-size: 18px;
	margin-top: 25px;
}

