/* 
Concurso Blinblineate de la Cuarta
Autor: Claudio Olivares
Fecha: 10 de Julio 07
*/

* { margin: 0; padding: 0; }

body {
	background: #600 url(i/bg-body.png) repeat-x;
	color: #D4BFBF;
	font: 75%/1em Arial, Helvetica, sans-serif;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

h1, h2, h3, p { margin: 1em 0 0.5em 0; }

ul, ol {
	list-style: none;
}

a {
	color: #EEB638;
	font-weight: bold;
}

a img { border: none; }


/*--Estructura (diagramacion)-----------------------*/
div#marco {
	width: 719px;
	margin: 0 auto;
	background: #530000 url(i/bg-marco.gif) repeat-y;
}

div#contenido {
	width: 657px;
	margin: 0 auto;
	line-height: 1.5em;
	padding-bottom: 2em;
	overflow: hidden;
}

div#contenido ul, div#contenido ol {
	margin: 1em 20px;
}
div#contenido ul li {
	background: url(i/bullet.gif) no-repeat left center;
	line-height: 2em;
	padding-left: 20px;
}

div#contenido ol { list-style: decimal; }

.centro { text-align: center; }

.margen-iz { margin-left: 10px }

div.col { float: left; width: 303px; }

div.col img { display: block;  border: 5px solid #fff; }

p.nombre { font-size: 1.5em; font-weight: bold; background: url(i/bg-nombre.gif) no-repeat; padding-left: 25px; }

div#contenido ul#ganadores { margin: 0; padding: 0; width: 100%; overflow: hidden; }
div#contenido ul#ganadores li { float: left; width: 199px; }

div.destacado { background: #420000 url(i/bg-destacado.gif) no-repeat bottom right; margin-bottom: 10px; padding: 10px 10px 30px 10px; width: 637px; overflow: hidden; }

/*Navegacion*/
div#nav { background-color: #420000; padding: 10px; text-align:center; margin-bottom: 1em; }
div#nav p { font-size: 1.2em; font-weight: bold; line-height: 1em; margin: 0; }
div#nav a { text-decoration: none; }

div#pie { clear: both; text-align: center; margin-top: 2em;}

