/***************************/
/*         FUENTES         */
/***************************/

h2{
	font-family: "Arial";
	font-size: 17px !important;
	text-align: left;
	display: block;
	padding-top:20px; 
}

h4{
	font-family: "Arial";
	font-size: 18px !important;
	text-align: left;
	display: block;
	color: rgba(37,151,56,1) !important;
	padding-top:5px; 
}

a:hover{
	text-decoration: none !important;
}

.texto-grande{
	font-size: 18px;
	text-decoration: underline;
}

/***************************/
/*          FONDOS         */
/***************************/

.bg-amarillo{background-color: rgba(228,160,38,1);}
.bg-amarillo-claro{background-color: rgba(252,192,85,.5);}
.bg-rojo{background-color: rgba(255,118,82,1);}
.bg-verde{background-color: rgba(14,194,148,1);}
.bg-rosa{background-color: rgba(255,107,111,1);}
.bg-morado{background-color: rgba(216,141,206,1);}
.bg-azul{background-color: rgba(0,208,227,1);}
.bg-gris-claro{background-color: rgba(240,240,240,1);}
.bg-gris-oscuro{background-color: rgba(68,79,81,1);}


/***********************/
/*      MARGENES       */
/***********************/

.mar-up{
	margin-top: 20px;
}


/***************************/
/*         CABECERA        */
/***************************/

.cabecera{

	padding: 20px 20px 0px 20px;
}

@media only screen and (max-width: 992px) {

	.fondo_cab{
		background: url("../img/estructura/fondo_cabecera_sm.jpg");
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
	}
}

.cabecera .img-logo{
	max-height: 150px;
}

.cabecera .img-minist{
	max-height: 70px;
}

.cabecera .img-btn{
	max-height: 30px;
	margin-top: 30px;
}

.cabecera .img-redes{
	max-height: 25px;
	margin:15px;
}

.cabecera .imagen{
	max-height: 220px;
	padding: 0px;
}

.cabecera .noticias{
	max-height: 220px;
	padding: 0px;
	background-color: rgba(252,115,34,1);
}

.cabecera .noticias .container{
	margin:15px;
	padding: 5px;
	background-color: rgba(255,255,255,1);
}

.cabecera .noticias h3{

	color: rgba(37,151,56,1);
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.cabecera .noticias a{

	color: rgba(37,151,56,1);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-left: 0px;
}

.cabecera .noticias .titular{

	margin-left: 12px;
}

.cabecera .icono{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 99;
	width: 45px;
	height: 45px;
}

.cabecera .noticias{
	overflow-y: auto;
	overflow-x: hidden;  
}

.cabecera hr{
	border: solid 0.3px rgba(223,223,223,1);
	margin:10px;
    height: .5px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.cabecera .sesion-out{
	margin-top: 30px;
	display: block;
}


/***************************/
/*     MENU CONTACTO       */
/***************************/

.btncontacto{
	
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 12px;
	margin-top: 30px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px 0px #AAAAAA;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,4c84b5+100 */
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(76,132,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(76,132,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(76,132,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#4c84b5',GradientType=0 ); /* IE6-9 */
}

.btnacceso{
	
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 12px 26px;
	margin-top: 30px;
	border-radius: 15px;
	box-shadow: 4px 2px 5px 0px #AAAAAA;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,4c84b5+100 */
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(76,132,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(76,132,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(76,132,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#4c84b5',GradientType=0 ); /* IE6-9 */
}

.plegable{
   height:0px;
   display: none;
   position: absolute;
   top: 69px;
   left: 58px;
   z-index: 999;
   padding: 10px 5px ;
   margin: 0px;
   border-radius: 0px 0px 15px 15px;
   box-shadow: 2px 2px 5px 0px #AAAAAA;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c84b5+0,7db9e8+100 */
background: rgb(76,132,181); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,132,181,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(76,132,181,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(76,132,181,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c84b5', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

   -webkit-transition: all 500ms ease-out;
   -moz-transition: all 500ms ease-out;
   -o-transition: all 500ms ease-out;
   transition: all 500ms ease-out;
}
.plegable.desplegado{
   height:205px;
   display: block;
   -webkit-transition: all 500ms ease-out;
   -moz-transition: all 500ms ease-out;
   -o-transition: all 500ms ease-out;
   transition: all 500ms ease-out;
}

.plegable a{
	width: 91px;
	 color: #ffffff;
	 font-weight: bold;
	 font-size: 11px;
	 padding: 0px 0px ;
  	 margin: 0px;
  	 text-align: center;
}


/*****************************/
/*          NOTICIAS         */
/*****************************/

.noticias h1{

	color: rgba(255,107,111,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #AAA; */
	margin: 15px 10px 0px 10px;
}

.noticias .noticias_cabe:hover{
	display: block;
	background-color: rgba(252,115,34,.3) !important;
	transition: all .7s;
}

.noticias ::-webkit-scrollbar {
      width: 8px;

}

.noticias ::-webkit-scrollbar-track {
      background-color: #E54313;
} 

.noticias ::-webkit-scrollbar-thumb {
      background-color: #259738;
} 

.noticias ::-webkit-scrollbar-button {
      background-color: #E54313;
}

.noticias ::-webkit-scrollbar-corner {
      background-color: rgba(37,151,56,.5);
}


/*****************************/
/*           INICIO          */
/*****************************/

.inicio h1{

	color: rgba(37,151,56,1) !important;
	font-size: 26px;
	/*text-shadow:1px 1px 1px #666;*/
	margin: 15px 10px 0px 20px;
}

@media only screen and (max-width: 992px) {

	.inicio .aticulos-portada section{
		width: 80%;
		margin: 20px 10%;
		box-shadow: 2px 2px 4px 2px #666;
	}

	.inicio .aticulos-portada .imagen{
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	.inicio .aticulos-portada img{

		margin-bottom: 0px;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {

	.inicio .aticulos-portada section{
		width: 30%;
		box-shadow: 2px 2px 4px 2px #666;
		margin-top: 0px; 
	}

	.inicio .aticulos-portada .imagen{
		height: 101px;
		margin: 0px;
		padding: 0px;
	}

	.inicio .aticulos-portada img{

		margin-bottom: 10px;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {

	.inicio .aticulos-portada section{
		width: 30%;
		box-shadow: 2px 2px 4px 2px #666;
		margin-top: 0px; 
	}

	.inicio .aticulos-portada .imagen{
		height: 119px;
		margin: 0px;
		padding: 0px;
	}

	.inicio .aticulos-portada img{

		margin-bottom: 10px;
		width: 100%;
	}
}

.inicio .aticulos-portada .fecha{
	width: 100%;
	padding:5px;
	height: auto;
	background-color: rgba(68,79,81, 1);
	font-size: 14px;
	color:#fff;
	text-align: center;
	font-weight: normal;
}

.inicio .titulo{
	color:#fff;
	height: 120px;
	overflow: hidden;
	padding: 5px 5px;
	text-align: center;
}

.inicio .titulo p{
	width: 100%;
	text-align: center;
	display: block;
	/* text-shadow: 1px 1px 1px #000; */
}


/*****************************/
/*           AGENDA          */
/*****************************/

.agenda h1{

	color: rgba(216,141,206,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;
}



/*****************************/
/*         DE INTERES        */
/*****************************/

.interes h1{

	color: rgba(0,208,227,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;
}

.interes .enlaces img{
	width: 100%;
	max-width: 100%;
}

.interes .enlaces h3{

	color: rgba(0,208,227,1) !important;
	font-size: 18px;
	/* text-shadow:1px 1px 1px #AAA; */
	margin: 20px 0px;
	text-align: center;

}


/*****************************/
/*         CONGRESOS         */
/*****************************/


.congresos h1{

	color: rgba(252,115,34,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;


}



/*****************************/
/*           BANNERS         */
/*****************************/

.banners{

	position: -webkit-sticky!important; /* Safari */
    position: sticky!important;
    top: 45px;

	padding: 10px;
	max-height: 650px;
	max-width: 100%!important;
	margin: 10px auto;
}

.banners .banner{

	box-shadow: 2px 2px 4px 2px #666;
	padding:10px;
}

.banners img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}



/*****************************/
/*         CONTACTO          */
/*****************************/



.contacto h1{

	color: rgba(252,192,85,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;


}

.contacto .bt-cont1{
	width: 100%;
	height:60px;
	padding-top:15px; 
	background-color: rgba(252,192,85,1);
	color:#000000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 40px 40px 0px 0px;

}

.contacto .bt-cont2{
	width: 100%;
	height:60px;
	padding-top:15px;
	background-color:  rgba(252,192,85,.5);
	color:#aaaaaa;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 40px 40px 0px 0px;
}

.contacto .bt-cont3{
	width: 100%;
	height:60px;
	padding-top:15px;
	background-color:  rgba(252,192,85,.5);
	color:#aaaaaa;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 40px 40px 0px 0px;
}

.contacto .cont1{
	display: block;
	padding: 20px;
	border: solid 2px rgba(252,192,85,1);
	
}

.contacto .cont2{
	display: none;
	padding: 20px;
	border: solid 2px rgba(252,192,85,1);
	
}

.contacto .cont3{
	display: none;
	padding: 20px;
	border: solid 2px rgba(252,192,85,1);
	
}

.llamada{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color:limegreen;
	z-index: 999;
}

.llamada a{
	display: block;
	width: 100%;
	height: 45px;
	padding-top: 5px; 
	text-align: center;
}


/*****************************/
/*     JUNTA DIRECTIVA       */
/*****************************/

.junta h1{
	color: rgba(252,192,85,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;
}


/*****************************/
/*          CUADERNOS        */
/*****************************/

.cuadernos h1{

	color: rgba(14,194,148,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;
}

.cuadernos img{
	display: block;
	margin: 0px auto;
}

.cuadernos h3{

	color: rgba(0,208,227,1) !important;
	font-size: 18px;
	/* text-shadow:1px 1px 1px #AAA;  */
	margin: 20px 0px;
	text-align: center;

}



/*****************************/
/*           SOCIOS          */
/*****************************/

.socios h1{

	color: rgba(252,115,34,1) !important;
	font-size: 26px;
	/* text-shadow:1px 1px 1px #666; */
	margin: 15px 10px 0px 10px;
}


/*****************************/
/*          LISTADO          */
/*****************************/

.listado img{

	max-width: 200px;
}

.listado p{
	color: #999;
	margin: 0px;
}

.listado section img{
	display: block;
	margin: 2px auto;
}



@media only screen and (max-width: 992px) {

	.listado article section{

		box-shadow: 2px 2px 4px 2px #666;
		padding:10px;
		margin:20px 10%;
		width: 200px !important;
	}

	
}



	.listado article section{

		box-shadow: 2px 2px 4px 2px #666;
		padding:20px;	
		margin: 20px;
		

	
}

/*****************************/
/*            VER            */
/*****************************/

.ver .titulo{

	font-size: 20px !important;
	text-align: center;
}

.ver .subtitulo{
	font-size: 15px !important;
	color: rgba(68,79,81,1);
}




/*****************************/
/*  ELEMENTOS DE FORMULARIO  */
/*****************************/

input{
	width: 100%;
	
	border: solid 1px #999999;
	
	padding: 5px;
	text-align: center;
	margin: 10px;
	box-shadow: 2px 2px 2px 0px #333;
	transition: all .5s;
	
}
input:focus{
	background-color: #999999;
	outline: none;
	color: #ffffff;
}

input[type="submit"]{
	width: 80%;
	padding: 2px;
	margin-left: 10%;
	box-shadow: 2px 2px 5px 0px #666666;
	margin: 0px 10%;
	cursor: pointer;	
}

input[type="submit"]:hover{
	
	box-shadow: -2px -2px 5px 0px #666666;
}

input[type="checkbox"]{

	width: 16px !important;
	height: 16px;
	margin-top: 7px;
	margin-right: 7px;
}

select{
	width: 100%;
	border: solid 1px #999999;
	
	padding: 5px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px #333;
	transition: all .5s;
	
}

textarea{

	width: 100%;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	resize: none!important;

	box-shadow: 2px 2px 2px 0px #333;
}

label{
	font-weight: bold;
	margin-top: 20px;
}

.marg-ver{

	margin-top: 20px;
	margin-bottom: 20px;
}

.fondo-green{
	background-color: #E2F7DF;
	border: solid 1px green;
	padding: 10px;
}

  .dropdown:hover>.dropdown-menu {
        display: block;
        top: 30px;
    }

  .pie{

  	border-top: solid 1px #999;
  	background-color: #eee;
  	padding-top: 20px;
  	margin-top: 25px;
  }

  #files{
  	display:none;
  }

  .btn-img{
  	display: block;
  	width: 100%;
  	height: 40px;
  	border: solid 2px #aaaaaa;
  	margin-top: 80px;



	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


  }

  #list{
  	width: 100%;
  	height: 200px;
  	border: solid 1px #aaaaaa;
  	text-align: center;
  	border-radius: 7px;
  	padding: 5px;
  }

  .oculto{
  	display: none;
  }




/**********************/
/*         PIE       */
/*********************/

.pie{
	padding: 10px;
	background-color: rgba(128,128,128,1);
	
}

.pie img{
	margin-top: 5px;
	max-width: 110px;
}

.pie p{
	margin-top: 7px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}
.pie .aviso{
	display: block;
	color: #ffffff;
	text-align: center;
	margin: 30px 0px;
	font-size: 14px;
}

.pie p a{
	color: #ffffff;
}
