/* 
1996-2010 CyberCenter S.A. Todos los Derechos Reservados.
CSS para proyecto {SITIO WEB - SUPERINTENDENDIA DE CASINOS DE JUEGOS}               
Media: SCREEN
Autor: Area Diseño Web - CyberCenter S.A.                           
Fecha de creacion 20/01/2010                        
Fecha de ultima modificacion: dd/mm/aaaa
Version: 1.0 
*/
/* llamado a menu y clases \*/

@import url("class.css");
body { font-family:"Arial Narrow", Helvetica, sans-serif; color:#5d6772; font-size:13px; background:#FFF url(/resources/images/html/bg_azul.jpg) repeat-x; margin:0;    padding:0; }
body.portada {
    font-family: "Arial Narrow", Helvetica, sans-serif;
    color: #5d6772;
    font-size: 13px;
    background-color: #FFF;
    background-image: none;
    margin: 0;
    padding: 0;
}
body.accesibilidad{
    
    color: #fff;
}
body.b_cartas {
    background: #FFF url(/resources/images/html/bg_cartas.jpg) repeat-x;
}

body.b_atencion { background:#FFF url(/resources/images/html/bg_atencion.jpg) repeat-x; }
body.b_ruleta {
    background: #FFF url(/resources/images/html/bg_ruleta.jpg) repeat-x;
}
body.b_dados {
    background: #FFF url(/resources/images/html/bg_dados.jpg) repeat-x;
}
body.b_bingo {
    background: #FFF url(/resources/images/html/bg_bingo.jpg) repeat-x;
}
body.b_maquinas {
    background: #FFF url(/resources/images/html/bg_maquinas.jpg) repeat-x;
}
img {
    border: none;
}
:focus {
    outline: none;
}
a img {
    border: none !important;
}
small {
    font-size: 11px;
    color: #475364;
    margin: 0;
    padding: 0;
}
.accesibilidad small{
    color: #fff;
}
p {
    padding: 0;
    margin: 0;
    font-size: 1em;
}
td {
    vertical-align: top;
}
a {
    color: #349ec8;
    text-decoration: none;
}
.accesibilidad a{
    color: #fff;
}
a:hover {
    color: #349ec8;
    text-decoration: underline;
}

a:focus{
    box-shadow: inset 0px 0px 15px 0px #f20;
}

.accesibilidad a:hover{
    color: #ccc;
}
/*------- CLEAR -------*/
/* IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* IE7 */
*+html .clearfix{ min-height: 1%;}
/* Los otros */
.clearfix:after{clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}

#contenedor {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 0;
    z-index: 2
}
#top {
    width: 900px;
    height: 81px;
    border-radius: 0px 0px 20px 20px ;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.bg_menu_azul {
    background: url(/resources/images/html/bg_menu_azul.jpg) no-repeat;
}
.bg_menu_cartas {
    background: url(/resources/images/html/bg_menu_cartas.jpg) no-repeat;
}
.bg_menu_ruleta {
    background: url(/resources/images/html/bg_menu_ruleta.jpg) no-repeat;
}
.bg_menu_dados {
    background: url(/resources/images/html/bg_menu_dados.jpg) no-repeat;
}
.bg_menu_bingo {
    background: url(/resources/images/html/bg_menu_bingo.jpg) no-repeat;
}
.bg_menu_maquinas {
    background: url(/resources/images/html/bg_menu_maquinas.jpg) no-repeat;
}
#top .logo {
    float: left;
    margin: 0;
    padding: 0;
}
#top #menu_principal {
    float: left;
    margin: 0;
    padding: 0;
    width: 629px;
    height: 81px;
}
#cabecera {
    width: 100%;
    height: 280px;
    position: absolute;
    z-index: 1;
    top: 0;
}

#cabecera #slider_portada{
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#cabecera .cycle-prev,
#cabecera .cycle-next{
    position: absolute;
    top: 160px;
    z-index: 9999;
    cursor: pointer;
}

#cabecera #slider_portada .slider{
    height: 280px;
    width: 100%;
}

#cabecera #slider_portada .slider a{

}

#cabecera #slider_portada .slider img{
    height: 100%;
}

#cabecera .cycle-prev{
    left: 50%;
    margin-left: -500px;
}

#cabecera .cycle-next{
    right: 50%;
    margin-right: -500px;
}

/*LOGIN*/

#cabecera .login {
    position: absolute;
    right: 30px;
    top: 50px;
    height: 50px;
    width: 280px;
}
/* Login Button */

#loginContainer {
    position: relative;
    float: right;
    font-size: 12px;
}
#loginButton {
    display: inline-block;
    float: right;
    /*background:#d2e0ea url(/resources/images/login/buttonbg.png) repeat-x; */
    /* border:1px solid #899caa; */
    
    border-radius: 19px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 30;
    cursor: pointer;
    background-color: #0069a4;
}
/* Login Button Text */

#loginButton span {
    background: url("/resources/images/login/loginArrow.png") no-repeat scroll 135px 7px rgba(0, 0, 0, 0);
    border-bottom-style: none;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 29px 9px 10px;
    width: 130px;
}
#loginButton:hover {
    /*background:url(/resources/images/login/buttonbgHover.png) repeat-x;*/
    
    text-decoration: none;
}
/* Login Box */

#loginBox {
    position: absolute;
    top: 39px;
    right: 0;
    display: none;
    z-index: 29;
}

#loginBox a{
    text-indent: 0px !important;
}

/* If the Login Button has been clicked */

#loginButton.active {
    border-radius: 19px;
}
#loginButton.active span {
    background-position: 135px -76px;
}
/* A Line added to overlap the border */

#loginButton.active em {
    position: absolute;
    width: 100%;
    height: 1px;
    /*background:#d2e0ea;*/
    
    bottom: -1px;
}
/* Login Form */

#loginForm {
    width: 248px;
    /*border:1px solid #899caa;*/
    
    border-radius: 10px;
    -moz-border-radius: 12px 0 12px 12px;
    margin-top: -1px;
    background: #2893BF;
    padding: 6px;
}
#loginForm fieldset {
    margin: 0 0 12px 0;
    display: block;
    border: 0;
    padding: 0;
}
fieldset#body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}
#loginForm #checkbox {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    /**margin:-3px 9px 0 0; */
}
#body label {
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
}
#loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px 0;
}
/* Default Input */

#loginForm input {
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    /*box-shadow:inset 0px 1px 3px #bbb;*/
    
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}
/* Sign In Button */

#loginForm #login {
    width: auto;
    float: left;
    background: #339cdf url(/resources/images/login/loginbuttonbg.png) repeat-x;
    border-radius: 25px;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    /**padding:7px 2px 8px 2px; */
}
/* Forgot your password */

#loginForm span {
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}
#loginForm span a {
    color: #fff;
    /*text-shadow:1px 1px #fff;*/
    
    font-size: 12px;
}
input:focus {
    outline: none;
}
/*LOGIN*/

#cabecera .buscador {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
#cabecera_int {
    width: 905px;
    height: 88px;
    position: relative;
}
#cabecera_int .buscador {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
#cabecera .buscador input.txt, #cabecera_int .buscador input.txt {
    font-size: 11px;
    background: url(/resources/images/html/bg_input_buscar.gif) repeat-x;
    width: 135px;
    height: 19px;
    border: 1px solid #C9D3DE;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    right: 25px;
}
#cabecera .buscador input.btn, #cabecera_int .buscador input.btn {
    cursor: pointer;
    border: none;
    text-decoration: none;
    background: url(/resources/images/html/boton_buscar.gif) no-repeat;
    width: 22px;
    height: 22px;
    font-size: 1px;
    color: #49a4cb;
    position: absolute;
    top: 0px;
    right: 0px;
}
#buscador_portada{
    padding: 9px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    height: 21px;
    border-top: 1px solid #c2c8ce;
}
#buscador_portada.interior{
    float: right;
}
#buscador_portada .buscador {
    position: relative;
    float: right;
    margin-right: 30px;
}
#buscador_portada > img{
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: 30px;
}
#buscador_portada .buscador input.txt, #buscador_portada .buscador input.txt {
    font-size: 11px;
    background: url(/resources/images/html/bg_input_buscar.gif) repeat-x;
    width: 135px;
    height: 19px;
    border: 1px solid #C9D3DE;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    right: 25px;
}
#buscador_portada .buscador input.btn, #buscador_portada .buscador input.btn {
    cursor: pointer;
    border: none;
    text-decoration: none;
    background: url(/resources/images/html/boton_buscar.gif) no-repeat;
    width: 22px;
    height: 22px;
    font-size: 1px;
    color: #49a4cb;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* MENU DE NAVEGACION - PRINCIPAL */

#menu_principal {
    float: left;
    width: 586px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 89;
    color: #FFF;
}
#menu_principal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#menu_principal li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}
#menu_principal ul li a {
    display: block;
    text-indent: -9000px;
    text-decoration: none;
    border: 0px;
}
#menu_principal #b_acerca a {
    background: url(/resources/images/menu_princ/bot_acerca.gif) no-repeat;
    width: 144px;
    height: 30px;
    border: 0px;
}
#menu_principal #b_normativa a {
    background: url(/resources/images/menu_princ/bot_normativa.gif) no-repeat;
    width: 120px;
    height: 30px;
    border: 0px;
}
#menu_principal #b_casinos a {
    background: url(/resources/images/menu_princ/bot_casinos.gif) no-repeat;
    width: 140px;
    height: 30px;
    border: 0px;
}
#menu_principal #b_estadisticas a {
    background: url(/resources/images/menu_princ/bot_estadisticas.gif) no-repeat;
    width: 196px;
    height: 30px;
    border: 0px;
}
#menu_principal #b_fiscalizacion a {
    background: url(/resources/images/menu_princ/bot_fiscalizacion.gif) no-repeat;
    width: 144px;
    height: 23px;
    border: 0px;
}
#menu_principal #b_sanciones a {
    background: url(/resources/images/menu_princ/bot_sanciones.gif) no-repeat;
    width: 120px;
    height: 23px;
    border: 0px;
}
#menu_principal #b_homologacion a {
    background: url(/resources/images/menu_princ/bot_homologacion.gif) no-repeat;
    width: 140px;
    height: 23px;
    border: 0px;
}
#menu_principal #b_juegos a {
    background: url(/resources/images/menu_princ/bot_juegos_autorizados.gif) no-repeat;
    width: 185px;
    height: 23px;
    border: 0px;
}
/* ESTADOS OVER */

#menu_principal #b_acerca a:hover, #menu_principal #b_normativa a:hover, #menu_principal #b_casinos a:hover, #menu_principal #b_estadisticas a:hover {
    background-position: 0 -30px;
}
#menu_principal #b_fiscalizacion a:hover, #menu_principal #b_sanciones a:hover, #menu_principal #b_homologacion a:hover, #menu_principal #b_juegos a:hover {
    background-position: 0 -23px;
}
/* SUB MENUS NAVEGACION PRINCIPAL */

#menu_principal #submenu_sc {
    margin: -3px 0 0 0px;
    font: 11px Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    clear: both;
    color: #FFF;
    text-align: left;
}
#menu_principal #submenu_sc .drop {
    height: 1px;
    position: absolute;
    top: 1px;
}
#menu_principal #submenu_sc div {
    z-index: 999;
    background: #6CBCD9;
    display: none;
    padding: 0;
    border-left: 1px solid #AFDBEB;
    border-right: 1px solid #AFDBEB;
    border-top: 1px solid #AFDBEB;
}
#menu_principal #submenu_sc p {
    font: 11px Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #AFDBEB;
    letter-spacing: normal;
    margin: 0px;
    padding: 0px;
    float: none;
    text-align: left;
    height: 19px;
}
#menu_principal #submenu_sc a {
    background: #6CBCD9 url(/resources/images/html/bullet_submenu.gif) 0px 5px no-repeat;
    color: #FFF;
    text-decoration: none;
    height: 19px;
    padding: 0 0 0 13px;
    display: block;
}
#menu_principal #submenu_sc a:hover {
    background: #339DC6 url(/resources/images/html/bullet_submenu.gif) 0px 5px no-repeat;
    color: #FFF;
    text-decoration: none;
    display: block;
}
/* POSICION NAVEGACION PRINCIPAL */

#menu_principal #submenu_sc #submenu_0 {
    left: 15px;
    top: 30px;
    width: 185px;
    position: absolute;
    z-index: 999;
}
#menu_principal #submenu_sc #submenu_1 {
    left: 140px;
    top: 30px;
    width: 185px;
    position: absolute;
    z-index: 999;
}
#menu_principal #submenu_sc #submenu_2 {
    left: 291px;
    top: 30px;
    width: 183px;
    position: absolute;
    z-index: 999;
}
#menu_principal #submenu_sc #submenu_3 {
    left: 430px;
    top: 30px;
    width: 185px;
    position: absolute;
    z-index: 999;
}
#menu_principal #submenu_sc #submenu_4 {
    left: 281px;
    top: 50px;
    width: 260px;
    position: absolute;
    z-index: 999;
}
#menu_principal #submenu_sc #submenu_5 {
    left: 420px;
    width: 180px;
    position: absolute;
    z-index: 999;
}
/* MENU DE NAVEGACION - AUXILIAR */

#menu_auxiliar {
    float: left;
    width: 624px;
    height: 28px;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    z-index: 89;
    color: #FFF;
}
#menu_auxiliar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#menu_auxiliar li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}
#menu_auxiliar ul li a {
    display: block;
    text-indent: -9000px;
    text-decoration: none;
    border: 0px;
}
#menu_auxiliar #b_juego_responsable a {
    background: url(/resources/images/menu_princ/bot_juego_responsable.gif) no-repeat;
    width: 112px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_sala_de_prensa a {
    background: url(/resources/images/menu_princ/bot_sala_de_prensa.gif) no-repeat;
    width: 98px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_agenda a {
    background: url(/resources/images/menu_princ/bot_agenda.gif) no-repeat;
    width: 146px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_atencion a {
    background: url(/resources/images/menu_princ/bot_atencion.gif) no-repeat;
    width: 120px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_acceso > a {
    background: url(/resources/images/menu_princ/bot_acceso.png) no-repeat;
    width: 138px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_home a {
    background: url(/resources/images/menu_princ/bot_home.gif) no-repeat;
    width: 27px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_home2 a {
    background: url(/resources/images/menu_princ/bot_home2.gif) no-repeat;
    width: 27px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_contacto a {
    background: url(/resources/images/menu_princ/bot_contacto.gif) no-repeat;
    width: 26px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_faq a {
    background: url(/resources/images/menu_princ/bot_faq.gif) no-repeat;
    width: 26px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_glosario a {
    background: url(/resources/images/menu_princ/bot_glosario.gif) no-repeat;
    width: 29px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_sitios a {
    background: url(/resources/images/menu_princ/bot_sitios.gif) no-repeat;
    width: 27px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_mapa a {
    background: url(/resources/images/menu_princ/bot_mapa.gif) no-repeat;
    width: 28px;
    height: 28px;
    border: 0px;
}
#menu_auxiliar #b_english a {
    background: url(/resources/images/menu_princ/bot_english_version.gif) no-repeat;
    width: 94px;
    height: 28px;
    border: 0px;
}
/* ESTADOS OVER */

#menu_auxiliar #b_juego_responsable a:hover, #menu_auxiliar #b_sala_de_prensa a:hover, #menu_auxiliar #b_agenda a:hover, #menu_auxiliar #b_home a:hover, #menu_auxiliar #b_contacto a:hover, #menu_auxiliar #b_faq a:hover, #menu_auxiliar #b_glosario a:hover, #menu_auxiliar #b_sitios a:hover, #menu_auxiliar #b_mapa a:hover, #menu_auxiliar #b_english a:hover, #menu_auxiliar #b_atencion a:hover, #menu_auxiliar #b_acceso a:hover {
    background-position: 0 -28px;
}
/* SUB MENUS NAVEGACION AUXILIAR */

#menu_auxiliar #submenu_sc2 {
    margin: -3px 0 0 0px;
    font: 11px Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    clear: both;
    color: #FFF;
    text-align: left;
}
#menu_auxiliar #submenu_sc2 .drop {
    height: 1px;
    position: absolute;
    top: 1px;
}
#menu_auxiliar #submenu_sc2 div {
    z-index: 999;
    background: #6CBCD9;
    display: none;
    padding: 0;
}
#menu_auxiliar #submenu_sc2 p {
    font: 11px Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #AFDBEB;
    letter-spacing: normal;
    margin: 0px;
    padding: 0px;
    float: none;
    text-align: left;
    height: 19px;
}
#menu_auxiliar #submenu_sc2 a {
    background: #6CBCD9 url(/resources/images/html/bullet_submenu.gif) 0px 5px no-repeat;
    color: #FFF;
    text-decoration: none;
    height: 19px;
    padding: 0 0 0 10px;
    display: block;
}
#menu_principal #submenu_sc2 a:hover {
    background: #339DC6 url(/resources/images/html/bullet_submenu.gif) 0px 5px no-repeat;
    color: #FFF;
    text-decoration: none;
    display: block;
}
/* POSICION NAVEGACION AUXILIAR */

#menu_auxiliar #submenu_sc2 #submenu_6 {
    left: 340px;
    top: 25px;
    width: 70px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_7 {
    left: 360px;
    top: 25px;
    width: 125px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_8 {
    left: 390px;
    top: 25px;
    width: 120px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_9 {
    left: 410px;
    top: 25px;
    width: 90px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_10 {
    left: 430px;
    top: 25px;
    width: 100px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_11 {
    left: 450px;
    top: 25px;
    width: 80px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_12 {
    left: 450px;
    top: 25px;
    width: 120px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_13 {
    left: 480px;
    top: 25px;
    width: 100px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_14 {
    left: 510px;
    top: 25px;
    width: 120px;
    position: absolute;
    z-index: 999;
}
#menu_auxiliar #submenu_sc2 #submenu_15 {
    left: 340px;
    top: 25px;
    width: 70px;
    position: absolute;
    z-index: 999;
}
/* LADO IZQUIERDO */

#lado_izquierdo {
    float: left;
    width: 205px;
}
#lado_izquierdo_agenda {
    float: left;
    width: 220px;
}
/* MENU LATERAL */

#menu_lateral {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 205px;
    margin: 33px 0 0 3px;
    font-size: 11px;
}
#menu_lateral ul {
    color: #424f63;
    text-align: left;
    margin-right: 0px;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}
#menu_lateral li {
    background-image: url(/resources/images/html/fondo_menu.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-right: 26px;
    padding-left: 0px;
}

.accesibilidad #menu_lateral li {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top;
    padding-right: 26px;
    padding-left: 0px;
    color: #000;
}

.accesibilidad #menu_lateral li a{
    color: #fff;
}

#menu_lateral li .sub {
    font-weight: normal;
}
#menu_lateral li .sub li {
    background-image: url(/resources/images/html/fondo_menu_sub.gif);
    background-repeat: no-repeat;
    background-position: top;
    line-height: 20px;
    padding-right: 20px;
    margin-right: -26px;
    font-weight: normal;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px dotted #A9D6EA;
}
.accesibilidad #menu_lateral li .sub li{
    background-image: none;
}
#menu_lateral li .sub a {
    font-weight: normal;
    color: #424f63;
    padding: 0 0 0 30px;
}
#menu_lateral li .sub .subsub {
    font-weight: normal;
}
#menu_lateral li .subsub li {
    line-height: 20px;
    padding-right: 38px;
    margin-right: -26px;
    font-weight: normal;
}
#menu_lateral li .sub a .subsub a {
    font-weight: normal;
    color: #FFF;
}
#menu_lateral li .sub .subsub .subsubsub {
    font-weight: normal;
}
#menu_lateral li .subsubsub li {
    line-height: 20px;
    padding-right: 44px;
    margin-right: -26px;
    font-weight: normal;
}
#menu_lateral li .sub a .subsub a .subsubsub a {
    font-weight: normal;
    color: #424f63;
}
#menu_lateral li a {
    text-decoration: none;
    color: #424f63;
    padding: 0 0 0 20px;
    font-weight: bold;
    display: block;
}
#menu_lateral a:hover {
    color: #424f63;
}
#menu_lateral .selec {
    font-weight: bold;
    color: #fff;
    background-image: url(/resources/images/html/fondo_menu_here.gif);
    background-repeat: no-repeat;
}
.accesibilidad #menu_lateral .selec{
    font-weight: bold;
    color: #000;
    background-image: none;
    background-color: #fff;
    background-repeat: no-repeat;
}
.accesibilidad #menu_lateral .selec a{
    font-weight: bold;
    color: #000;
    background-image: none;
    background-color: #fff;
    background-repeat: no-repeat;
}
#menu_lateral .selec a {
    font-weight: bold;
    color: #fff;
}
#menu_lateral .selec .selec {
    font-weight: bold;
    color: #fff;
    background-image: url(/resources/images/html/fondo_menu_here.gif);
    background-repeat: no-repeat;
}
/* LADO DERECHO */

#lado_derecho {
    float: left;
    width: 674px;
    margin: 0 0 0 20px;
}
#lado_derecho_agenda {
    float: left;
    width: 654px;
    margin: 0 0 0 20px;
}
/* TITULOS H1 */

h1.tit_home {
    background: url(/resources/images/html/h1_home.jpg) no-repeat;
    width: 900px;
    height: 144px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_acerca {
    background: url(/resources/images/html/h1_acerca.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}


h1.tit_metas {
    background: url(/resources/images/html/h1_metas.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}



h1.tit_metas2016 {
    background: url(/resources/images/html/h1_metas_2016.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}


h1.tit_comp {
    background: url(/resources/images/html/h1_comp.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}


h1.tit_juegos {
    background: url(/resources/images/html/h1_juegos.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_cartas {
    background: url(/resources/images/html/h1_cartas.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_ruleta {
    background: url(/resources/images/html/h1_ruleta.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_dados {
    background: url(/resources/images/html/h1_dados.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_bingo {
    background: url(/resources/images/html/h1_bingo.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_maquinas {
    background: url(/resources/images/html/h1_maquinas.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_buscador {
    background: url(/resources/images/html/h1_buscador.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_normativa {
    background: url(/resources/images/html/h1_normativa.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_maquinas2 {
    background: url(/resources/images/html/h1_maquinas2.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_capacitacion {
    background: url(/resources/images/html/h1_capacitacion.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_licitacion {
    background: url(/resources/images/html/h1_licitacion.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_trabaje {
    background: url(/resources/images/html/h1_trabaje.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_casinos {
    background: url(/resources/images/html/h1_casinos.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_estadisticas {
    background: url(/resources/images/html/h1_estadisticas.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_prensa {
    background: url(/resources/images/html/h1_sala.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_atencion {
    background: url(/resources/images/html/h1_atencion.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_acceso {
    background: url(/resources/images/html/h1_acceso.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_suscribete {
    background: url(/resources/images/html/h1_suscribete.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_sanciones {
    background: url(/resources/images/html/h1_sanciones.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_fiscalizacion {
    background: url(/resources/images/html/h1_fiscalizacion.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}


h1.tit_consejo_c {
    background: url(/resources/images/html/h1_consejo_c.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}

h1.tit_apoyo {
    background: url(/resources/images/html/h1_apoyo.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_homologacion {
    background: url(/resources/images/html/h1_homologacion.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_proceso {
    background: url(/resources/images/html/h1_proceso.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}

h1.tit_otorgamiento {
    background: url(/resources/images/html/h1_otorgamiento.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}

h1.tit_juego_responsable {
    background: url(/resources/images/html/h1_juego_responsable.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_agenda {
    background: url(/resources/images/html/h1_agenda.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_preguntas {
    background: url(/resources/images/html/h1_preguntas.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_glosario {
    background: url(/resources/images/html/h1_glosario.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_sitios {
    background: url(/resources/images/html/h1_sitios.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_mapa {
    background: url(/resources/images/html/h1_mapa.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_ocde {
    background: url(/resources/images/html/h1_ocde.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h1.tit_error {
    background: url(/resources/images/html/h1_error.jpg) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}

h1.tit_cruceros {
    background: url(/resources/images/html/h1_cruceros.png) no-repeat;
    width: 900px;
    height: 88px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #309fca;
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.accesibilidad h2{
    color: #fff;
}

h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #778084;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.accesibilidad h3{
    color: #fff;
}

h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #67727e;
    font-size: 12px;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #B6DDEC;
}

.accesibilidad h4{
    color: #fff;
}

#contenido_home { min-height:300px; background:#FFF url(/resources/images/html/bg_contenido.gif) no-repeat; margin:-2px 0 0 0; padding:0; width:905px; }
.portada #contenido_home {
    min-height: 300px;
    background-color: #FFF;
    background-image: none;
    margin: -2px 0 20px 0;
    padding: 0;
    width: 905px;
    margin-top: 180px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.portada.accesibilidad #contenido_home{
    background-color: #000;
}
#foot_contenido_home {
    background: #FFF url(/resources/images/html/bg_foot_contenidos.gif) bottom no-repeat;
    margin: 0;
    padding: 0;
    width: 905px;
    height: 30px;
}
#contenido_int {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    min-height: 300px;
    margin: 0;
    padding: 0;
    width: 905px;
    border-radius: 20px;
}
.azul {
    background: #FFF url(/resources/images/html/bg_contenido_int.gif) no-repeat;
}
.accesibilidad .azul,
.accesibilidad .agenda,
.accesibilidad .cartas,
.accesibilidad .ruleta,
.accesibilidad .bingo,
.accesibilidad .dados,
.accesibilidad .maquinas {
    background-color: #000;
    background-image: none;
}
.agenda {
    background: #FFF url(/resources/images/html/bg_contenido_int_agenda.gif) no-repeat;
}
.cartas {
    background: #FFF url(/resources/images/html/bg_contenido_int_cartas.gif) no-repeat;
}
.ruleta {
    background: #FFF url(/resources/images/html/bg_contenido_int_ruleta.gif) no-repeat;
}
.bingo {
    background: #FFF url(/resources/images/html/bg_contenido_int_bingo.gif) no-repeat;
}
.dados {
    background: #FFF url(/resources/images/html/bg_contenido_int_dados.gif) no-repeat;
}
.maquinas {
    background: #FFF url(/resources/images/html/bg_contenido_int_maquinas.gif) no-repeat;
}
#contenido_int #acc {
    width: 630px;
    border-top: 1px solid #BFE1EF;
    text-align: left;
    clear: both;
    margin: 0;
}
#foot_contenido_int {
    background: #FFF url(/resources/images/html/bg_foot_contenidos.gif) bottom no-repeat;
    margin: -15px 0 20px 0;
    padding: 0;
    width: 905px;
    height: 53px;
}
/* BREADCRUMBS */

#breadcrumbs {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    height: 21px;
    margin: 10px 0 0 0;
    padding: 0;
    width: 600px;
}
#ruta {
    float: left;
    border-bottom: 1px solid #EEEFF1;
    background: url(/resources/images/html/ico_ruta.gif) 22px 6px no-repeat;
    width: 600px;
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 10px;
    color: #7b8185;
    padding: 2px 0 2px 30px;
    margin: 0 0 0 7px;
}
.accesibilidad #ruta{
    color: #fff;
}
#ruta .primero {
    padding: 0 5px 0 5px;
}
#ruta .normal {
    border-left: 1px dotted #49abd2;
    padding: 0 5px 0 5px;
}
#ruta .ultimo {
    border-left: 1px dotted #49abd2;
    padding: 0 5px 0 5px;
    color: #2998c5;
    font-weight: bold;
}

.accesibilidad #ruta .ultimo {
    color: #fff;
}

#ruta a {
    color: #7b8185;
    text-decoration: none;
}
.accesibilidad #ruta a {
    color: #fff;
    text-decoration: none;
}
#ruta a:hover {
    color: #999;
    text-decoration: none;
}
#ruta ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ruta li {
    float: left;
    padding: 0 3px 0 12px;
}
/* NOTICIAS - HOME */

#noticias_destacadas {
    float: left;
    width: 500px;
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
}
#noticias_destacadas a:hover {
    color: #309FCB;
    text-decoration: none;
}
#noticias_destacadas .mas {
    font-size: 10px;
    text-transform: uppercase;
    color: #59B5D8;
    padding-top: 3px;
    padding-bottom: 3px;
}
#noticias_destacadas .mas a {
    color: #59B5D8;
    text-decoration: none;
}
#noticias_destacadas .mas a:hover {
    color: #4F7493;
    text-decoration: none;
}
.not_destacadas_a1 {
    float: left;
    width: 430px;
    margin: 0 15px 0 0;
}
.not_destacadas_a {
    float: left;
    width: 215px;
    margin: 0 15px 0 0;
}
.not_destacadas_b {
    float: left;
    width: 215px;
    margin: 0;
}
.not_destacadas_b .izquierda {
    width: 150px;
    display: block;
}
#noticias_destacadas .encabezado {
    float: left;
    border-bottom: 1px solid #CCC;
    width: 480px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}
#noticias_destacadas a {
    color: #5d6772;
    text-decoration: none;
}
.accesibilidad #noticias_destacadas a {
    color: #fff;
    text-decoration: none;
}
#noticias_destacadas h2 {
    color: #5d6772;
    font-size: 1.05em;
    margin: 0 0 2px 0;
    display: block;
}
#noticias_destacadas h3 {
    text-transform: uppercase !important;
    color: #6f7883;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    display: block;
}

h3 .txt{
    display: none;
}

.accesibilidad h3 .txt{
    color: #fff;
    margin-bottom: 5px;
}


#noticias_destacadas h4 {
    font-size: 1em;
    font-family: "Arial Narrow", Helvetica, sans-serif;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#noticias_destacadas em {
    font-style: normal;
    color: #5d6772;
    margin: 0;
    padding: 0;
}
.not_destacadas_a label
/*#textos form label */

{
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.not_destacadas_a form .opcion, #textos form .opcion {
    /*float: none;
    padding-left: 26px;
    display: block;*/
    
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.not_destacadas_a form input[type="radio"], #textos form input[type="radio"] {
    float: left;
    width: 24px;
    margin: 0px;
    padding: 0px;
}
.not_destacadas_a form .radio_left, #textos form .radio_left {
    width: 22px;
    height: 19px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.not_destacadas_a form .encuesta_cont, #textos form .encuesta_cont {
    width: 99%;
    float: left;
    display: block;
    clear: both;
}
.division {
    border-bottom: 1px dotted #D4DDE2;
    margin: 0 0 15px 0;
    width: 453px;
}
.division2 {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D4DDE2;
    clear: both;
}
.texto_comentarios {
    border-left: 5px solid #CCC;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px !important;
    color: #666;
    font-size: 14px;
}
.peso {
    font-size: 10px;
    font-weight: lighter;
}
/* TEXTOS */

#textos {
    float: left;
    position: relative;
    width: 630px;
    min-height: 250px;
    padding: 0 15px 0 15px;
}
#textos_buscador {
    float: left;
    position: relative;
    width: 630px;
    min-height: 250px;
    padding: 0 15px 0 15px;
}
#textos p, #textos_buscador p {
    padding-bottom: 10px;
}
p.resvacio{
    font-size: 15px;
    width: 560px;
    margin: 0 auto;
    padding: 10px 15px 0 15px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
/* ACCESOS DIRECTOS - HOME */

#accesos_directos {
    float: left;
    width: 317px;
    /*height:433px;*/
    
    margin: 10px 0 0 0;
    color: #FFF;
    padding: 0 20px 0 0;
}
#accesos_directos a {
    color: #FFF;
    text-decoration: none;
}
#accesos_directos a:hover {
    text-decoration: underline;
}
#accesos_directos .info_home {
    padding: 35px 0 0 10px;
    color: #FFF;
    font-size: 11px;
}
#accesos_directos .archivo {
    padding-right: 10px;
}
#accesos_directos .archivo .file {
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 0px;
}
#accesos_directos .archivo .datos {
    float: right;
    width: 210px;
}
#accesos_directos .estudios {
    position: relative;
    background: #88939F url(/resources/images/html/bg_estudios.gif) top no-repeat;
    width: 312px;
    min-height: 90px;
    margin: 0 0 1px 0;
    padding: 0 5px 10px 0;
}
.accesibilidad #accesos_directos .estudios{
    background: none;
}
#accesos_directos .tit_estudios {
    float: left;
    background: url(/resources/images/html/tit_estudios.gif) no-repeat;
    width: 296px;
    height: 17px;
    margin: 10px auto 0 5px;
    padding: 0;
    text-indent: -9000px;
    border: none !important;
}
#accesos_directos .tit_maquinas {
    float: left;
    background: url(/resources/images/html/tit_maquinas.gif) no-repeat;
    width: 296px;
    height: 34px;
    margin: 10px auto 0 5px;
    padding: 0;
    text-indent: -9000px;
    border: none !important;
}
#accesos_directos .normativa {
    background: #59B5D8 url(/resources/images/html/bg_normativa.gif) top no-repeat;
    width: 312px;
    min-height: 150px;
    margin: 0 0 1px 0;
    padding: 0 5px 10px 0;
    clear: both;
}
.accesibilidad #accesos_directos .normativa{
    background: none;
}
#accesos_directos .tit_normativa {
    float: left;
    background: url(/resources/images/html/tit_normativa.gif) no-repeat;
    width: 296px;
    height: 17px;
    margin: 10px auto 0 5px;
    padding: 0;
    text-indent: -9000px;
    border: none !important;
}
#accesos_directos .atencion {
    background: #507492 url(/resources/images/html/bg_at_ciudadana.gif) no-repeat;
    width: 317px;
    /*height: 83px;*/
    margin: 0 0 1px 0;
    padding-bottom: 20px;
}
.accesibilidad #accesos_directos .atencion{
    background: none;
}
#accesos_directos .tit_atencion {
    float: left;
    background: url(/resources/images/html/tit_at_ciudadana.gif) no-repeat;
    width: 296px;
    height: 17px;
    margin: 10px auto 0 5px;
    padding: 0;
    text-indent: -9000px;
    border: none !important;
}
#accesos_directos .preguntas {
    background: #5e636b url(/resources/images/html/bg_preguntas_frecuentes.gif) bottom center no-repeat;
    width: 317px;
    /*height: 77px;*/
    margin: 0;
    padding-bottom: 20px;
}
.accesibilidad #accesos_directos .preguntas{
    background: none;
}
#accesos_directos .tit_preguntas {
    float: left;
    background: url(/resources/images/html/tit_preguntas_frecuentes.gif) no-repeat;
    width: 296px;
    height: 17px;
    margin: 10px auto 0 5px;
    padding: 0;
    text-indent: -9000px;
    border: none !important;
}
/* FOOTER / PIE DE PAGINA */

#pie {
    width: 100%;
    /*height: 62px;*/
    background-color: #67717D;
    margin: 0;
    padding: 0px 0px 10px 0px;
    border-top: 2px solid #757F8A;
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 11px;
}
#pie .centrado {
    margin: 0 auto;
    width: 880px;
    margin: 0 auto;
}
#pie .info {
    float: left;
    padding: 6px;
    width: 570px;
}
#pie .info p {
    color: #d7d9da;
    font-size: 11px;
}
#pie .info p a{
    color: #d7d9da;
}
#pie .accesos {
    float: left;
    padding: 0;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
#pie .accesos ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#pie .accesos li {
    padding: 0;
    margin: 0;
}
#pie .accesos li a {
    text-decoration: none;
}
#pie .descarga {
    float: left;
    padding: 0;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
/* PAGINADOR 
#pag {
    width:95%;
    font-size:85%;
    padding-bottom:2px;
    text-align:center;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 1px;
    margin-left: 0;
}
#pag a img { border:none !important; }
#pag a { cursor:pointer;color:#0066a7;text-decoration:none;display:inline-block; border:1px solid #e6e6e6;padding:.3em .5em .3em .5em;margin:.15em .1em;text-align:center }
#pag a.pP,#pag a.nP { font-weight:bold;border-color:#aaa;padding-right:0.5em }
#pag a.pP { margin-right:1.2em }
#pag a.nP { margin-left:1.2em;*margin-left: 1.5em;a:0 }
#pag a.rest { background-color:#fff;border:1px solid #e6e6e6 }
#pag a:hover,#pag a.sel { background-color:#d2eaf6;border:1px solid #b7d8ee }
#pag a.sel { color:#444;font-weight:bold }
#pag a.dis { background-color:#fff;color:#e6e6e6;border:1px solid #e6e6e6;cursor:default }

*/
/* CLASES VARIAS */

.control_texto {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
    /*width: 215px;*/
}
.addthis_toolbox{
    float: right;
    margin-top: 10px;
}
.th_right {
    float: right !important;
    margin: 0 0 8px 8px;
    border-right: 1px dotted #666;
}
.borde_fotos {
    padding: 2px;
    margin: 0 5px 0 0;
    border: 1px solid #CFD4DB;
}
.borde_fotos2 {
    padding: 2px;
    margin: 0 5px 0 0;
    border: 1px solid #CFD4DB;
}
.t_110x80 {
    width: 110px;
    height: 80px;
}
.social_prensa {
    float: right;
    padding: 5px 0 0 0;
}
.clear {
    clear: both;
}
.foto_izq {
    float: left;
    margin: 0 10px 0 0;
}
.foto_izq2 {
    float: left;
    margin: 0 10px 10px 0;
}
.foto_der {
    float: right;
    margin: 0 0 0 10px;
}
.foto_der2 {
    float: right;
    margin: 0 0 0 10px;
}
.foto_der2 img {
    border: none !important;
}
.foto_der img {
    border: 1px solid #DEE1E3;
    padding: 4px;
}
.foto_der3 {
    float: right;
    margin: 0;
    width: 124px;
}
.foto_der3 img {
    border: none !important;
}
.der {
    float: right;
}
.izq {
    float: left;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.no_margin {
    margin: 0;
}
.no_padding {
    padding: 0;
}
.t9 {
    font-size: 9px !important;
}
.t10 {
    font-size: 10px !important;
}
.t13 {
    font-size: 13px !important;
}
.puntero {
    cursor: pointer;
}
.naranjo {
    color: #C76D14 !important;
}
.noborde {
    border: none !important;
}
p.fecha {
    margin: 0;
    padding: 0;
    color: #3fa8d0;
    font-size: 11px;
}
p.fecha_princ {
    float: right;
    background: url(/resources/images/html/bullet_fecha.gif) no-repeat 0px 3px;
    padding: 0 0 0 17px;
    font-size: 11px;
    color: #67727e;
    margin: 5px 70px 0 0;
}

#fecha_tamano{
    float: right;
    width: 317px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c8ce;
}

#fecha_tamano p.fecha_princ{
    float: none;
    margin: 5px 0 0 0;
    width: 120px;
}

.accesibilidad #fecha_tamano p.fecha_princ{
    float: none;
    margin: 5px 0 0 0;
    width: 120px;
    color: #fff;
}

#fecha_tamano .control_texto{
    margin: 0;
}

/* TABLA LISTADO */

.tabla_listado {} .tabla_listado td {} .tabla_ficha_casino {
    padding: 0;
    border: none;
    /*width:350px;*/
    
    width: auto;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0px;
}
.tabla_ficha_casino td {
    border-bottom: 1px solid #EBEBED;
    padding: 3px;
    font-size: 1em;
}
.tabla_ficha_casino td.dest {
    color: #288BAA;
}
#documentos {
    position: relative;
    margin: -11px 0 0 0;
}
.listado {
    width: 630px;
    float: left;
    border-bottom: 1px dotted #ACBBCF;
    border-top: 1px dotted #ACBBCF;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}
.listado .th {
    float: left;
    width: 135px;
    margin: 0 8px 8px 0;
    border-right: 1px dotted #666;
}
.listado .info {
    float: left;
    width: 363px;
    min-height: 88px;
    border-right: 4px solid #E5EFF2;
    padding-right: 10px;
}
.listado .info .fecha_listado {
    color: #8c8e90;
    font-size: 10px;
    margin: 0 0 -10px 0;
}

.accesibilidad .listado .info .fecha_listado {
    color: #ccc;
    font-size: 10px;
    margin: 0 0 -10px 0;
}

.listado .info .tit_listado {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #309fca;
}
.listado .info .tit_tipo {
    font-size: 11px;
    font-weight: bold;
    color: #309fca;
}
.listado .descarga {
    float: left;
    width: 185px;
    margin: 0 0 2px 5px;
}
.listado .descargas {
    float: left;
    width: 145px;
    margin: 0 0 2px 5px;
}
.listado .peso {
    float: left;
    width: 185px;
    margin: 0;
    border-top: 1px dotted #a1c0ca;
    font-size: 10px;
    color: #999;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 9px;
}

.accesibilidad .listado .peso{
    color: #fff;
}

.listado .comentarios {
    float: left;
    width: 185px;
    border-top: 1px dotted #a1c0ca;
    font-size: 11px;
    color: #999;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 9px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.listado .comentarios a {
    text-decoration: underline;
}
.listado .comentarios a:hover {
    text-decoration: underline;
    color: #71b6d1;
}
.listado .bot_detalle {
    float: left;
    width: 127px;
    text-align: center;
    padding: 30px 0 0 0;
}
.listado .w300px {
    width: 280px;
}
.listado .w350px {
    width: 330px;
}
.listado .w400px {
    width: 380px;
}
.listado .w430px {
    width: 400px;
}
.listado .w450px {
    width: 430px;
}
.listado .w480px {
    width: 460px;
}
.listado .w495px {
    width: 475px;
}
.listado .w500px {
    width: 480px;
}
.listado .w600px {
    width: 580px;
}
.listado .w650px {
    width: 630px;
}
.listado .w700px {
    width: 680px;
}
.listado a {
    color: #5d6772;
    text-decoration: none;
}
.accesibilidad .listado a {
    color: #fff;
    text-decoration: none;
}
.accesibilidad .listado a:hover {
    color: #ccc;
    text-decoration: none;
}
.listado a:hover {
    color: #5d6772;
    text-decoration: none;
}
/*listado_normativa*/

.listado2 {
    width: 630px;
    float: left;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin-top: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ACBBCF;
}
.listado2 .th {
    float: left;
    width: 135px;
    margin: 0 8px 8px 0;
    border-right: 1px dotted #666;
}
.listado2 .info {
    float: left;
    width: 363px;
    min-height: 160px;
    border-right: 4px solid #E5EFF2;
    padding-right: 10px;
}
.listado2 .info_sinminheight {
    min-height: 100px !important;
}
.listado2 .info_nolinea {
    border-right-style: none !important;
}
.listado2 .info .fecha_listado {
    color: #8c8e90;
    font-size: 10px;
    margin: 0 0 -10px 0;
}
.accesibilidad .listado2 .info .fecha_listado{
    color: #fff;
}
.listado2 .info .nombre_comentario {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #309fca;
}
.listado2 .info .tit_listado {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #309fca;
}
.accesibilidad .listado2 .info .tit_listado{
    color: #fff;
}
.listado2 .info .tit_tipo {
    font-size: 11px;
    font-weight: bold;
    color: #309fca;
}
.listado2 .descarga {
    float: left;
    width: 185px;
    margin: 0 0 2px 5px;
}
.listado2 .descargas {
    float: left;
    width: 145px;
    margin: 0 0 2px 5px;
}
.listado2 .peso {
    float: left;
    width: 185px;
    margin: 0;
    border-top: 1px dotted #a1c0ca;
    font-size: 10px;
    color: #999;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 9px;
}
.accesibilidad .listado2 .peso{
    color: #fff;
}
.listado2 .comentarios {
    float: left;
    width: 185px;
    border-top: 1px dotted #a1c0ca;
    font-size: 11px;
    color: #999;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 9px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.accesibilidad .listado2 .comentarios{
    color: #fff;
}
.listado2 .comentarios a {
    text-decoration: underline;
}
.listado2 .comentarios a:hover {
    text-decoration: underline;
    color: #71b6d1;
}
.listado2 .nombre {
    float: left;
    width: 130px;
    border-top: 1px dotted #a1c0ca;
    font-size: 11px;
    color: #999;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 9px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.listado2 .bot_detalle {
    float: left;
    width: 127px;
    text-align: center;
    padding: 30px 0 0 0;
}
.listado2 .w300px {
    width: 280px;
}
.listado2 .w350px {
    width: 330px;
}
.listado2 .w400px {
    width: 380px;
}
.listado2 .w430px {
    width: 400px;
}
.listado2 .w450px {
    width: 430px;
}
.listado2 .w480px {
    width: 460px;
}
.listado2 .w470px {
    width: 470px;
}
.listado2 .w500px {
    width: 480px;
}
.listado2 .w600px {
    width: 580px;
}
.listado2 .w650px {
    width: 630px;
}
.listado2 .w700px {
    width: 680px;
}
.listado2 .w100 {
    width: 98%;
}
.listado2 a {
    color: #439FC2;
    text-decoration: underline;
}
.listado2 a:hover {
    color: #52B1D6;
    text-decoration: none;
}
.separacion2 {
    background-color: #AED9EA;
    height: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*listado_normativa*/

.info h3, #contenidos_int .info h4 {
    margin: 0;
    padding: 0;
    color: #8799b3;
    font-size: 1.20em;
    font-weight: bold;
}
.info h3 a {
    color: #309fca;
    text-decoration: none;
}
.info h3 a:hover {
    color: #9bacc5;
    text-decoration: none;
}
.info p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.info .descarga {
    float: left;
    width: 145px;
    margin: 0 0 2px 5px;
}
.info .peso_ {
    float: right;
    width: 125px;
    margin: 0 8px 8px 5px;
    padding: 0 0 0 20px;
    border-top: 1px dotted #666;
    font-size: 10px;
    color: #999;
}
.bot_detalle {
    float: left;
    width: 127px;
    text-align: center;
    padding: 30px 0 0 0;
}
.mostrando {
    float: right;
    margin: -18px 5px 0 0;
    font-size: 10px !important;
    color: #999;
}
/* NOTICIAS */

#detalle_noticias {
    float: left;
    position: relative;
    width: 630px;
    padding: 0;
    margin: 0;
    color: #5d6772;
}
#detalle_noticias h3 {
    color: #C76D14;
    margin: 0;
    padding: 3px 0 6px 0;
    font-weight: bold;
    font-size: 1.35em !important;
    text-transform: none !important;
}
#detalle_noticias h4 {
    font-size: 1.5em;
    color: #1a7aad;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
}

.accesibilidad #detalle_noticias h4{
    color: #fff !important;
}

#detalle_noticias h5 {
    font-size: 13px !important;
    color: #1a7aad !important;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 13px;
    padding-left: 0;
}

.accesibilidad #detalle_noticias h5{
    color: #fff !important;
}

#detalle_noticias .foto_noticia {
    float: right;
    width: 260px;
    height: auto;
    border-left: 4px solid #dbe2e8;
    margin: 0 0 10px 10px;
    padding: 10px 0 0 10px;
}
#detalle_noticias .foto_noticia .foto {
    width: 260px !important;
}
#detalle_noticias .foto_noticia img {
    display: block;
    margin: 0 0 5px 0;
}
#detalle_noticias .foto_noticia cite {
    font-size: 11px;
    font-style: normal;
    color: #475465;
}
#detalle_noticias p {
    color: #475465;
    padding: 0 0 10px 0;
}

.accesibilidad #detalle_noticias p{
    color: #fff;
}

#detalle_noticias p.txt_archivo {
    color: #5d6772;
    display: block;
}
#detalle_noticias .info_referencial {
    width: 99%;
    margin: 0;
    padding: 0 10px 0 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c5dde7;
}
#detalle_noticias .info_referencial table {
    width: 100%;
    border: none;
    padding: 0;
}
#detalle_noticias .info_referencial td {
    width: 100%;
    padding: 0;
    font-size: 11px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #c5dde7;
}

.accesibilidad #detalle_noticias .info_referencial td,
.accesibilidad #detalle_noticias .info_referencial td a{
    color: #fff !important;
}

#detalle_noticias .info_referencial img {
    float: right;
}
#detalle_noticias .bajar_doc {
    width: 99%;
    float: left;
    margin: 0;
    padding: 0;
}
#detalle_noticias .bajar_doc p {
    float: left;
    margin: 15px 5px 0 0;
}
#detalle_noticias .bajar_doc img {
    float: left;
    margin: 0 0 0 22px;
}
/* BUSCADOR NOTICIAS */

#buscador_noticias {
    float: left;
    width: 157px;
    height: 172px;
    margin: 10px 0 0 10px;
}
#buscador_noticias img {
    cursor: pointer;
    padding: 0px 0px 0px 3px;
}
#buscador_noticias label {
    display: block;
    font: normal 10px Arial, Helvetica, "Trebuchet MS";
    color: #2D7991;
}
#buscador_noticias .top {
    background: url(/resources/images/html/top_busca_noticias.gif) no-repeat;
    width: 169px;
    height: 30px;
}
#buscador_noticias .bottom {
    padding: 10px 0 0 15px;
    background: #F1F3F5 url(/resources/images/html/bottom_busca_noticias.gif) top left no-repeat;
    width: 154px;
    height: 132px;
}
#buscador_noticias input.txt_buscar_noticias {
    font: normal 11px Arial, Helvetica, "Trebuchet MS";
    color: #999;
    text-decoration: none;
    width: 106px;
    height: 20px;
    padding: 1px;
    border: 1px solid #B1CAD9;
    background-color: #FFF;
}
#buscador_noticias input.btn_buscar_noticias {
    cursor: pointer;
    margin: 0 0 0 75px;
    border: none;
    text-decoration: none;
    background: url(/resources/images/html/bot_buscar_noticias.gif) 0px 0px repeat-x;
    width: 70px;
    height: 21px;
    font-size: 1px;
    color: #62A9D0;
}
* html #buscador_noticias input.btn_buscar_noticias {
    margin: 0px;
}
.division {
    border-bottom: 2px dotted #D4DDE2;
    margin: 0 0 15px 0;
    width: 640px;
}
.texto_comentarios {
    border-left: 5px solid #CCC;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px !important;
    color: #666;
    font-size: 14px;
}
table td {
    vertical-align: top;
    padding: 3px;
}
table td.fecha {
    color: #3B5161;
    padding: 5px 0 0 0;
}
table td.peso_archivo {
    color: #3B5161;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px dotted #C6CFD3;
    border-right: 2px dotted #C6CFD3;
    padding: 0 0 5px 0;
}
table td.texto, table td.boton {
    color: #3B5161;
    border-bottom: 1px dotted #C6CFD3;
    padding: 10px 0 15px 0;
}
#galeria {
    width: 640px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px dotted #DDD;
}
#galeria .thumbs {
    float: left;
    border: 2px solid #d1dee1;
    width: 200px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
#galeria .thumbs_alto {
    height: 150px;
    text-align: center;
    margin: 0 auto;
}
#galeria .thumbs img {
    display: block;
    text-align: center;
}
#galeria .foto_detalle {
    float: left;
    margin: 0;
    width: 500px;
}
#galeria .foto_detalle img {
    display: block;
}
#galeria cite {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #475465;
    padding-right: 3px;
    padding-left: 3px;
}
#galeria .borde_foto {
    border: 1px solid #DDD;
    padding: 1px;
}
#galeria .foto_gal {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.tabla_simple {
    line-height: 16px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #aed9ea;
}
.tabla_simple caption {
    display: none;
}
.tabla_simple th {
	background-color: #64b9d8;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #FFFFFF;
	text-align: left;
}
.tabla_simple th[scope=row] {
    text-align: left;
    background-color: #64b9d8;
    vertical-align: top;
    color: #FFFFFF;
}
.tabla_simple th[scope=col] {
    text-align: left;
    background-color: #64b9d8;
    vertical-align: bottom;
    color: #FFFFFF;
}
.tabla_simple td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #67717d;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.tabla_simple td img {
    vertical-align: top;
}
.tabla_simple ul {
    padding-left: 10px;
}
/*tabla simple 2*/

.tabla_simple2 {
    line-height: 16px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #aed9ea;
}
.tabla_simple2 caption {
    display: none;
}
.tabla_simple2 th {
    background-color: #64b9d8;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #FFFFFF;
}
.accesibilidad .tabla_simple2 th {
    background-color: #444;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #FFFFFF;
}
.tabla_simple2 th[scope=row] {
    text-align: left;
    background-color: #64b9d8;
    vertical-align: top;
    color: #FFFFFF;
}
.tabla_simple2 th[scope=col] {
    text-align: left;
    background-color: #64b9d8;
    vertical-align: bottom;
    color: #FFFFFF;
}
.tabla_simple2 td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d9db;
    vertical-align: top;
    padding: 8px;
}
.tabla_simple2 td img {
    vertical-align: top;
}
.tabla_simple2 ul {
    padding-left: 10px;
}
/*fin tabla simple 2*/




/*tabla simple 2*/

.tabla_noticias {
	line-height: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aed9ea;
	font-size: 11px !important;
	background-color: #F0EEEE;
}
.tabla_noticias caption {
    display: none;
}
.tabla_noticias th {
	background-color: #5d6772;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #E4E4E4;
	height: 31px;
}


.tabla_noticias td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d9db;
    vertical-align: top;
    padding: 8px;
}

.tabla_noticias tr > td:first-child {
    padding-right: 0 !important;
}
.tabla_noticias td img {
    vertical-align: top;
}
.tabla_noticias ul {
    padding-left: 10px;
}
/*fin tabla simple 2*/




.cal {
    float: left;
    width: 64px;
    height: 90px;
    margin: 0 5px 0 0;
    padding: 0;
}
.cal h2 {
    color: #FFF;
    font-weight: lighter;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 0 5px 0 0;
}
.cal .mes {
    color: #FFF !important;
    text-align: center;
    margin: -10px 0 0 0;
    padding: 0 5px 0 0;
    font-weight: lighter;
    font-size: 15px;
    font-family: "Trebuchet MS", Arial Narrow, Arial, Tahoma;
}
.cal2 {
    float: left;
    background: url(/resources/images/html/bg_fecha_agenda3.gif) top left no-repeat;
    width: 64px;
    height: 90px;
    margin: 0 5px 0 0;
    padding: 0;
}
.cal2 h2 {
    color: #FFF;
    font-weight: lighter;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 0 5px 0 0;
}
.cal2 .mes {
    color: #FFF !important;
    text-align: center;
    margin: -10px 0 0 0;
    padding: 0 5px 0 0;
    font-weight: lighter;
    font-size: 15px;
    font-family: "Trebuchet MS", Arial Narrow, Arial, Tahoma;
}
.rss {
    float: right;
}
/* GLOSARIO */

.abc {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.letras {
    text-transform: capitalize;
    margin: 0 0 5px 10px;
    float: left;
    background: url(/resources/images/html/bg_letras.gif) no-repeat;
    color: #FFF;
    font-weight: bold;
    width: 22px;
    height: 19px;
    text-align: center;
    font-size: 11px;
    padding: 2px 0 0 0;
}
.letras a {
    color: #FFF;
    text-decoration: none;
}
.letras a:hover {
    color: #ccc;
    text-decoration: none;
}
/* BUSCADOR NORMARTIVA */

#buscaNorm {
    height: 60px;
    width: 620px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(/resources/images/normativa/fondo_buscador.png);
    position: relative;
}
#buscaNorm form {
    margin: 0px;
    padding: 0px;
}
#buscaNorm #buscaNorm_txt {
    background-image: url(/resources/images/normativa/fondo_caja.gif);
    background-repeat: repeat-x;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 15px;
    height: 23px;
    position: absolute;
    left: 175px;
    top: 18px;
    width: 367px;
    color: #333333;
    line-height: 16px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 3px;
    padding-left: 3px;
}
#buscaNorm #buscaNorm_btn {
    position: absolute;
    top: 12px;
    right: 23px;
}
.highlightagenda {
    color: #FF0000 !important;
    font-weight: bold;
}
/*paginacion*/

#paginacion {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#paginacion a {
    color: #666666;
    text-decoration: none;
}
.accesibilidad #paginacion a{
    color: #ddd;
}
#paginacion a:hover {
    color: #000000;
    text-decoration: none;
}

.accesibilidad #paginacion a:hover{
    color: #ccc;
}

#paginacion a.selec {
    font-weight: bold;
    color: #24869b;
    font-size: 13px;
}

.accesibilidad #paginacion a.selec {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

#paginacion img {
    margin-right: 5px;
    margin-left: 5px;
}
.t100x75 {
    height: 75px;
    width: 100px;
}
/*submenu juegos*/

#sub_juegos {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    border: 1px solid #b7e4f5;
}
#sub_juegos div {
    float: left;
    padding-right: 23px;
    padding-left: 23px;
    margin: 0px;
    height: 17px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b7e4f5;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 10px;
}
#sub_juegos div#premios {
    border-right-style: none;
}
#sub_juegos div a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
}
#sub_juegos div a:hover {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    color: #8ed2f2;
}
#sub_juegos div.select a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    color: #8ed2f2;
}
#sub_juegos div.select_2 a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    color: #8ed2f2;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
/*fin submenu juegos*/

.col_2 {
    float: left;
    width: 280px;
    padding-right: 15px;
    margin-right: 20px;
}
.w224 {
    width: 224px;
}
.compatibilidad {
    border: 1px solid #A3D3E7;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.compatibilidad p {
    padding-top: 10px;
}
.ie8 {
    float: left;
    margin-right: 20px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #7B8185;
    padding-right: 10px;
}
.iframe_forms {
    height: 1000px;
    width: 675px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.banners {
    width: 826px;
    text-align: center;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
}
.banners div {
    float: left;
    margin: 8px;
}
#menu_lateral .user {
    background-image: url(../images/login/user.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    height: 70px;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
}
#menu_lateral .caja_user {
    background-image: url(../images/login/fondo_user.gif);
    background-repeat: repeat-x;
    height: 115px;
    background-position: bottom;
}
#menu_lateral .nombre {
    padding-left: 28px;
    font-size: 13px;
    font-weight: bold;
    color: #5d6975;
    padding-top: 9px;
    margin-bottom: 5px;
}
#menu_lateral .cerrar {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
}
#menu_lateral .cerrar a {
    font-size: 11px;
    color: #7C7E7E;
    font-weight: normal;
    display: block;
    background-color: #D3D4D4;
    text-align: center;
    margin-top: 12px;
    padding: 5px;
    border-radius: 12px;
}
#menu_lateral .cerrar a:hover {
    background-color: #b6b9bc;
    text-decoration: none;
}
.ancho_lado_izq {
    width: 205px;
}
.dato2 tr .tit_tipos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #35aec0;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	line-height: 17px;
}

.dato2 td .ancho {
	width:210px;
}
.caja_opciones_sol {
	width: 210px;
	float: left;
	margin-bottom: 25px;
}
.caja_opciones_sol a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #35AEC0;
	text-align: center;
	display: block;
	padding-bottom: 7px;
}
.fono_atencion {
	background-color: #d4f1f4;
	padding: 30px;
	background-image: url(../images/html/solicitudes/fondo_telef.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 103px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.fono_atencion .mesa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4dc5d2;
	font-size: 28px;
	display: block;
	margin-top:18px;
}
.fono_atencion .mesa_telef {
	background-color: #ff7a6f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-top: 4px;
	width: 350px;
	text-align: center;
	padding: 5px;
	border-radius: 2px;

}


.caja_opciones_espacios {
	width: 130px;
	float: left;
	margin-bottom: 25px;
	height: 450px;
	margin-right: 16px;
	padding-right: 10px;
}
.caja_opciones_espacios a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #35AEC0;
	text-align: center;
	display: block;
	padding-bottom: 7px;
}

.caja_opciones_espacios h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #35AEC0;
	text-align: center;
	display: block;
	padding-bottom: 7px;
}


.caja_borde {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BCC5C2;
}
.banner_atencion {
	margin-bottom: 15px;
	width: 484px;
	margin-top: 15px;
}

/*Links Footer*/
#links_footer{
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a9a9a9;
    width: 550px;
}

#links_footer p a{
    color: #d7d9da;
    padding: 0px 30px;
    border-right: 1px solid #a9a9a9;
}

#links_footer p a:last-child{
    border-right: none;
}

#mapa_google{
    width: 300px;
    height: 300px;
    margin-top: 40px;
}

/*Buscador de boletínes estadísticos*/
#form2{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.04);
    border-left: 1px solid rgba(0,0,0,0.04);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #8ac6dc; /* Old browsers */
    background: -moz-linear-gradient(top,  #8ac6dc 0%, #afdaeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac6dc), color-stop(100%,#afdaeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8ac6dc 0%,#afdaeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8ac6dc 0%,#afdaeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8ac6dc 0%,#afdaeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8ac6dc 0%,#afdaeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac6dc', endColorstr='#afdaeb',GradientType=0 ); /* IE6-9 */

}

#form2 label{
    display: block;
    width: 282px;
    float: left;
    margin-bottom: 20px;
    margin-right: 24px;
}

#form2 label.ultimo{
    margin-right: 0px !important;
}

#form2 label select{
    width: 100%;
    height: 25px;
    border: none !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #898989;
    font-weight: bold;
}

#form2 label select option[value="-1"]{
    display: none;
}

#form2 label.tres{
    width: 341px;
    margin-right: 24px;
}

#form2 label.cuatro{
    width: 100px;
    margin-right: 24px;
}

#form2 input{
    background-color: #339cdf;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 120px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#form2 input:hover{
    background-color: #3189C2;
}.caja_ley {
	float: right;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	margin: 10px;
	margin-bottom: 10px;
}




.caja_destacada {
	float: right;
	padding: 17px;
	background-color: #36a6d2;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#fff !important;
	border-radius: 4px;
}

.banner_metas {
	margin-top: 10px;
}
.caja_importante {
	background-color: #E4E9ED;
	padding: 10px;
	width: 98%;
	border-radius:6px;
	margin-top:18px;
	margin-bottom: 20px;
}

.caja_importante_home {
	background-color: #34A3CD;
	padding: 10px;
	width: 465px;
	border-radius:6px;
	margin-top:18px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.caja_importante_home span {
	font-size: 20px;
	font-weight: bold;
}

.icons{
	padding-top:10px;
	padding-bottom:24px;
	
	}

.icons .agendaa{
	margin-top:20px;
	margin-left:23px;
	float:left;
	display:block;
	background-image:url(../images/icons.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:160px;
	height:143px;
	
	}
.icons .agendaa:hover{
	background-position:left bottom;
	
	}
.icons .atencion{
	margin-top:20px;
	float:left;
	display:block;
	background-image:url(../images/icons.png);
	background-position:-168px top;
	background-repeat:no-repeat;
	width:142px;
	height:143px;
	
	}
.icons .atencion:hover{
	background-position:-168px bottom;
	
	}
.icons .normativa{
	margin-top:20px;
	float:left;
	display:block;
	background-image:url(../images/icons.png);
	background-position:-310px top;
	background-repeat:no-repeat;
	width:143px;
	height:143px;
	
	}
.icons .normativa:hover{
	background-position:-310px bottom;
	}




.cont_iconos{
	margin-top:20px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	background-color: #eef3f3;
    padding-bottom: 20px;
    width: 485px;
	}
.destacado_1 {
	padding: 20px;
	background-color: #36a6d2;
	border-radius: 12px;
}
.destacado_1 h2 {
	font-size: 16px;
}
.destacado_1 h2 a {
	color: #d3effa !important;
	margin-bottom: 8px;
	font-weight: bold;
	text-transform:uppercase;
}
.destacado_1 h2 a:hover {
	text-decoration:none !important;
}


.destacado_1 p a {
	color: #fff !important;
	line-height: 22px !important;
	font-size:15px;
}

.destacado_1 p a:hover {
	text-decoration:none !important;
}



.destacado_2 {
	padding: 20px;
	background-color: #eef3f3;
	border-radius: 12px;
}
.destacado_2 h2 {
	font-size: 13px;
	font-weight: bold;
}
.destacado_2 h2 a {
	color: #4595B8 !important;
	margin-bottom: 8px;
}
.destacado_2 h2 a:hover {
	text-decoration:none !important;
}


.destacado_2 p a {
	color: #6F7883 !important;
	line-height: 18px !important;
}

.destacado_2 p a:hover {
	text-decoration:none !important;
}


.flota_derecha {
	float: right;
}
.aviso_importante {
	padding: 20px;
	background-color: #eef3f3;
	border-radius: 12px;
	width:445px;
	margin-top: 20px;
	margin-bottom: 15px;
}


.aviso_importante h2 {
	font-weight: bolder !important;
	font-size: 16px !important;
	margin-bottom:10px !important;
}
.consejo {
	padding: 15px;
}


.consejo h3 {
	font-size:15px !important;
	color:#309fca !important;
	margin-bottom:10px !important;
	
}

.consejo ul {
	margin-left:10px !important;
	
}

.consejo ul li {
	color: #424f63 !important;
    text-align: left !important;
    line-height: 14px !important;
    list-style-type: disc !important;
	background-image: none !important;
	margin-top:10px; 
}
	