/* Hoja de Estilos del JUEGO DE LA PAELLA . TURISVALENCIA*/

/* ESTILOS GENERALES*/
body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(.././images/fondo/fondoWeb.png);
}
#contenido {
	width:650px;
	text-align: center;
	height: 650px;
	left: 50%;
	top: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contenidoBases {
	width:100%;
	text-align: center;
	display: block;
	margin:0px;
	padding:0px;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
}
#cabecera {
	width:642px;
	height:89px;
	background: url(.././images/fondo/fondoMenu.png) repeat-x;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
	left: 4px;
}
#cabecera a img {
border:0px;
}
#cabeceraBases {
	background: url(.././images/fondo/fondoCabecera.png) repeat-x;
}
#juego object{
	margin:0px auto;
	padding:0px;
	width: 642px;
	border:0px;
}
#juego {
	display: block;
	width: 642px;
	height: 455px;
	margin:0px auto;
	padding:0px;
	border:0px;
	line-height:0px;
}

* html #juego{
margin-top:-5px;
}


a img{
border:0;
}


.logo {float:left;}
#menuTop {
	width:300px;
	padding: 0px;
	margin: 0px;
	float: right;
}

/* MENU GENERAL */

ul#menunav {
	list-style: none;
	margin:0px;
	padding:0px;
	float: right;
}
#menunav li{
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	height: 89px;
	width: 80px;
	float: left;
}

#menunav a img{
border:0px;
	}
	
/* PIE */
#pie {
	width: 642px;
	display: block;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-top: 3px solid #DEEAFF;
	line-height: normal;

}
ul#enlacesPie {
	width:135px;
	height:65px;
	float:left;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	display: block;
	border:0px;
}
ul#enlacesPie li{
	list-style:none;
	text-align:left;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Lucida Sans";
	color:#929CB3;
	margin: 0px;
	padding: 0px;
	
}
#enlacesPie li a{
	color:#929CB3;
	text-decoration:none;
}
#enlacesPie li a:hover{
	color:#929CB3;
	text-decoration:underline;
}

/* BASES CONCURSO */

.parrafosBase {
	color: #004070;
	font-size: 11px;
	text-align: justify;
	margin: 10px 0px 0px;
	padding: 0px 15px 20px;
}
.parrafosBase a{
text-decoration:none;
color:#CC0000;

}
.logotipos {
	height:30px;
	float: right;
	width: 480px;
	line-height: 96px;
	vertical-align: middle;
}
.logotipos a img{
	border:0px;
	padding-right: 2px;
	padding-left: 0px;
	vertical-align: middle;
	padding-top: 9px;

}
.parrafosBase a:hover{
text-decoration:underline;
color:#CC0000;
}
.separador {
	width:642px;
	display:block;
	height:15px;
	line-height:5px;
	background: #004070;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
