@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600|Roboto+Slab:400,700');
body{
    background-color: #ffcc00;
}
.reset{
	padding:0;
	margin:0;
}
/*Contenedor General*/
.contenedor_1{
	width:100%;
	height:auto;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: box;
	display: flex;
	-ms-flex-pack:justify;
	list-style:none;
	justify-content:space-around;
	flex-direction:column;
	background:#ffcc00;
}
.contenedor_2{
    width:auto;
    height:auto;
    max-width:150px;
    margin:auto auto 60px auto;
}
.contenedor_3{
    height:65px;
    width:100%;
    max-width:400px;
    margin:0px auto auto auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex;
    -ms-flex-pack:justify;
    list-style:none;
    justify-content:space-between;
    flex-direction:row;
}
.link{
    display:block;
    width:100%;
    height:100%;
    max-height:65px;
    list-style:none;
    padding:0;
    margin:0 10px;
    border:none;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
	font-size:12pt;
	font-weight:400;
	color:#000000;
	text-transform:uppercase;
    text-align:center;
}
.link:hover{
    font-weight: 600;
}
/*Logo*/
.logo{
    margin:auto;
    height:auto;
    max-width:80px;
}
/*Fuentes*/
h1{
	margin:0;
	height:auto;
	width:auto;
	font-family:'Montserrat', sans-serif;
	font-size:12pt;
	font-weight:400;
	color:#000000;
	text-transform:uppercase;
    text-align:center;
}