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

/*footer image*/
#mark_01{
	background-image: url(../imagenes/relevante/SecRelevante_01.jpg); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		background-position:20%;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .1em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}
#mark_02{
	background-image: url(../imagenes/relevante/SecRelevante_02_sm.webp); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		background-position:20%;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .1em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}
#mark_03{
	background-image: url(../imagenes/relevante/SecRelevante_03i.jpg); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		background-position:50%;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .1em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}
#mark_04{
	background-image: url(../imagenes/relevante/SecRelevante_05_sm.webp); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .1em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}
#mark_05{
	background-image: url(../imagenes/convocatoria/integrate_cefor_2021_d_600x500.webp); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .1em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}
#mark_06{
	background-image:url(../imagenes/convocatoria/integrate_cefor_2021_1170x505.webp); 
		background-image: no-repeat;
		background-image: fixed;
		background-image: center;
		-webkit-background-size: cover;
		moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-top: .1em solid #e6e6e6;
  		border-right: .1em solid #e6e6e6;
  		border-bottom: .2em solid #e6e6e6;
  		border-left: .1em solid #e6e6e6;
	}


#mapsgoogle{
	 width:160px; 
	 height:auto;
	}

/*MEDIA SCREEN*/

/*pantallas tamaño extra pequeño*/
@media screen and (max-width: 374px) and (min-width: 320px) {

}

@media screen and (max-width: 575px) and (min-width: 375px) {

}

/*pantallas tamaño pequeño  min 481*/
@media screen and (max-width: 767px) and (min-width: 576px) {

}

/*pantallas tamaño mediano*/
@media screen and (max-width: 991px) and (min-width: 768px) {
#mapsgoogle{
	 width:150px; 
	 height:auto;
	}
}

/*pantallas tamaño grande*/
@media screen and (max-width: 1199px) and (min-width: 992px) {
#mapsgoogle{
	 width:150px; 
	 height:auto;
	}	
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
#mapsgoogle{
	 width:180px; 
	 height:auto;
	}	
}

/*pantallas tamaño extragrande*/
@media screen and (max-width: 1680px) and (min-width: 1300px) {
#mapsgoogle{
	 width:190px; 
	 height:auto;
	}	
}




