@charset "utf-8";


/* PARA EL CASO EXCLUSIVO DE VIDEOS */
#videos  {
	  position: relative  ;
	  width: 100%;
	  height: 700px;
	  margin: 0;
	  padding: 0 40px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	
#videos iframe  {
	  width: 80%;
	  height: 100%;			  
	}
	@media screen and (max-width: 1020px) {
		#videos  { height: 450px!important; padding: 0 20px;}
	  
		#videos iframe { width: 100%; height: 100%;	}
	}	
	@media screen and (max-width: 680px) {	
		#videos  { height: 380px!important; padding: 0 20px;}		
		#videos	iframe { width: 100%!important; }
	}
	@media screen and (max-width: 450px) {
		#videos  { height: 350px!important; padding: 10px!important; }
	    #videos h2 {font-size: 14px;}
	    #videos p {font-size: 11px;}		
		#videos	iframe { width: 100%!important; }
	}			
			

		
/* CSS Document Aviso corana covid19 */

.Anuncios { background-color: #FFF !important; }

.Anuncios .Avisos	{
	color: #3E3E3E;
	padding: 50px !important;
}
.Anuncios .avisoImagen	{
	width:40%;
	max-width:450px;
	float:right;
	padding: 20px;
}
	@media screen and (max-width: 850px) {
		.Anuncios .Avisos	{
			color: #3E3E3E;
			padding: 30px !important;
		}			
		.Anuncios .avisoImagen	{
			width:70%;
			max-width:400px;
			float:none;
			padding: 5px;		
		}
	}
	@media screen and (max-width: 550px) {}
		.Anuncios .Avisos	{
			color: #3E3E3E;
			padding: 10px !important;
		}	
		.Anuncios .avisoImagen	{
			width:85%;
			max-width:480px;
			float:none;
			padding: 4px;		
		}
	}	
