@charset "utf-8";
#menu {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#menu ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#menu li {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: inline;
}
#scroll {
	margin: 0px;
	height: 380px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fundo_jogo {
	background-image: url(img/fondo_interior_caza.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


.border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin: 0px;
}
.border:hover {
	margin: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b7b7b7;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.border_over {
	margin: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b7b7b7;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
/*******************************************************/
.titular_home {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
.titulares_interiores {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}
.titulares_interiores_tipo {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align:right;
}
.palmares {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.palmares_otro {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}
.entrar {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.entrar_ON {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #b7b7b7;
}
.menu {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.menu_ON {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #5f5f5f;
}
.menurayitas {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #5f5f5f;
}
.entrar_interiores_tipo {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:right;
}
.textos {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #DDC4DC;
}
.textos_bold {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.pie {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #761373;
}
/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD;
}
div#mb_center {
	background-color: #FFF;
}
div#mb_contents {
	width: 400px;
	height: 400px;
	border: 10px solid #DDD;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
}
#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}
.mb_loading {
	background: #DDD url(../img/loading.gif) no-repeat center center;
}
#mb_error em {
	font-size: 0.8em;
}
div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #DDD;
	border-top-style: none;
}
a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
div#mb_caption {
	margin-right: 71px;
}
body {
	background-color: #000000;
	margin-top:0;
	margin-bottom:0;
	background-image: url();
}
.img_container {
	height:120px;
}
.img_container ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
.img_container ul li {
	float:left;
	width:100px;
	margin:10px;
}
.img_container ul li a img {
	width:93px;
	height:93px;
	border:1px solid #574331;
	padding:5px;
	background:#eee;
}
a.imageborder img {
	width:93px;
	height:93px;
	border:1px solid #574331;
	padding:5px;
	background:#eee;
	float:left;
	margin:0 10px;
}
.img_container ul li a:hover img, a.imageborder:hover img {
	background:#e8e8e8;
	border-color: darkred;
}
a.titulo_noticiaLink{
color: #FFF;
text-decoration: none;
}
a:hover.titulo_noticiaLink{
color: #FFF;
text-decoration: underline;
}
