* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {
	background:#FEFEFE;
	padding-top:60px;
}
.container {
	width: 100%;
	background-color: #FFFFFF;
} 
.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background: #E9E9E9;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 10px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
header {
	width: 100%;
	font-family:"Trebuchet MS";
	font-weight:bold;
	

}
 
header nav {
		background:#FFFFFF;
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		z-index:1000;
		text-align:center;
}
header nav ul {
	list-style:none;
}
header nav ul li {
		display: block;
		border-bottom:1px solid rgba(192,192,192,1);
		position: relative;
	}
 
	header nav ul li a {
		color:#000;
		display:block;
		text-decoration:none;
		padding: 10px;
	} 
 	header nav ul li a:hover {
		color:#FFF;
	}
header nav ul li:hover {
	background:#DCA75E;
}
 
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

#contenedor {
	position: relative;
	float:left;
	margin-left:10px;
}
.miniatura2{
	z-index: 1001;
	text-decoration: none;
}
.miniatura2 img {
	border: 0px;
}
.miniatura2 span {
	position: absolute;
	text-decoration: none;
	visibility: hidden;
	border: 0px;
	top:0px;
	left:0px;

}
.miniatura2:hover span {
	visibility: visible;
	overflow:visible;
	z-index: 1002;
}
section {
	padding:20px;
	text-align:justify;
	font-family:"Trebuchet MS";
}
section p {
	margin-left:5%;
}
/*****Flotantes******/
#apDiv1 {
	position: absolute;
	margin-top:-45px;
	z-index: 1;
}
    #apDiv2 {
	position: absolute;
	width: 60%;
	height: auto;
	z-index: 2;
	margin-top:60%;
}
footer {
	background-color: #FFFFFF;
	position: relative;
	clear: both; 
	color:#000;
	font-family:"Trebuchet MS";
	font-size:14px;
}
#menu_footer {
	list-style:none;
	width:100%;
	font-size:12px;
	font-weight:bold;
}
#menu_footer li {
	display:inline-block;
	margin-right:5%;
}
#contenedor2 {
	position: relative;
	float:left;
}
.miniatura{
	z-index: 1001;
	text-decoration: none;
}
.miniatura img {
	border: 0px;
}
.miniatura span {
	position: absolute;
	text-decoration: none;
	visibility: hidden;
	border: 0px;
	top:0px;
	left:0px;
}
.miniatura:hover span {
	visibility: visible;
	overflow:visible;
	z-index: 1002;
}

.right {
	width:100%;
}
#ico-ubi {
	float:left;
	width:10%;
}
#txt-ubi {
	float:left;
	width:90%;
	font-size:10px;
}
#txt-ubi p {
	margin-left:5px;
}
#f_contiene {
	width:100%;
	height:170px;
	background-color:#E6E6E6;
	padding:20px;
}
#f_contiene2 {
	width:100%;
	padding:20px;
}
#barra {
	width:100%;
	background-color:#000;
	height:1px;
	margin-top:40px;
}
#derechos {
	color:#999;
}
#txt {
	font-size:12px;
}

#formulario {
	width:100%;
}
form input {
    border: none;
	width:100%;
	height:40px;
	background:#D4D4D4;
}
form textarea{
	text-decoration:none;
	width:100%;
	height:250px;
	background:#D4D4D4;
	border:none;
}
form input[type=submit] {
	background-color:#2C2A2C;
	color:white;
	height:40px;
	width:25%;
	font-size:18px;
	border: 0px solid white;
	transform:scale(1,1);
	transition:transform 1s;
	-moz-transform:scale(1,1);
	-moz-transition:-moz-transform 1s;
	-ms-transform:scale(1,1);
	-ms-transition:-ms-transform 1s;
	-o-transform:scale(1,1);
	-o-transition:-o-transform 1s;
	-webkit-transform:scale(1,1);
	-webkit-transition:-webkit-transform 1s;
	font-family:Calibri;
}
form input[type=submit]:hover {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
@media screen and (max-width: 800px) {
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}
@media screen and (max-width:400px) {
	footer {
		font-size:12px;
	}
	#menu_footer {
		font-size:8px;
	}
	#menu_footer li {
		margin-right:4%;
	}
	form textarea{
		height:150px;
	}
	form input[type=submit] {
		height:25px;
	}
}