*{
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,Sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	color:white;
	background-color:#000000;
	background-position:0px -100px;
}
h1{
	margin-top:0px;
	color:white;
	font-size:50px;
}
h2{
	font-style:italic;
	color:#A90C00;
	font-size:25px;
	margin-top: 0;
}

#premain{
	width:100%;
	background-image:url('../images/capafondo.png');
	/*float:left;*/
	
}
#menu{
	background-image:url('../images/bkg-top.png');
	background-repeat:repeat-x;
	background-position:top left;
	height:50px;
}
#menu div{
	/*width: 990px;
	margin-left:auto;
	margin-right:auto;*/
}
#menu div a{
	display:block;
	float:left;
	padding-top:10px;
	padding-right:30px;
	color:white;
}
#main{
	/*width: 990px;
	margin-left:auto;
	margin-right:auto;*/
	
}

#cabecera{
	
}
#cabecera img{
	border: 0px;
}

#boton-menu:after{
	content: '\e600';
	font-family: 'icomoon';
	color:white;
	font-size:27px;
}

#boton-menu:hover{
	text-decoration: none;
}	

#contenido{
	/*float:left;
	width:990px;*/
	padding-top:15px;
	line-height:20px;
	font-size:14px;
	padding-bottom:80px;
	}

#izq{
	/*float:left;
	width:680px;*/
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('../images/bg-header.gif');
	border:1px solid #1F1C1A;
}
#izq h3{
	margin-bottom:10px;
	font-size:25px;
	font-family:georgia;
}
#izq p{
	text-align:justify;

}

#izq img {
	max-width: 100%;
}

#der{
	/*float:right;
	width:270px;*/

}
#der p{
	text-align:justify;
}

#der object embed{
	width: 100%!important;
	height: auto;
}

#bajo{
	background-color:#000000;
	/*float:left;
	width:100%;*/
	padding-top:50px;
	padding-bottom:50px;
	border-top:1px solid #540400;
}
#bajo div{
	/*width: 990px;
	margin-left:auto;
	margin-right:auto;*/
	text-align:center;
}
#bajo div h4{
	display:inline;
}
.marco1{
	background-color:#333;
	border:1px solid #1F1C1A;
	padding:9px;
}
ol{
	display:block;
	float:left;
	width:100%;
}
ol li{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.marco2{
	background-color:#333;
	border:1px solid #1F1C1A;
	padding:9px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
a{
	color:#BDB04B;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:underline;
}
.titulo{
	font-size:23px;
	font-weight:bold;
}
#mapaxx{
	/*width:655px;*/
	height:400px;
	width: 99%;
	border:10px solid #333;

}
.fondoblanco{
	padding:10px;
	background-image:url('../images/bg-header.gif');
	border:1px solid #1F1C1A;
	margin-bottom:15px;
}
ul{
	list-style:none;
}

.btnruta{
	background-color: #A00C01;
	color: white;
	padding:.1em .2em;
}

input{margin-top: .3em;}
.on {
  	overflow: hidden;
 	width: 100%;
 	height: 100%;
 	position: relative;
}

.on body {
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	position: relative;
}

.on #boton-menu:after{
	content: '\e601';
}

.on .menu-mobile {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.on .content-wrap {
  	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  	-webkit-transform: translate3d(260px, 0, 0) !important;
  	transform: translate3d(260px, 0, 0) !important;
  	overflow: hidden;
}

.menu-mobile {
	padding-top: 10px;
  	color: #fff;
  	position: absolute;
  	max-height: 100%;
  	overflow-y: auto;
  	overflow-x: hidden;
  	width: 260px;
  	zoom: 1;
  	filter: alpha(opacity=0);
  	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	opacity: 0;
  	-webkit-transition: opacity 0.3s;
  	-moz-transition: opacity 0.3s;
  	-o-transition: opacity 0.3s;
  	transition: opacity 0.3s;
  	background-color: black!important;
  	background:url('../images/capafondo.png');
  	height: 100%;
}

.menu-mobile h2{
	font-size: 14px;	
	margin-bottom: 2em;
}

.menu-mobile #menu{
	display: block!important;
	background-image:none;
	background-color: black;

}

.menu-mobile a{
	float:none!important;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 13px;
	padding-right:0!important;
	text-transform: uppercase;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	h1{
		margin-top: .3em;
		font-size: 20px;
	}
	h2{
		font-size: 17px;
		font-weight: bold;
	}

}