* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #DEE9C7;
	font-family: "Trebuchet MS",Calibri,sans-serif;	
}
p {
	margin: 0;
}

#contenedor {
	text-align: center;
}

div.inner_content {
	padding: 20px;
}

#cabecera,
#cuerpo,
#pie {
	margin: auto;
	width: 687px;
}

#cuerpo p {
	margin: 0 25px 15px;
}

#cabecera {
	background: url(../img/cabecera.gif) top left repeat-y;
	height: 58px;
}
#cuerpo {
	position: relative;
	background: url(../img/cuerpo.gif) top left repeat-y;
	text-align: left;
	overflow: hidden;
}

#resultados {
	position: relative;
	width: 350px;
	height: 175px;
}

#resultados h2 {
	display: none;
}

#resultados dl {
	font-size: 2em;
}

#real_madrid {
	display: block;
	width: 76px;
	height: 97px;
	position: absolute;
	top: 1px;
	left: 20px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/escudo_madrid.gif) top left no-repeat;
}

#barca {
	display: block;
	width: 86px;
	height: 87px;
	position: absolute;
	top: 4px;
	right: 20px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/escudo_barca.gif) top left no-repeat;
}

#res_madrid {
	position: absolute;
	top: 30px;
	left: 110px;
}

#res_barca {
	position: absolute;
	top: 30px;
	right: 110px;
}

#resultados p{
	position: absolute;
	bottom: 0;
	width: 300px;
	text-align: center;
}


#participa {
	width: 222px;
	height: 87px;
	position: absolute;
	top: 4px;
	right: 30px;
}

#participa h1 {
	width: 222px;
	height: 67px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/participa_h1.gif) top left no-repeat;
}

#participa p a {
	display: block;
	width: 124px;
	height: 37px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../img/participa_a.gif) top left no-repeat;
	margin: auto;
	margin-top: 8px;
}

#participa p a:hover {
}

#info_extra {
	margin: 50px 0 0 20px;
}

#ultimos_goles,
#ultimas_paradas,
#ultimos_espectadores {
	float: left;
	width: 33%;
}

#info_extra h4 {
	color: #990000;
}

#info_extra ul {
	margin: 10px 0;
	padding: 0;
}

#info_extra ul li {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	list-style-type: none;
	padding: 2px 0 2px 20px;
	background: left no-repeat;
	margin-bottom: 0.1em;
}

#info_extra ul li.realmadrid {
	background-image: url(../img/ico_madrid.png);
}

#info_extra ul li.fcbarcelona {
	background-image: url(../img/ico_barcelona.png);
}

#info_extra #ultimos_espectadores ul li {
	background-image: url(../img/ico_paisanin.png);
}

#pie {
	clear: both;
	background: url(../img/pie.gif) bottom left no-repeat;
	height: 70px;
	padding-top: 1px;
}

#pie ul {
	padding: 0;
	margin: 10px auto;
	width: 400px;
	overflow: hidden;
}

#pie ul li {
	float: left;
	list-style-type: none;
	margin: 0 7px;
}

#pie ul li a {
	background-repeat: no-repeat;
	text-indent: -3000em;
	overflow: hidden;
	display: block;
}

#simplelogica a {
	background-image: url(../img/simplelogica.png);
	width: 128px;
	height: 23px;
}

#the_cocktail a {
	background-image: url(../img/the_cocktail.png);
	width: 115px;
	height: 21px;
}

#microformats a {
	background-image: url(../img/microformats.png);
	width: 109px;
	height: 29px;
}

/* ************************************************
	PARTICIPA
/* ************************************************/

#instrucciones #resultados {
	margin: 0 auto;
	height: 110px;
}

#instrucciones h1 {
	font-size: 1.5em;
	text-align: center;
}

ol#pasos {
	overflow: hidden;
}

ol#pasos li {
	display: block;
	width: 210px;
	height: 100px;
	float: left;
	text-indent: -3000em;
	overflow: hidden;
	background: left no-repeat;
}

ol#pasos li.uno {
	background-image: url("../img/paso1.png");
}
ol#pasos li.dos {
	background-image: url("../img/paso2.png");
}
ol#pasos li.tres {
	background-image: url("../img/paso3.png");
}

div.paso {
	clear: both;
	margin: 20px 0;
	background: top left no-repeat;
	padding: 50px 20px;
	overflow: hidden;*/
}

div.paso h2,
div.paso h3,
div.paso h4 {
	margin: 1em 0 0.5em 0;
}

div.paso h2 {
	font-size: 1.4em;
	color: #5e8b00;
}

div.paso p {
	font-size: .7em;
	color: #777;
	font-style: italic;
	padding: 0;
}

div#pasouno {
	background-image: url("../img/1.png");
}

div#pasodos {
	background-image: url("../img/2.png");
}

div#pasotres {
	background-image: url("../img/3.png");
}

hr {
	visibility: hidden;
	margin: 30px 0;
	clear: both;
}

div.paso div.opcion {
	width: 45%;
	float: left;
}

div.paso div.opcion code {
	display: block;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	padding: 3px;
	line-height: 1.2em;
}

#pasodos ul {
	margin: 10px 0;
	text-align: center;
}

#pasodos li {
	display: inline;
	padding: 10px;
}

}
