/* CSS Document */

body {
	margin-top: 160px;
	background-image: url(../images/fondo-landing-nuevo.jpg);
	background-position:center center;;	
	text-align: center;
	overflow: hidden;
}

img {
	border: 0;
}

#contenido-landing {
	background-image: url(../images/fondo-botones-landing.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 578px;
	height: 336px;
	margin: 0 auto 0 auto;
	color: #ffffff;
	text-align: center;
}

#contenido-landing h1{
	background-image: url(../images/logo-epitafios.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 248px;
	height: 74px;
	margin: 0 auto 0 auto;
	text-indent: -5000px;
}

#col-esp {
	float: left;
}

#col-eng {
	float: right;
}

#col-esp h2 {
	/*background-image: url(../images/texto-estreno-esp.jpg);*/
	background-repeat: no-repeat;
	display: block;
	width: 273px;
	height: 112px;
	margin: 0;
	text-indent: -5000px;
}


#col-eng h2 {
	/*background-image: url(../images/texto-estreno-eng.jpg);*/
	background-repeat: no-repeat;
	display: block;
	width: 273px;
	height: 112px;
	margin: 0;
	text-indent: -5000px;
}

#boton-espanol {
	background-image: url(../images/fondo-boton-espanol.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 273px;
	height: 106px;
	margin: 0;
	padding-top: 44px;
}

#boton-espanol a {
	background-image: url(../images/boton-esp.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 160px;
	height: 57px;
	margin: 0 0 0 78px;
	text-indent: -5000px;
	border: 0;
}

#boton-espanol a:hover {
	background-position: 0 -57px;
}


#boton-ingles {
	background-image: url(../images/fondo-boton-ingles.jpg);
	display: block;
	width: 271px;
	height: 106px;
	margin: 0;
	padding-top: 44px;
}

#boton-ingles a {
	background-image: url(../images/boton-eng.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 135px;
	height: 57px;
	margin: 0 0 0 33px;
	text-indent: -5000px;
}

#boton-ingles a:hover {
	background-position: 0 -57px;
}

#pie {
	background-image: url(../images/pie1.png);
	background-repeat: no-repeat;
	display: block;
	width: 956px;
	height: 77px;
	text-indent: -5000px;
	margin: 0 auto 0 auto;
} 


