@charset "UTF-8";

html, body{
	font-family: 'Noto Sans', sans-serif;
	font-size: 12pt;
	background: #FFFFFF url('../images-nuevo/background.jpg') no-repeat fixed;
	background-position: center 0;
	height: 100%;
}
#contenedor{
	width: 976px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -481px;
}
header{
	width: 976px;
	height: 110px;
	margin: 0 auto;
}
#contenedor_cabecera{
	 display: table;
     height: 100%;
     width: 100%;
	 margin: 0;
}
.seccion_cabecera{
	display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 20%;
    text-align: center;
}
#contenedor_cabecera #seccion_cabecera_main{
    vertical-align: middle;
    position: relative;
	width: 60%;
	text-align: center;
	padding-left: 170.8px;
}
header h1{
	font-family: 'Noto Sans', sans-serif;
	color:#282e38;
	font-size: 1.4em;
	text-align: center;
}
.h1_peq{
	font-family: 'Noto Sans', sans-serif;
	color:#282e38;
	font-size: 1em;
}
.imagen_header{
	float: left;
	margin-right: 5px;
}
section{
	height:350px;
}
.push{
	height: 481px;
}
footer{
	margin: 0 auto;
	width:976px;
    height:481px;
	background: url('../images-nuevo/background_footer.png') no-repeat;
}
.botones_footer{
	height: 190px;
}
.marcas{
	width: 100%;
	margin: 155px 0 10px 0;
	height: 125px;
	display: block;
	padding-left: 80px;
}
.marcas img {
	float: left;
	width: 111px;
	margin-right: 5px;
}
.menu_footer{
	width: 100%;
	background: #282e38;
	height: 43px;		
}
.menu_footer ul{
	font-family: 'Noto Sans', sans-serif;
	color: #b8b3b3;
	font-size: 0.6em;
	list-style: none;
	display: block;
	width: 800px;
	margin: 0 auto;
}
.menu_footer ul li{
	float: left;
	line-height: 43px;
	padding-right: 24px;
}
.menu_footer ul li a{
	font-family: 'Noto Sans', sans-serif;
	color: #b8b3b3;
	text-decoration: none;
}
.copyright{
	margin-top: 15px;
}
.copyright p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.6em;
	line-height: 15px;
	color: #7a7979;
	text-align: center;
}