@charset "utf-8";
.margenCero{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.margenCeroCursos{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.space-10 {
	height: 10px;
	display: block;
	background-color: #FFCC29;
	padding-bottom: 0px;
}

.margenLogoMenu{
	padding: 1.5em;
}


.celeste{
background-color: #AFCDEA;
}

.space-70 {
  height: 70px;
  display: block;
  background-color: #AFCDEA; 
}


.fondoBannerSuperior{
background-image: url("../imagenes/imgSuperior.png");
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
width: 100%;
height: 904px;
}  



.fondoBannerSuperiorSMART{
background-image: url("../imagenes/imgSuperiorSMART.png");

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 500px;

}


.fondoImagen1{
background-image: url("../imagenes/imagen2.jpg");
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
/*background-size: cover;*/

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 1001px;
}



.fondoImagen1SMART{
background-image: url("../imagenes/imagen2SMART.jpg");

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 500px;

}

.fondoCursos{
background-image: url("../imagenes/imgCursos.jpg");
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
/*background-size: cover;*/

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
/*
width: 1920px;
height: 1138px;
*/
height: 1634px;
}

.fondoCursosSMART{
background-image: url("../imagenes/imgCursos.jpg");

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 500px;

}


.fondoQueHacemos{
background-image: url("../imagenes/imgQueHacemos.jpg");
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
/*background-size: cover;*/

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
/*
width: 1920px;
height: 1138px;
*/
height: 1138px;
}

.fondoQueHacemosSMART{
background-image: url("../imagenes/imgQueHacemos.jpg");

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 500px;

}


.textoSMART{
font-size: 13px;
}

.blancoFundamentos{
background-color: #FFFFFF;
}

.blancoFundamentosSMART{
background-color: #FFFFFF;
padding: 5%;
font-size: 13px;

}


.celesteFundamentos{
background-color: #318CE7;
}

.grisProyecto{
background-color: #E6E7E8;
}
  
.grisPie{  
background-color: #434D5B;
}

.rosado{
	background-color: #F2CAC4;
}

.tipografia{
	font-family: Montserrat;
}

.grisAgenda{
background-color: #E6E7E8;
}

.amarillo{
background-color: #FFE9B3;
}

.separacionAgenda{
margin: 20px;

}
 

.space-100 {
  height: 100px;
  display: block;
  background-color: #AFCDEA; 
}

.topFundamentacion-10 {
margin-left: 24.5%;
top:16px;
}

.topFundamentacionSMART {
margin-left: 1.5%;
top:25px;
}



.topFundamentacionObjetivosGenerales-10 {
margin-left: 24.5%;
top:11px;
}

.topFundamentacionObjetivosEspecificos-10 {
margin-left: 0%;
top:11px;
}



hr {
  height: 10px;
  background-color: white;
}


.separacionItemMenu {
margin-right: 160px;
}


.textoIntegrantes{
font-size: 16px;
}
.margenCorreo {
	padding-top: 34px;
	margin-top: 81px;
}






@media (min-width:1601px) and (max-width:1800px){

.separacionItemMenu {
margin-right: 130px;
}

}


@media (min-width:1200px) and (max-width:1600px){
.separacionItemMenu {
margin-right: 90px;
}
}

@media (min-width:992px) and (max-width:1199px){
}

@media (min-width: 768px) and (max-width: 991px){
}
