@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/fondo4.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
p {
	font-family:LoraR;
	color:white;
	font-size:1em;
	text-align:justify;
	
}
img {width:100%;}
h3 {
	font-family:LoraB;
	text-align:center;
	color: rgba(221, 52, 120, 1);
}
#contenedor {
	font-family:LoraR;
	font-size:100%;
	color:white;
}

a {
	text-decoration:none;
}
div #menuresponsive {
	display:none;
}
#navegador {
	text-align:center;
	width:100%;
}
#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;
}
.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) */
}

#logo {
	position:relative;
	width:60%;
	margin:5% 20% 0 20%;	
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.work {
	margin-top:3%;
}
.span_4_of_4 {
	width: 23.8%; 
}

.span_3_of_4 {
	width: 23.8%; 
}

.span_2_of_4 {
	width: 23.8%; 
}

.span_1_of_4 {
	width: 23.8%; 
}

#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) {
	body {
		background-color:black;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	#navegador {
		display:none;
	}
	div #menuresponsive {
		display:inherit;
	}
	#idiomas {
		width:10%;
		top:0;
		display:inline-block;
			
	}
	#idiomas ul li {		
		display:inline-block;		
	}
		
	#logo {
		margin:3% ;		
	}
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/*@media only screen and (min-width: 768px){
	.col { 
		margin: 1% 0 1% 0%;
	}
/*	#navegador {
		display:none;
	}
	div #menuresponsive {
		display:inherit;
	}*//*
	#idiomas {
		width:10%;
		top:0;
		display:inline-block;
			
	}
	#idiomas ul li {		
		display:inline-block;		
	}
		
	#logo {
		margin:3% ;
			
	}
}*/
@media screen mobile and tablet {
	body {
		background-color:black;
	}
}