@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');



h1,h2,h3,p
{
	font-family: 'Roboto', serif;
	color: #000;
}
h1{
	font-size: 	45px;
  line-height: 30px;
}
h2
{
	font-weight: 300;
	font-size: 36px;
  color: #101d61;
  margin-top: 0px;

}
h3{
	font-size: 25px;
	color: #000;

}
p.subtitulo{
	font-weight: bold;
	font-size: 20px;
	border: solid #fff 2px;
	padding: 5px 24px;
	border-top-width: 0px;
	border-right-width: 0;
	border-left-width: 0;
}


.bg_gray{
	background: #eef0f1;
}
.titulo {
    text-align: right;
    color: #fff;
    background: #101d61;
    padding: 2%;
    margin-bottom: 0;
    padding-bottom: 0.5%;
    font-weight: normal;
    line-height: 42px;
}

.titulo span{
  font-size:  22px;
  font-weight: 300;
}


/*Backgrounds para las secciones*/

/*Botones*/

.botonAzul{
  padding: 2% 0%;
  text-align: center;
  background: #101d61;
  color: #e6e6e6;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  display: inline-block;
  width: 30%;
  cursor: pointer;
  border: none;
  margin-bottom: 5%;
  margin-left: 10%;
}



.botonAzul:hover,.botonAzul:focus{
    background: #c30824;
    color: #fff;
    text-decoration: none;
}

.chevron {
    margin-right: 15px;
    background: url(../images/chevron_rojo.png) no-repeat top left;
    display: inline-block;
    height: 15px;
    width: 26px;
}
.lineaGaleria {
    border-width: 2px;
    border-color: #c30824;
    margin: 0;
    margin-bottom: 2%;
    text-align: left;
    width: 100%;
}

.linea_division {
    border-width: 3px;
    width: 100%;
    border-color: #888888;
    margin-top: 5%;
}
.asteriscoRojo{
  color: #c30824;
}

input[type=text],input[type=tel],input[type=email]{
  height: 40px;
}
/*Fin General*/

/*Header*/
header{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.bgyellow{
	background: rgba(255, 194, 8, 0.75);
	padding: 0.15% 0;
}
.bgLigthGray{
	background: #eeeeee;
}
.bgWhite
{
    background: #fff;
}
.bgBlack
{
    background: #000; 
}


/*Fin header*/

/*images*/

img.instrucciones{
  margin-top: 8%;
  margin-left: 10%;
}

img.instrucciones2{
  margin-top: -3%;
  margin-left: 10%;
  margin-bottom: 5%;
}


/*Contenido*/

.introduccion{
  padding: 5% 10%;
}

.separacion_introduccion{
  padding: 3% 0% 0% 0%;
}

.border_tablas{
  border-style: solid;
  border-color: #d1d3d4;
  border-width: 1px;
}

.border_rows{
  border-top-style: solid;
  border-color: #d1d3d4;
  border-width: 2px;
}

.border_tablas_PNG{
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
}

.border_rows_PNG{
  border-top-style: solid;
  border-color: #fff;
  border-width: 1px;
}

.border_subtitulo_introduccion{
  border-right-style: solid;
  border-right-color: #101d61;
  border-right-width: 1px;
  padding-bottom: 6%;
}

h2.titulo_introduccion{
  font-weight: normal;
  font-size: 30px;
  color: #101d61;
}

p.titulo_introduccion2{
  font-weight: normal;
  font-size: 20px;
  color: #101d61;
}

p.subtitulo_introduccion{
  font-weight: normal;
  font-size: 24px;
  color: #101d61;
}

.subtitulo_introduccion2{
  font-weight: normal;
  font-size: 15px;
  color: #808080;
}

p.subtitulo_azul{
  font-weight: 300;
  font-size: 24px;
  color: #101d61;
  padding: 0% 9.5%;
}

p.instrucciones{
  font-weight: normal;
  font-size: 18px;
  color: #101d61;
  padding: 2% 35%;
}

p.instrucciones2{
  font-weight: normal;
  font-size: 18px;
  color: #101d61;
  padding: 2% 30%;
}

p.instrucciones_gris{
  font-weight: normal;
  font-size: 18px;
  color: #888888;
  padding: 0% 10%;
  margin-top: -5%;
}

p.manual_aplicacion{
  font-weight: normal;
  font-size: 30px;
  color: #101d61;
  padding: 0% 10%;
}

p.titulo_descargables{
  font-weight: normal;
  font-size: 34px;
  color: #101d61;
  margin-top: 70%;
  margin-bottom: -3%;
}

p.titulo_descargables span{
  font-size: 24px;
}

p.subtitulo_descargables{
  font-weight: normal;
  font-size: 15px;
  color: #101d61;
}

.separacion_descargables{
  padding: 5% 0% 0% 0%;
}

.separacion_descargables div.col-sm-6{
  padding: 0;
}

.separacion_descargables_legales{
  padding-left: 10%;;
}

.separacion_descargables_plecas{
  padding-left: 5.3%;;
}

p.titulo_descargables2{
  font-weight: normal;
  font-size: 34px;
  color: #101d61;
  margin-top: 30%;
  margin-bottom: -3%;
  text-align: right;
}

p.subtitulo_descargables2{
  font-weight: normal;
  font-size: 15px;
  color: #101d61;
  text-align: right;
}

a{
  cursor: pointer;
  
}
a:hover{
  text-decoration: none;
}
section.bg_gray a figure:hover{
  -webkit-filter: opacity(66%);
  -ms-filter: "alpha(opacity=66)";
  filter: opacity(66%);
  opacity: 0.6; 
  filter: alpha(opacity=66);
}

/*Select oferta educativa*/
.select_oe{
  width: 7cm;
} 

#Enero,#Mayo,#Agosto,#Septiembre{
  margin-right: 3px;
    margin-left: 15px;
}
/*Fin Contenido*/

/*Footer*/

footer {
  text-align: center;
}
footer a{
	color: #101d61;
  font-weight: bold;
}
footer a:hover{
	text-decoration: none;
	color: #c30824;

}
footer div ul {
    list-style-image: url('../images/footer/icon_redArrow.png');
}
footer div ul li {
    float: right;
    margin-left: 50px
}

footer div ul li a {
    display: block;
    text-align: center;
    padding: 16px 0px;
    text-decoration: none;
}

p.aviso, p.terminos{
  cursor: pointer;
  padding: 1% 0;
}
p.aviso:hover, p.terminos:hover{
  color: #c30824;
}
p.aviso.active,p.terminos.active{
  border-bottom: #c30824 solid 2px;
}
div.resumenAviso p, div.resumenTerminos p{
  text-align: left;
}

.bgGray{
	background: gray;
	padding-top: 1%;
}
div.redesSociales figure
{
	display: inline-block;
	padding: 2.2%;
}
div.redesSociales p
{
	color: #fff;
	text-align: left;
}
span.textoValor{
	font-size: 2em;
	color: gray;
}

ul.listaEscuelas a
{
	color:#fff;
	font-size: 0.8em;
}
footer div ul.listaEscuelas {
    list-style-image: url('../images/footer/icon_whiteArrow.png');
}
footer div ul.listaEscuelas li {
    margin-left: 25px
}

/*Fin Footer*/
/*Media Queries*/



@media (max-width: 360px) {
    input[type=text],input[type=tel],input[type=email]{
    width: 100%
  }
}
/*
@media (max-width: 768px) {
 
}
@media (min-width: 768px) {
  
}

@media (min-width: 970px) {
 
}
@media (min-width: 1200px) {

}*/

@media (max-width: 770px){
  p.instrucciones,
  p.instrucciones2{
    padding: 2% 0%;
  }
}
