@charset "utf-8";
/* CSS Document */

html{
	/*height:100%;*/
}

body{
	/*height:100%;*/
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#413f40;
	line-height:1.4em;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#413f40;
	line-height:1.4em;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#413f40;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #413f40;
    margin-bottom: 0.8em;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:0.80em;
	color:#413f40;
	line-height:1.5em;	
	margin-bottom:1em;
}

a{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#413f40;
	text-decoration: none;
}

b a{
	font-weight:500;
}

a:link{
	
}

a:hover{
	
}

a:visited{
	
}

ul{
	
}

ul li{
	font-family: 'Roboto', sans-serif;
}

sup{
	position: relative; top: -0.4em; font-size: 70%;
}

figcaption{
	margin-top: 8px;
}

a figcaption{
	text-decoration: none;
}

p.breadcrumb{
	font-size: 0.8em;
	color:#b0a9a0;
}

p.breadcrumb a{
	text-decoration: none;	
	color:#b0a9a0;
}

p.breadcrumb a:hover{
	text-decoration: underline;	
}

/*HEADER*/

header{
    }


/*NAV*/

nav{

}

nav ul li{

}
nav ul li a{
	text-decoration:none;	
	font-size:0.9em;
	border-bottom:2px solid #FFF;
	-webkit-transition:all 0.3s ease-in-out 0s; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0s;			
	padding:0 0 0.3em 0;
}
nav ul li a:hover{
	border-bottom:2px solid #b0a9a0;
}



/*FOOTER*/

footer{
	overflow:hidden;
	margin-top:6em;
	padding-bottom:2em;
}

/*CONTENIDO*/

.contenido{
	max-width:1100px;
	width:95%;
	margin:0 auto;	
}


.clear{
	clear:both;
}
	

	
.desktop{
	display: block;
}

.mobile{
	display: none;
}

#navs_mobile{
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom:10px;
	height: 0;
	overflow: hidden;
	-webkit-transition:all 0.3s ease-in-out 0s; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0s;				
}

#navs_mobile ul li{
	border: none;
}

#navs_mobile ul li a{
	border:none;
    width: 100%;
    display: block;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	background-color:#FFF;
	border-bottom: 1px solid #fafafa;
	-webkit-transition: none;
	transition:  none;	
}

#navs_mobile ul li a:hover{
	border-bottom: 1px solid #fafafa;
}

.bt_mobile{
	width: 19px;
	margin: 10px auto 20px;
	cursor: pointer;
}
.bt_mobile img{
	display: block;
}

@media screen and (max-width: 1023px) {

.desktop{
	display: none;
}

.mobile{
	display: block;
}


}

@media screen and (max-width: 850px) {


}

@media screen and (max-width: 767px) {



}

@media screen and (max-width: 600px) {




}
@media screen and (max-width: 550px) {


}




@font-face {
  font-family: 'NewsGothicStd-Bold';
  src: url('NewsGothicStd-Bold.eot?#iefix') format('embedded-opentype'),  url('NewsGothicStd-Bold.otf')  format('opentype'),
	     url('NewsGothicStd-Bold.woff') format('woff'), url('NewsGothicStd-Bold.ttf')  format('truetype'), url('NewsGothicStd-Bold.svg#NewsGothicStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NewsGothicStd';
  src: url('NewsGothicStd.eot?#iefix') format('embedded-opentype'),  url('NewsGothicStd.otf')  format('opentype'),
	     url('NewsGothicStd.woff') format('woff'), url('NewsGothicStd.ttf')  format('truetype'), url('NewsGothicStd.svg#NewsGothicStd') format('svg');
  font-weight: normal;
  font-style: normal;
}


	
