@charset "utf-8";
/* CSS Document */


* {
	padding:0px;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.link { 
	color: #DEB42D; 
} 

.link:hover { 
	color: #A95A01; 
} 










.texto-justificado{
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:8px;
}

.contenedor {
	background:#ccc;
	width:80%;
	max-width:1000px;
	vertical-align: middle;
	margin:none;
 
	/* Flexbox */
	display:flex;
	flex-flow:row wrap;
	flex-direction:column;
	text-align: center;

}


body {
		padding-top:40px;
	}

.c-img {
	position: relative;
	background:#ccc;
	width:100%;
	height:auto;
	max-width:1000px;
	vertical-align: middle;
	
	display:flex;
    flex-flow:row wrap;
	text-align: center;

}

.c-img-2 {
	position: relative;
	background:#ccc;
	width:100%;
	height:auto;
	max-width:1000px;
	vertical-align: middle;
	
	display:flex;
    flex-flow:row wrap;
	text-align: center;

}

.c-img-3 {
	position: relative;
	background:#ccc;
	width:100%;
	height:auto;
	max-width:1000px;
	vertical-align: middle;
	
	display:flex;
    flex-flow:row wrap;
	text-align: center;

}

.centrado{
    position: absolute;
	vertical-align: middle;
    transform: translate(-50%, -50%);
	font-family: Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:20px;
}

.justify{
    position: absolute;
    top: 20%;
    left: 5%;
	right: 5%;
    transform: translate(0%, 0%);
	font-family: Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:18px;
	-webkit-text-stroke:0px;
	-webkit-text-stroke-color:#FFF212;
}

.menu_bar {
	display:block;
	width:100%;
	max-width: 1000px;
	position: fixed;
	top:0;
	background:#FFCC29;
}

.menu_bar .bt-menu {
		display: block;
		padding: 5px;
		color: #C5850A;
		overflow: hidden;
		margin-left: 15px;
		font-size: 18px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;
		text-decoration: none;
	}

.menu_bar span {
		float: right;
		font-size: 40px;
	}


header {
	background:#FFFFFF;
	z-index:1100;
	max-width: 1000px;
	width:100%;
	margin:0 auto;
	padding:0;
	top:0;
}

header .logo {
	color:#fff;
	font-size:30px;
}
 
header .logo img {
	width:100%;
	height:auto;
	vertical-align:top;

}
 
header .logo a {
	color:#fff;
	text-decoration: none;
	line-height:0;
}

header .map {
	color:#fff;
	font-size:30px;
	align: center;
	margin:0 auto;
}
 
header .map img {
	width:100%;
	height:auto;
	vertical-align:top;
	margin:0 auto;
}

header nav {
	background:#FFCC29;
	z-index:1100;
	max-width: 100%;
	width:250px;
	height:100%;
	position: fixed;
	top: 5%;
	right:100%;
	margin-left:;
	display: block;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display: block;
	border-bottom:1px solid rgba(255,255,255,.5);
	
}

header nav ul li:hover {
	background:#FFB40F;
}

header nav ul li a {
	color: #A35300;
	display: flex;
	text-decoration: none;
	padding: 7px;
	height:50px;
	align-items: center;
}

header nav ul li a span {
	margin-right:5px;
	margin-left:5px;

}

header nav ul li:hover .children {
	display: none;
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
}

header nav ul li .children {
	display: none;
	background:#FFC11A;
	position: relative;
	width: 100%;
	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 {
	margin-left:25px;
	display: flex;
}

header nav ul li .children li a span {
	float: center;
	position: relative;
	top:0;
	margin-right:0;
	margin-left:5px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:5px;
	margin-right:0px;
	float: right;
}

.main_2 {
	background:#FFFFFF;
	max-width: 1000px;
	padding:20px;
	flex:1 1 70%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*flex:1;*/
}

.main {
	background:#FFFFFF;
	max-width: 1000px;
	padding:20px;
	flex:1 1 70%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*flex:1;*/
}

.main article {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
 
.main article:nth-last-child(1){
	margin-bottom: 0;
	padding-bottom: 0;
	
}

formul {
	color:#fff;
	font-size:30px;
	align: center;
	margin:0 auto;
}

formul .logo img {
	width:100%;
	height:auto;
	vertical-align:top;
}

header .map img {
	width:100%;
	height:auto;
	vertical-align:top;
	margin:0 auto;
}

aside {
	background:#FFFFFF;
	z-index:1000;
	max-width: 1000px;
	margin:0 auto;
	padding:none;
	/*FLEX*/
	flex:1 1 30%;
	/*flex:0 0 300px;*/
 
	display: flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:flex-start;
}

aside .widget {
	background: #FFFFFF;
	height:150px;
	margin:10px;
}
 
footer {
	background:#2c3e50;
	width: 100%;
	padding:20px;
 
	/* Flexbox */
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
 
footer .links {
	background:#c0392b;
	display:flex;
	flex-wrap:wrap;
}
 
footer .links a {
	flex-grow:1;
 
	color:#fff;
	padding:10px;
	text-align: center;
	text-decoration:none;
}
 
footer .links a:hover {
	background:#E74C3C;
}
 
footer .social {
	background:#e67e22;
}
 
footer .social a {
	color:#fff;
	text-decoration: none;
	padding:10px;
	display: inline-block;
}

@media screen and (max-width: 800px) {
	.contenedor {
		flex-direction:column;
	}
	
	body {
		padding-top:40px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#FFCC29;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 5px;
		color: #C5850A;
		overflow: hidden;
		margin-left: 15px;
		font-size: 18px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;
		text-decoration: none;
	
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header {
		width: 100%;
}

	header nav {
		width: 100%;
		height:100%);
		position: fixed;
		top: 6%;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: flex;
	}

	header nav ul li:hover .children {
		display: none;
		position: relative;
		margin-top: 0px;
		margin-bottom: 5px;
	}


	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:25px;
		display: flex;
		
	}

	header nav ul li .caret {
		float: right;
	}
}

 
@media screen and (max-width: 600px) {
	aside {
		flex-direction:column;8/
	}
 
	footer {
		justify-content:space-around;
	}
}
.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:8px;
}

.text_firma{
	font-family: Tahoma, Geneva, sans-serif;
	color:#A35300;
	font-size:8px;
}

.text_seccion{
	font-family: Times New Roman;
	color:#201E1E;
	font-size:8px;
}

.text_inicio{
	font-family: Times New Roman;
	color:#201E1E;
	font-size:4px;
}