@import url(http://fonts.googleapis.com/css?family=Damion);

body{
	margin: 0px;
	padding-top: 0px;
	background: #e0e0e0;
}

header
{
	/*background: url(../img/header2.gif) center no-repeat #342403;*/
	background: url(../img/header1.jpg) center no-repeat;
	background-size: 80% 100%;
	/*border:1pt solid red;*/
	min-width: 1100px;
	width: 100%;
	margin: 0px;
	height: 330px;
}



nav ul li{
	float: left;
	list-style-type: none;
}

nav ul{
	float: right;
	margin-right: 10%;
}

nav ul li a{
	background: rgba(0,0,0,0.8);
	text-decoration: none;
	color: #956607;
	font-weight: bold;
	padding: 5px 15px;
	font-size:12pt;
	font-family: 'Exo 2', sans-serif;
}

nav ul li a:hover{
	color: #D8A132;
	text-shadow:0px 0px 3px black;
}

#logoheader{
	position: absolute;
	margin-top: 10px;
	margin-left: 11%;
}

.contenido{
	background: white;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 900px;
	width: 80%;
	margin-left: 10%;
	min-height: 900px;
	font-family: 'Maven Pro', sans-serif;
	color: #424242;
}

.contenido h1{
	padding-top: 35px;
	padding-left: 35px;

}

.contenido article{
	padding: 25px 40px;
	/*clear: both;*/
}

.fila2 div
{
	/*border:1pt solid red;*/
	width:40%;
	float: left;
	padding: 5%;
}
.fila2{
	margin-left: 10px;
}

.idiomas{
	margin-left: 84%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.idiomas a{
	text-decoration: none;
}

.txtimg,.logo2{
	float: left;
}

.txtimg{ width: 60%;}

.logo2
{ 
	width: 30%;
	margin-top: -85px;
	margin-left: 45px;
}


.contenido p
{
	line-height: 18pt;
	text-align: justify;
	text-justify:inter-word;
	font-family: 'Kite One', sans-serif;
}


#frase{
	
	/*font-family: 'Gabriela', serif;*/
	font-family: 'Damion', cursive;
	padding-top: 35px;
	width: 70%;

	/*border:1pt solid red;*/
	margin-left: 15%;
	/*text-align: center;*/
	font-size: 22px;
	

}

footer{
	clear: both;
	/*background: #D0D0D0;*/
	/*background: #A4A4A4;*/
/*	background: #3f3f3f; 
background: -moz-linear-gradient(top, #3f3f3f 0%, #0e0e0e 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#0e0e0e)); 
background: -webkit-linear-gradient(top, #3f3f3f 0%,#0e0e0e 100%); 
background: -o-linear-gradient(top, #3f3f3f 0%,#0e0e0e 100%); 
background: -ms-linear-gradient(top, #3f3f3f 0%,#0e0e0e 100%); 
background: linear-gradient(to bottom, #3f3f3f 0%,#0e0e0e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#0e0e0e',GradientType=0 ); 
	*/
background: #c6c6c6; /* Old browsers */
background: -moz-linear-gradient(top, #c6c6c6 0%, #adadad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c6c6c6 0%,#adadad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c6c6c6 0%,#adadad 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c6c6c6 0%,#adadad 100%); /* IE10+ */
background: linear-gradient(to bottom, #c6c6c6 0%,#adadad 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
	min-width: 900px;
	width: 80%;
	margin-top: -10px;
	margin-left: 10%;
	height: 50px;
	margin-bottom: 40px;
	border-radius: 0px 0px 5px 10px;
}

footer p{
	color: #424242;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*color:#585858;*/
	font-family: 'Exo 2', sans-serif;
	letter-spacing: 2px;
	font-size:14px;
	text-shadow:0px 0px 1px white;
}


hr{
margin: 0px;
padding: 0px;
border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.icono{
	width: 30px;
	height: 30px;
	position: absolute;
	padding-left: 10px;
	margin-top: -5px;
}

.btn{
	background: #FAE3A9;
	color: #414141;
	text-decoration: none;
	padding: 5px 10px;

}

.btn:hover {
	background: #222;
	color: #eee;
}


.bufetelemus{
	color: #eee;
	position: absolute;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-left: 12%;
	font-family: "Exo 2";
	text-shadow:0px 0px 2px black;
	background: rgba(0,0,0,0.8);
	font-weight: 400;
	font-size: 30px;
}

@media (max-width: 1200px) {
  .bufetelemus {
   	/*color: red;*/
   	margin-left: 11%;
   	font-size: 26px;
  }
  nav ul li a{
  	padding: 5px 10px;
  }
}

@media (max-width: 1024px) {
  .bufetelemus {
   	/*color: green;*/
   	margin-top: 10px;
   	margin-left: 12%;
   	font-size: 24px;
  }
  nav ul li a{
  	padding: 5px 8px;
  }

  .contenido,footer
  {
  	margin-left: 5%;
  }

  header{
  	margin-left: -5%;
  }

}
