@font-face {
	font-family: "VagLight";
	src: url(../fonts/VagLight.eot);
	src: local("VagLight"), url('../fonts/vag.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0; 
	padding: 0;
}

html, body{width:100%; height:100%}

body{
	font-family: Verdana, Tahoma;
	font-size: 62.5%;
	background-color: #b2b70e;
	color:#545454;
	font-weight: normal;
}

a{
	color: #545454;
	text-decoration: none;
	display: block;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4{
	color: #083229;
}

h1 {
	width: 252px;
	height: 199px;
	float: left;
}

h2{
	font-family: "VagLight", Verdana;
	font-size: 2.5em;
	text-align: center;
	padding: 80px 0 0 0;
	line-height: 1.3em;
}

h3{
	font-family: "VagLight";
	font-size: 1.8em;
	font-weight: bold; 
}

p{
	font-size: 1.4em;
	line-height: 1.8em;
	margin-top: 10px;
	text-align: justify;
}

strong{
	font-weight: bold;
}

.pagina{
	margin: 0 auto;	
	width: 1300px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.20);
}

.cabecera{
	background: url(../imagenes/cabecera.png) top no-repeat;
	height: 199px;
	padding: 0 150px;
}

.contacto{
	float: right;
	font-family: "VagLight";
	font-size: 1.5em;
	color: #FFFFFF;
	margin:0;
	padding: 5px 30px 0 0;
}

.contacto a{
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
}

.carrusel{
	padding: 0 150px;
	height: 197px;
}

.cuerpo{
	margin: 45px 0;
	padding: 0 150px;
	height: 625px;
}

.parte-izq{
	width: 513px;
	float: left;
	padding-right: 25px;
}

.parte-der{
	float: left;
	width: 425px;
	padding-left: 25px;
	border-left: 2px dotted #c5c731;
	margin-bottom: 10px;
}

.promocion{
	width: 200px;
	float: left;
	padding-top: 15px;
}
	
.promocion img{
	margin-bottom: 15px;
	width: 200px;
	height: 156px;
	overflow: hidden;
}

.promocion p{
	font-size: 1.05em;
	line-height: 1.5em;
	text-align: left;
}

.promocion2{
	margin-left: 25px;
	width: 200px;
	float: left;
	padding-top: 15px;
}
	
.promocion2 img{
	margin-bottom: 15px;
	width: 200px;
	height: 156px;
	overflow: hidden;
}

.promocion2 p{
	font-size: 1.05em;
	line-height: 1.5em;
	text-align: left;
}

.enlace{
	float: right;
	margin-bottom: 15px;
}

.pie{
	background-color: #083329;
	height: 56px;
	padding: 0 150px;
	color: #FFFFFF;
}

.texto-pie-izq{
	font-family: "VagLight", Verdana;
	font-size: 1.8em;
	float: left;
}

.texto-pie-der{
	padding-top: 3px;
	width: 320px;
	float: left;
	font-size: 1.3em;
	margin-left: 10px;
	padding-left: 85px;
	background: url(../imagenes/flecha.png) no-repeat; 
}

.texto-pie-der a{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 195px;
	color: #FFFFFF;
}
