.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_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#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;
}