/* --------------------------------------------------------------------------------
   CSS : CERTAMEN DRAGQUEEN AND KING 2010
   -
   by Alba & Marcos | www.planetaslak.blogspot.com
-------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #999;
}
ul {
	list-style: none;
}

img {
	border: 0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
p {
	line-height: 18px;
	margin-right: 40px;
	margin-left: 40px;
}
label {
	margin-left: 40px;
	font-size: 11px;
}
input {
	margin-left: 40px;
	font-size: 11px;
}
blockquote{
	text-align: left;
	margin-left: 40px;	
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 40px;
	}
/* --------------------------------------------------------------------- GENERAL */
#encabezado_fondo, #menu_fondo, #cuerpo, #footer, #patrocinadores {
	clear: both;
	margin: auto;
	text-align: left;
	width: 800px;
}

/* --------------------------------------------------------------------- ENCABEZADO */
#encabezado_fondo {
	height: 20px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	}
	#encabezado {
		padding-top: 10px;
		height: 20px;
	}
	#encabezado a {
		color: #666;
		vertical-align: bottom;
				}
	ul#opciones_encabezado {
		float: left;
		width: 200px;
		}
		ul#opciones_encabezado li {
			float: left;
			padding-right: 10px;
			font-size: 10px;
		}

	ul#lenguaje_encabezado {
		float: right;
		width: 200px;
		}
		ul#lenguaje_encabezado li {
			float: right;
			}
		ul#lenguaje_encabezado li.separador_lenguaje {
			width:13px;
		}

/* --------------------------------------------------------------------- NAVIGATION */
#menu_fondo {
	height: 100px;
	background-color: #E10034;
	border: 1px solid #E10034;
}
	#menu_fondo a#logo {
	float: left;
	width: 200px;
	height: 100px;
	background-position: bottom;
	}
	#menuizq {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	}
	
	#menuizq ul {
	height: 100px;
	width: 280px;
	text-indent: 10px;
	}

	#menuizq li {
		}
	#menudrcha {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	}
	
	#menudrcha ul {
	width: 280px;
	height: 100px;
	text-indent: 10px;
	}

	#menudrcha li {
			}
			
.separador {
	float: left;
	margin-top: 10px;
		}
		
#cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 800px;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-align: center;
}
.seleccionado {
	font-size: 14px;
	font-weight: bold;
}
#patrocinadores {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 20px;
}
#contacte {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}