@charset "utf-8";
body {
	margin:0 auto;
	width: 960px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
}
#zonasuperior {
/*	position: relative;*/
	margin: 0 auto;
	width: 960px;
	height: 783px;
	background-image: url(pack-navidad-2014/fondo-superior.jpg);
	background-repeat: no-repeat;
}
#logodwg {
	margin: 30px 0 0 15px;
}
.fuenteespecial {
	font-family: 'Squada One', cursive;
	color: #9800da;
	font-size: 180%;
}
.colorrojo {
	color: #b91513;
}
zonasuperior a:hover {
	background-color: transparent;
}
h1 {
	position: absolute;
	top: 20px;
	left: 260px;
	font-size: 300%;
	margin: 0;
	padding: 0;
}
#intro {
	position: absolute;
	top: 170px;
	left: 65px;
	margin: 0;
	padding-left: 33px;
	list-style-image:url(pack-navidad-2014/bola-oro.png);
	font-size: 240%;
	color: #fd8887;
	text-shadow: 2px 2px 2px black;
}
#esmuyfaciltitulo {
	position: absolute;
	top: 627px;
	left: 220px;
}
#esmuyfaciltexto {
	position: absolute;
	top: 530px;
	left: 380px;
	width: 570px;
	padding-left: 0;
	list-style: none;
	font-size: 130%;
}

#esmuyfaciltexto li, #elpackincluyetexto li {
	padding-left: 48px;
	background-image:url(pack-navidad-2014/bola-roja.png);
	background-repeat: no-repeat;
	min-height: 50px;
}

#zonainferior {
	background-image:url(pack-navidad-2014/fondo-inferior.png);
	background-repeat:repeat-y;
	min-height: 400px;
}

#elpackincluyetitulo {
	position: absolute;
	top: 900px;
	left: 77px;
}
#elpackincluyetexto {
	position: absolute;
	top: 800px;
	left: 260px;
	padding-left: 0;
	list-style: none;
}

#llamadaaccion {
	position: absolute;
	top: 1090px;
	left: 0;
	width: 840px;
	padding: 0 60px;
	font-size: 180%;
	color: white;
	background-color: #b91513;
}

#condiciones {
	position: absolute;
	top: 1210px;
	right: 20px;
	text-align: right;
	font-size: 80%;
}

#urldwg {
	position: absolute;
	top: 1210px;
	left: 20px;
	font-size: 220%;
}


#numtfnos {
	font-size: 150%;
	text-shadow: 2px 2px 2px black;
}

.quitafloat {
	clear: both;
}

.letragrande {
	font-size: 230%;
}
.tachado {
	font-size: 180%;
	text-decoration: line-through;
}
.max100 {
	height: auto;
	width: 100%;
}

a {
	color: #b91513;
	padding: 0 0.2em;
}
a:visited {
	color: #fd8887;
}
a:hover {
	color: white;
	background-color: #b91513;
	border-radius: 0.3em;
	text-decoration: none;
}


/*FORMULARIO*/

#formulario {
	position: absolute;
	top: 800px;
	left: 657px;
	text-align: left;
	width: 300px;
	margin-top: 40px;
}
#formulario #formulariotitulo {
	position: absolute;
	top: -40px;
	left: -10px;
}
form p {
	line-height: 115%;
}
form .rotulo {
	display: inline-block;
	width: 85px;
	font-size: 90%;
}
form input   {
	width: 200px;
	height: 30px;
	background-color: #fdebeb;
	border-radius: 10px;
	margin-bottom: 6px;
}
form input:focus    {
	font-size: 1.3em;
	color: black;
	background-color: #ffbebe;
}
form input#enviar {
	width: 206px;
	height: 36px;
	color: white;
	font-weight: bold;
	margin-left: 89px;
	background-color: #b91513;
	border-radius: 8px;
	text-shadow: 1px 1px 2px grey;
}
form input#enviar:hover {
	color: #b91513;
	background-color: #ffbebe;
	text-shadow: 2px 2px 2px white;
}
