@CHARSET "utf-8";
body{
	text-align: center;
	margin: 0px;
	background: url('../images/cabecera.jpg') 0 0 repeat-x #0065fe ;
	color:#fff;
	font-family: monospace;
}
.container{
	width: 1024px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}
.cabecera{
	
}
.logoMarca{
	height: 100px;
}
.logo{
	float: left;
	width:250px;
	height:100px;  
}
.logo img{
	position: relative;
	top: 18px;
	left: 25px;
}
.marca{
	float:left;
	width:524px;
	text-align:center;
	line-height: 100px;
	font-size: 35px;
	font-weight: bold;
}
.menu{
	height: 30px;
	line-height: 30px;
	border-bottom:1px solid #ccc;
}
.boton{
	float: left;
	width: 163px;
	text-align: center;
}
.big{
	width: 200px;
}
.boton a{
	text-decoration: none;
	color: #fff;	
}
.cuerpo{
	min-height: 410px;
}
.pie{
	border-top: 1px solid #ccc;
	line-height: 25px;
}
.cleaner{
	clear: both;
}
/* Novedades */
.novedades{
	border-bottom: 1px solid #ccc;
}
/* Fin Novedades */
/* Empresas */
.emp a{
	color: #fff;
}
/* Fin Empresas */
