@charset "utf-8";
@font-face {
	font-family:LoraR;
	src:url('../fonts/Lora-Regular.ttf');
}
@font-face {
	font-family:LoraB;
	src:url('../fonts/Lora-Bold.ttf');
}
@font-face {
	font-family:LoraI;
	src:url('../fonts/Lora-Italic.ttf');
}
@font-face {
	font-family:LoraBI;
	src:url('../fonts/Lora-BoldItalic.ttf');
}
body {
	background-image:url('../img/fondo.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
img {width:100%;}
#contenedor {
	font-family:LoraR;
	font-size:100%;
	color:white;
}
div #menuresponsive {
	display:none;
}
#idiomas {
	float:right;	
	width:15%;	
	z-index:100000;
}
#idiomas ul li {
	list-style:none;
	margin-right:4%;
	display:inline-block;
	margin-top:4%;	
	
}
.banderas  img{
	width:60%;
	height:60%;
	z-index:999999;
}
#logo {
	position:relative;
	width:60%;
	margin:5% 20% 0 20%;	
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;/* For IE 6/7 (trigger hasLayout) */
	padding:0.5em 2.5em 0 2.5em;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
#contenido {
	padding:2.5em 5em 0 5em;
	text-align:justify;
	font-size:1.1em;
	color:white;
}
h2 {
	font-family:LoraB;
	text-align:center;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	font-size:5em;
}
.group p {
	font-family:LoraR;
	size:1em;
	line-height:1.8em;
	color:white;
}
.span_2_of_2 {
	width: 49.2%;
}
.span_1_of_2 {
	width: 49.2%;
}
.foto1 { 
	width:75%;
	position:relative;
	margin:auto;
}
.foto2 { 
	width:85%;
	position:relative;
	margin:auto;
}
.texto {
	vertical-align:middle;
	padding:5%;
	text-align:justify;
	font-family:LoraR;
	color:#FFF;
}
.fechas {
	color:rgba(240, 177, 19, 1);
	font-family:LoraR;
}
.tutor {
	color:rgba(0, 209, 255, 1);
	font-family:LoraR;
}

.btn {
  background: #929394;
  background-image: -webkit-linear-gradient(top, #929394, #cfd0d1);
  background-image: -moz-linear-gradient(top, #929394, #cfd0d1);
  background-image: -ms-linear-gradient(top, #929394, #cfd0d1);
  background-image: -o-linear-gradient(top, #929394, #cfd0d1);
  background-image: linear-gradient(to bottom, #929394, #cfd0d1);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 4px 3px 4px #666666;
  -moz-box-shadow: 4px 3px 4px #666666;
  box-shadow: 4px 3px 4px #666666;
  color: #ffffff;
  padding: 12px 20px 10px 20px;
  border: sólido #000000 12px;
  text-decoration: none;
  font-family:LoraB;
}

.btn:hover {
  background: white;
  text-decoration: none;
  
}
#pie {
	margin:auto;
	bottom:0;
	width:100%;
	height:auto;
	font-family:LoraR;
	margin-top:3%;
}
#copy p {
	padding-bottom:1%;
	margin:auto;
	text-align:center;
	font-size:87.5%;
	width:100%;	
	color:white;
	font-family:LoraBI;
	line-height:1.3em;
}
#aviso p {
	margin:auto;
	text-align:center;
	font-size:70%;
	width:60%;
	color:white;
}

@media only screen and (max-width: 768px) {
	h2 {size:2em;
	}
	#navegador {
		display:none;
	}
	div #menuresponsive {
		display:inherit;
	}
	#idiomas {
		width:10%;
		top:0;
		display:inline-block;			
	}
	#idiomas ul li {		
		display:inline-block;		
	}
	.group {
		padding:2em;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}

}
@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	.group {
		padding:1em;
	}

}
@media only screen and (min-width: 1480px) {
	#contenido {
		padding:2.5em 20em 0 20em;
}
/**/	.foto {
		width:80%;
		margin:auto;
	}
}