/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 16px 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 7px;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.6px;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 16px;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 11px;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 10px;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 29px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
}

body#portada{
	background-color:#7d5024;
}

#imgportada{
	margin:0 auto;
	width:1000px;
	height:570px;
	position:relative;
}

	#imgportada p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin:14px 2px 0 2px;
	}

#mayor_edad{
	width:329px;
	height:70px;
	z-index:1;
	position:absolute;
	left:510px;
	_left:340px;
	top:335px;
}


#si {
	position:absolute;
	left:420px;
	top:430px;
	background-image:url(../images/portada_opcion.png);
	background-repeat:no-repeat;
	width:81px;
	height:75px;
	z-index:2;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#333;
	padding:10px 0 0 2px;
	_padding:7px 2px 0 2px;
}

#si a {
	color:#333;
}

#si a:hover{
	color:#900;
}

#no {
	position:absolute;
	left:510px;
	top:430px;
	background-image:url(../images/portada_opcion.png);
	background-repeat:no-repeat;
	width:81px;
	height:75px;
	z-index:3;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	padding:10px 2px 0 2px;
	_padding:7px 2px 0 4px;
}

#no a {
	color:#333;
}

#no a:hover{
	color:#900;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
}
