@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;
}
#contenido ul {
	padding:0 5em 0 5em;
	text-align:justify;
}
#contenido li {
	list-style-type:circle;
	padding-top:1em;
}
.span_2_of_2 {
	width: 49.2%;
}

.span_1_of_2 {
	width: 49.2%;
}
#foto { 
	width:60%;
	position:relative;
	margin:auto;
}
#contenedorformu {
	width:100%;
	height:auto;
	margin:auto;
	margin-top:5%;
}
#formu {
	width:65%;
	height:auto;
	margin:0 5% 0 5%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin:auto;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email], {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

#pie {
	margin:auto;
	bottom:0;
	width:100%;
	height:auto;
	font-family:KarmaM;
	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) {
	#navegador {
		display:none;
	}
	div #menuresponsive {
		display:inherit;
	}
	#idiomas {
		width:10%;
		top:0;
		display:inline-block;			
	}
	#idiomas ul li {		
		display:inline-block;		
	}
	.group {
		padding:2em;
	}
}
@media only screen and (max-width: 480px) {
		.group {
		padding:1em;
		}
		.span_2_of_2 {
		width: 100%; 
		}
		.span_1_of_2 {
		width: 100%; 
		}
}
@media only screen and (min-width: 1480px) {
	#contenido {
		padding:2.5em 20em 0 20em;
}
}
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}