﻿/* CSS Document */

body{
	background-color:#E86713;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #b7b7b7;
	text-decoration: none;
}

h1{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:normal;
}

#frame{
	width: 666px;
	height: 454px;
	border: none;
	border-width: 0px;
}

#cabecera{
	width: 566px;
	height: 115px;
	margin-left: 105px;
	/*margin-right: auto;*/
	background-color: #E86713; /* NARANJA */
	cursor: pointer;
}

#cuerpo{
	width: 1000px;
	height: 461px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px; /* MARGEN SUPERIOR */
}

#cuerpo_izq{
	width: 666px;
	height: 454px;
	/*margin-right: 2px;*/
	float: left;
	background-color: #FFFFFF; /* BLANCO */
}

.cuerpo_izq{
	width: 666px;
	height: 454px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#cuerpo_der{
	width: 321px;
	height: 454px;
	/*margin-left: 2px;*/
	float: right;
	background-color: #FFFFFF; /* BLANCO */
	background-image:url(../img/fondomenu.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#mapa{
	width: 300px;
	height: 20px;
	left: 20px;
	top: 418px;
	position: relative;
	background-color: #E86713; /* NARANJA */
	color: #FFFFFF;
	border: #E86713 solid 1px;
}

#mapa_texto{
	text-align: right;
	padding-right: 15px;
}

#mapa_imagen{
	display: none;
	width: 300px;
	height: 309px;	
}

.menu{
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	position: relative;
	height: 58%;
}

.menu_idioma{
	position: relative; 
	height: 42%;
	width: 40%;
}

#pie{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

#reproductor{
	width: 158px;
	height: 208px;
	left: 955px;
	top: 18px;
	position: absolute;
}

#juego{
	width: 575px;
	height: 98px;
	left: 360px;
	top: 9px;
	cursor: pointer;
	position: absolute;
	background-image:url(../img/transparente.gif);
}

#redes{
	width: 78px;
	height: 38px;
	left: 1057px;
	top: 543px;
	position: absolute;
}
