@charset "UTF-8";
/* CSS Document ====== PAGES STYLE ====== */


#nav-pages
{
	background-color: #2b5aa4;
	border-radius: 10px;
	width: 100%;
	margin-top: 1.5%;
	height: auto;
	display: inline-block;
	background-repeat: repeat-x;
	
	/*box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.8);*/
	
}

div.pages-content
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5%;
	width: 90%;
	height: auto;
	padding: 8%;
	padding-top: 0.5%;
	padding-bottom: 2%;
	/*border: solid thin #CCC;*/
	border-radius: 10px;
	position: relative;
	
}

div.pages-content img.parrafo
{
	height: auto;
	max-width: 18%;
	vertical-align: middle;
	margin: 1.5%;
	margin-bottom: 1%;
	display:inline;
}

div.pages-content img.square
{
	height: auto;
	max-width: 29%;
	vertical-align: middle;
	margin: 1.5%;
	margin-bottom: 1%;
	display:inline;
}

h2.titulo-page
{
	width: 30%;
	border-bottom: solid thin #CCC;
	font-family:'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;	
}

h3.subtitulo-page
{
	font-family:'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

h4.cuadro-titulos
{
	font-family:'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

h4.subtitulo2
{
	color:  #06C;
	font-family:'Quicksand', sans-serif;
}

.mision
{
	color:#C00;
	
}

.vision
{
	color: #FC0;
}

.filosofia
{
	color:#909;
	
}

.horario
{
	color: #06F;
	
}

.elegirnos
{
	color:#F60;
}

.academicos
{
	color:#F60;
}

.estudiantes
{
	color:#090;
}


h3.titulo-datos
{
	color: #FFF;
	font-family: 'Cabin Sketch', cursive;
	font-size: 24px;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 5%;
}

#titulo-historia
{
	color:  #6CF;
}

#titulo-contacto
{
	color:  #6CF;
}

p.parrafo-pages
{
	margin-top: 1.5%;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-align: justify;
}

div.cuadro-datos
{
	/*position:absolute;
	right: 8%;*/
	width: 37%;
	max-height: 35%;
	/*height: 45%;*/
	background-color: #090;
	padding: 4%;
	margin-right: 1%;
	display: inline-block;
	margin-top: 2%;
	vertical-align: top;	
}


div.cuadro-info
{
	width: 60%;
	overflow: hidden;
	margin-top: 2%;
	display: inline-block;
	margin-right: 1%;
}

div.cuadro-info2
{
	width: 100%;
	overflow: hidden;
	margin-top: 2%;
	display: inline-block;
	margin-right: 1%;
}

#map
{
	position: relative;
	padding-bottom: 50%;
	height: 0;
	width: 60%;
	overflow: hidden;
	margin-top: 2%;
	display: inline-block;
	border: solid thin #CCC;
	margin-right: 1%;
}

#map iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

img.parrafo2
{
	max-width: 20%;
}

img.parrafo1
{
	max-width: 35%;
	margin-left: 10px;
	border-radius: 8px;
}

a.titulos
{
	color:#FFF;
	text-decoration: underline;
}

#titulo-galeria
{
	text-align:center;
}

#formContacto
{
	width: 100%;
	background-color:#f2f2f2;
	border-radius: 8px;
	padding: 3%;
	font-family:'Quicksand', sans-serif;

}

#formAsunto, #formMensaje, #formNombre, #formTelMail
{
	width:100%;
	border-radius: 5px;
	padding: 1%;
	border: 1px solid #ccc;
	margin-bottom: 1%;
	
}

#formAsunto:focus,#formMensaje:focus,#formNombre:focus, #formTelMail:focus
{
	border: 1px solid #09F;
}

#formMensaje
{
	resize: none;
}

#btnEnviar
{
	font-size:18px;
	cursor: pointer;
	height: 20px;
}

span.error
{
	color: #F30;
}

.cell {
    width: 250px;
    display: inline-block;
    height: 200px;
    border: 1px solid gray;
    margin: 2px;
    position: relative;
    
}

img.portada {
	min-width: 100%; 
	height: 100%;
}

.cell:hover .title
{
	background-color: rgba(0, 69, 189, 0.8);

}

.cell:hover
{
	opacity: 0.8;

}

.title{
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0%;
    color: #FFF;
    padding: 7%;
    background-color: rgba(0, 50, 138, 0.8);
    text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
   
}

.grid {
    border: 1px solid white;
    padding: 2px;
    margin: auto;
    text-align: center;
}


@media only screen and (max-width: 1050px) 
{
	div.pages-content img.parrafo
	{
		max-width: 20%;
	}
	
	div.pages-content img.square
	{
		max-width: 30%;
	}
	
	div.cuadro-datos
	{
		width: 35%;
		right: 5%;
	}
	
	a.titulos
	{
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 810px) 
{
	div.pages-content img.parrafo
	{
		max-width: 22%;
	}
	
	div.pages-content img.square
	{
		max-width: 30%;
	}
	
	div.pages-content
	{
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
		padding: 5%;
	}
	
	h2.titulo-page
	{
		font-size: 22px;
	}
	
	p.parrafo-pages
	{
		margin-top: 1.5%;
		font-size: 12px;
	}
	
	h3.titulo-datos
	{
		font-size: 20px;
	}
	
	div.cuadro-datos
	{
		width: 35%;
		right: 5%;
	}
	
	a.titulos
	{
		font-size: 11px;
	}
	
}

@media only screen and (max-width: 650px) 
{
	div.pages-content img.parrafo
	{
		max-width: 25%;
		margin: 1%;
	}
	
	div.pages-content img.square
	{
		max-width: 31%;
		margin: 1%;
	}
	
	div.pages-content
	{
		
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
		padding: 4%;
		
	}
	
	h2.titulo-page
	{
		font-size: 22px;
	}
	
	p.parrafo-pages
	{
		margin-top: 1.5%;
		font-size: 12px;
	}
	
	h3.titulo-datos
	{
		font-size: 18px;
	}
	
	div.cuadro-datos
	{
		width: 35%;
		right: 5%;
	}
	
	#map
	{
		display: block;
		width: 95%;
		padding-bottom: 98%;
	}
	
	div.cuadro-info
	{
		width: 100%;
	}
	
	div.cuadro-datos
	{
		display: none;
	}
	
	#albumes
	{
		display: block;
		width: 95%;
		margin: 2.5%;
	}
	
	a.titulos
	{
		font-size: 13px;
	}
	
}

@media only screen and (max-width: 600px) 
{
	
	div.pages-content img.parrafo
	{
		max-width: 30%;
		margin: 1%;
	}
	
	div.pages-content img.square
	{
		max-width: 31%;
		margin: 1%;
		
	}
	
	div.pages-content
	{
		
		margin-left: 1.5%;
		margin-right: 1.5%;
		width: 97%;
		padding-top: 2%;
		padding: 3%;
		
	}
	
	h2.titulo-page
	{
		font-size: 20px;
	}
	
	p.parrafo-pages
	{
		margin-top: 1.5%;
		font-size: 11px;
	}
	
	#map
	{
		display: block;
		width: 98%;
		padding-bottom: 90%;
	}
	
	div.cuadro-info
	{
		width: 100%;
	}
	
	div.cuadro-datos
	{
		display: none;
	}
	
	img.parrafo2
	{	
		max-width: 25%;
	}
	
	#albumes
	{
		display: block;
		width: 95%;
		margin: 2.5%;
	}
	
	a.titulos
	{
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 410px) 
{
	div.pages-content img.parrafo
	{
		max-width: 60%;
		margin: 1%;
		margin-left: 20%;
		margin-right: 20%;
		display: block;
		float: none;
		text-align: center;
	}
	
	div.pages-content img.square
	{
		max-width: 76%;
		margin: 2%;
		display: block;
		text-align: center;
		margin-left: 12%;
		margin-right: 12%;
	}
	
	#martha2
	{
		max-width: 40%;
		margin-left: 30%;
		margin-right: 30%;
	}
	
	div.pages-content
	{
		
		margin-left: 0.5%;
		margin-right: 0.5%;
		width: 99%;
		padding-top: 3%;
		padding: 0.5%;
		
	}
	
	#titulo-historia
	{
		color:  #6CF;
	}
	
	h2.titulo-page
	{
		font-size: 25px;
		width: 50%;
	}
	
	p.parrafo-pages
	{
		margin-top: 1.5%;
		font-size: 12px;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	h2.titulo-page
	{
		margin-left: 3%;
	}

	h3.subtitulo-page
	{
		margin-left: 3%;
	}
	
	#map
	{
		display: block;
		width: 98%;
		padding-bottom: 90%;
	}
	
	div.cuadro-datos
	{
		display: none;
	}
	
	div.cuadro-info
	{
		width: 100%;
	}
	
	img.parrafo2
	{	
		max-width: 28%;
	}
	
	#albumes
	{
		display: block;
		width: 95%;
		margin: 2.5%;
	}
	
	a.titulos
	{
		font-size: 14px;
	}
	
}