/*STANDAR NUEVO*/
/*FONTS UTILIZADAS
font-family: Arial, Helvetica, sans-serif;
*/

/*STANDAR NUEVO*/
html { 
    background: rgb(224,224,224);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(255,255,255,1) 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(60%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 60%);
    background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 60%);
    background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 60%);
    background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
    background-repeat: no-repeat;
}
*
{
    margin: 0;
    padding: 0;
}
*:focus  
{  
    outline: none;  
}
/* TAGS GENERALES*/
body 
{
    font-size: 1em;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #FFF;
}
a
{
    color: #009CB0;
    text-decoration: none;
}
a:hover, a:active
{
    color: #009CB0;
    text-decoration: underline;
    cursor:pointer;
}
h2, h3
{
    font-size: 3.5em;
    font-weight: normal;
    color: #FFF;
}
h3
{
    font-size: 2.0em;
}
h4, h5
{
    font-size: 1.5em;
    font-weight: normal;
}
h5
{
    font-size: 1.0em;
    text-shadow: none;
    color: #FFF;
}
h6
{
    font-weight: normal;
}
p
{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
table
{
    border-collapse:collapse;
}
ul, li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.clear
{
    clear: both;
}
.ver_mas
{
    width: 96%;
    padding: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    text-align: left;
    background: #BDD140;
    color: #444;
}
.ver_mas:hover
{
    cursor: pointer;
    color: #FFF;
}
.ver_mas a
{
    color: #444;
    text-decoration: none;
}
.separador_x
{
    width: 10px;
    height: 10px;
    float: left;
}
.separador_y
{
    width: 10px;
    height: 10px;
}

/*HERRAMIENTAS*/
.tools{
    display: inline-block;
    vertical-align: middle;
}
.btn_home, .btn_admin, .btn_login{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-position: top;
}
.btn_home:hover, .btn_admin:hover, .btn_login:hover{
    cursor: pointer;
    background-position: bottom;
}
.btn_home{
    background-image: url(../imagenes/layout/btn_home.png);
}
.btn_login{
    background-image: url(../imagenes/layout/btn_login.png);
}
.btn_admin{
    background-image: url(../imagenes/layout/btn_admin.png);
}

/*TAGS ESTRUCTURA*/
section.principal
{
    width: 80%;
    margin: 0 auto;
}
header, section.medio, footer
{
    display: block;
    font-size: 0.625em;
}
header
{
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 0 1.5%;
    width: 97%;
    background: url('../imagenes/layout/fondo_header.png') no-repeat center center, #000; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
section.medio
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}
footer
{
    text-align: center;
    color: #FFF;
    margin: 1% auto;
    background: rgba(0, 0, 0, 0.5);
    width: 99%;
    padding: 0.5%;
    position: relative;
    background: url('../imagenes/layout/fondo_footer.png') no-repeat center center, #000; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
/*LOG IN*/
form.log_in, .log_in
{
    padding: 3%;
    font-size: 1.2em;
}
form.log_in .titulo_input, .log_in .titulo_input{
    font-size: 1.25em;
}
/*MENU*/
/*SECCIÓN*/
.menu_1_n1
{  
    margin: 0 auto;
    display: block;
    font-size: 1.15em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    z-index: 4;
    text-align: left;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 0 0 0;
}
.menu_1_n1 li
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0 5px 5px 0;
}
.menu_1_n1 li a
{
    display: block;
    color: #FFF;
    padding: 1px 20px;
    background: #009CB0;
}
.menu_1_n1 li:hover
{
    
}
.menu_1_n1 li a:hover, .menu_1_n1 li a:active
{ 
    text-decoration: none;
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #BDD140;
}
.menu_1_n1 .separador
{
    display: none;
    width: 0.25em;
    background: none;
}

/*SUB-SECCIÓN MENU*/
.menu_1_n2
{
    text-align: center;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 30;
    font-size: 0.85em;
    font-family: Arial, Helvetica, sans-serif;
    right: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5% 0;
}
.menu_1_n2 li
{
    padding: 0 !important;
    display: block;
    border-top: none;
    margin: 0;
    display: block;
    background: transparent;
}
.menu_1_n2 li a
{
    color: #444;
    text-decoration: none;
    display: block;
    background: transparent;
    border-bottom: 1px solid #DDD;
}
.menu_1_n2 li a:hover, .menu_1_n2 li a:active
{
    color: #FFF;
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow: none;
    background: #999;
}
/*MENU RESPONSIVE*/
.btn_menu_1_n1_responsive
{
    color: #FFF;
    font-size: 2.5em;
    position: relative;
    z-index: 2;
    text-align: center;
    display: none;
    margin: 2% 0;
    width: 92%;
    display: none;
    background: #009CB0;
    padding: 2% 4%;
}
.btn_menu_1_n1_responsive:hover
{
    color: #FFF;
    background: #BDD140;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*IMAGEN Y VIDEO FLEXIBLE*/
img, video
{
    max-width: 100%;
    border: none; 
}
img a
{  
    border: none;  
}
/*INPUTS*/
textarea, input[type=text], input[type=password]
{
    background: rgba(255, 255, 255, 0.4);
    border: none;
    color: #EEE;
    font-size: 1.0em;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover, select:hover
{
    background: #FFFFCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #444;
}
textarea {
    margin: 0 0 0.625em 0;
    font-size: 1.0em;
    padding: 4px;
    width: 90%;
    border: none;
    color: #EEE;
}
input[type=checkbox]
{
    margin: 0.188em 0.625em;
    vertical-align: middle;
}
.captcha
{
    margin: 0.25em 0.5em;
    display: inline-block;
    vertical-align: middle;
}
select
{
    background: rgba(255, 255, 255, 0.4);
    border: none;
    color: #EEE;
    font-size: 1.0em;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    width: 94.5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #CCC;
}
.botones
{    
    margin: 2% 0 0 0;
}
.submit_btn {
    cursor: pointer;
    font-size: 1.25em;
    color: #FFF;
    padding: 0.4em 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: #009CB0;
    border: none;
}
.submit_btn:hover, .submit_btn:active {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #BDD140;
    border: none;
}
.submit_btn_dis
{
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}   
/*MEDIO*/
/*CONTENIDOS*/
.contenedor_contenido, aside.barra_lateral
{
    vertical-align: top;
    text-align: center;
    height: 100%;
    width: 100%;
}
.contenedor_contenido
{
    position: relative;
}
/*(sólo para proyectos donde elementos como el head_contenedor contenido sea flotante)*/
.flotante{
    position: static;
    width: 100%;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.head_contenedor_contenido{
    /*max-width: 56%;*/
    margin: 0;
    text-align: left;
    padding: 5px 10px 2px 10px;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #FFF;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: rgba(189, 209, 64, 0.8);
    border-bottom: 4px solid #FFF;
    /*text-transform: uppercase;*/
}
.detalle_seccion{
    margin: 0;
    text-align: left;
    padding: 15px 10px;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.medio_contenedor_contenido
{
    color: #3C3C3B;
    font-size: 1.2em;
    text-align: center;
}
.barra_submenu
{
    margin: 2% auto;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 1% 2%;
    font-size: 1.3em;
    color: #444;
    width: 100%;
    display: none;
}
.barra_submenu a
{
    color: #444;
    margin: 0 1.0em;
}
/*BARRA LATERAL*/
aside.barra_lateral
{
    width: 20%;
    text-align: center;
    background-color: #26A4FC;
}
aside.barra_lateral .head
{
    margin: 0 0 1em 0;
    background-color: #0059A3;
    padding: 0.5em;
    font-size: 2.0em;
    font-weight: normal;
    color: #FFF;
}
aside.barra_lateral a
{
    color: #FFF;
}

/*MENU 2*/
/*SECCION MENU 2*/
/*.menu_2_n1
{  
    margin: 1.0em;
}
.menu_2_n1 ul
{
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
}
.menu_2_n1 li
{
    vertical-align: middle;
    color: #FFF;
    background-color: #666666;
    margin: 0.3em 0;
}
.menu_2_n1 li a
{
    display: block;
    color: #FFF;
    padding: 1.0em;
}
.menu_2_n1 li a:hover, .menu_2_n1 li a:active
{ 
    color: #FFF;
    text-decoration: none;
    cursor:pointer;
    background-color: #8C8C8C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
SUB-SECCION MENU 2
.menu_2_n2
{
    text-align: left;
    color:  #585858;
    background-color: #FCE6E7;
    width: 100%;
    display: none;
}
.menu_2_n2 ul
{
    font-size: 0.857em;
    font-family: 'Open Sans', sans-serif;
}
.menu_2_n2 li
{
    border-top: 1px #CCC solid;
    background-color: #A6A6A6;
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
.menu_2_n2 li a
{
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 0.5em;
}
.menu_2_n2 li a:hover, .menu_2_n2 li a:active
{
    color: #FFF;
    cursor:pointer;
    background-color: #EE6A71;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
/*MENU 3 SUB - SUBSECCIONES*/
.btn_menu_3_n1_responsive
{
    background: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    color: #FF00FF;
    font-size: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2% 6%;
    display: none; 
    margin: 1% 0;
}
.btn_menu_3_n1_responsive:hover
{
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu_3_n1
{  
    
}
.menu_3_n1 li
{
    
}
.menu_3_n1 li a
{
    max-width: 50%;
    margin: 1% 0 0 0;
    text-align: left;
    padding: 0.6% 2% 0.5% 5%;
    font-size: 1.9em;
    font-weight: normal;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(100, 100, 100, 0.5);
    /*text-transform: uppercase;*/
    border-bottom: 4px solid transparent;
    display: block;
}
.menu_3_n1 li:hover
{
    
}
.menu_3_n1 li a:hover, .menu_3_n1 li a:active
{ 
    text-decoration: none;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-bottom: 4px solid #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_3_n1 .separador
{

}
.menu_3_n2
{  
    display: none;
    margin: 1% 0 0 0;
}
.menu_3_n2 li
{
    
}
.menu_3_n2 li a
{
    max-width: 40%;
    margin: 0.5% 0 0 0;
    text-align: left;
    padding: 0.6% 2% 0.5% 6%;
    font-size: 1.25em;
    font-weight: normal;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(150, 150, 150);
    /*text-transform: uppercase;*/
    border-bottom: none;
    display: block;
}
.menu_3_n2 li:hover
{

}
.menu_3_n2 li a:hover, .menu_3_n2 li a:active
{ 
    text-decoration: none;
    background: #BDD140;
    cursor: pointer;
    border-bottom: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_3_n2 .separador
{

}

/*FORMULARIO CONTACTENOS*/
form.contacto{
    display: inline-block;
    padding: 2%;
    width: 46%;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.6);
}
form.registro
{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
form.contacto label, form.registro label, form.log_in label, .log_in label{
    display: block;
    margin: 0 0 1.0em 0;
}

/*form.contacto .titulo_input{
    width: 18%;
    float: left;
}*/
form.registro .titulo_input{
    display: block;
    margin: 2% 0 1% 0;
}

.mapa_contacto
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.fbk_box
{
    width: 308px;
    float: left;
    margin: 10px 5px 10px 0px;
    background-color: #fff;
}
/*LOGOS Y OTROS HEADER*/
.logo_header
{
    margin: 1.25% 1%;
    display: inline-block;
}
.logo_header_2
{
    display: none;
}
.texto_header
{
    display: inline-block;
    margin: 0.5% 1%;
    font-size: 9px;
}
.linea_horizontal{
    width: 150px;
    display: none;
    margin: 2% auto;
    border-top: 1px solid #FFF;
}
.linea_vertical{
    height: 50px;
    display:inline-block;
    margin: 1% 0 0 1.25%; 
    border-left: 1px solid #FFF;
}
/*LOGOS Y OTROS FOOTER*/
.texto_pie
{
    display: inline-block;
    margin: 0.5% 1%;
    padding: 1%;
    vertical-align: middle;
    font-size: 10px;
}
/*.logo_pie
{
    float: left;
    display: block;
    margin: 0.313em 0 0 0;
}*/
.logo_c8
{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.rota_imagen
{
    width: 50%; 
    display: inline-block;
    text-align: center;
    vertical-align: top;
    float: left;
}
.rota_imagen img
{
    
}
/*NOTICIAS*/
article.noticia_corta, article.noticia_larga
{
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 0 1% 0;
}
.fecha_noticia
{
    font-size: 1.3em;
    color: #444;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: #BDD140;
    padding: 0.75% 1.25%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 1% 0;
}
.fecha_noticia .mes
{

}
.fecha_noticia .dia
{

}
.fecha_noticia .año
{
    
}
.titulo_noticia_1, .titulo_noticia_2
{
    width: 94%;
    padding: 0 2% 1% 4%;
    font-size: 2.5em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #FFF;
}
.resumen_noticia_1, .resumen_noticia_2
{
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #DDD;
    padding: 0 0 1% 4%;
    width: 96%;
    display: block;
    font-weight: bold;
}

.textos_noticia_1, .textos_noticia_2 
{
    width: 96%;
    margin: 2%;
    float: none;
    color: #FFF;
}
.textos_noticia_2
{

}
.texto_corrido
{
    font-size: 1.1em;
    padding: 2% 0 1% 4%;
    color: #FFF; 
}
.foto_noticia_1
{
    
}
.foto_noticia_2
{
    float: none;
    width: 40%;
    display: inline-block;
}
.foto_noticia_1 img, .foto_noticia_2 img
{
    width: 100%;
    border: none;
    background: #FFF;
}
/*HOME BOXES*/
.content_boxes
{
    margin: 1% 0 0 0;
}
article.box
{
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    width: 49.5%;
    vertical-align: top;
    margin: 0 0.25%
}
.box_head
{
    width: 96%;
    padding: 1% 2%;
    color: #FFF;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 2em;
    font-weight: normal;
    text-align: left;
    background: #009CB0;
}
.box_contenido
{
    margin: 0 auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.box_contenido img, .box_contenido video
{
    width: 100%;
    border: none;
    padding: 0;
    background: #FFF;
}
.box_texto
{
    text-align: left;
    padding: 4%;
    font-size: 1em;
    color: #FFF;
    background: rgba(0,0,0,0.8)
}
.box_footer{
    width: 92%;
    padding: 2% 4%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
    background: #BDD140;
}

/*VIDEO RESPONSIVE*/
.embed-container {
    position: relative;
    padding-bottom: 68.7%;
    padding-top: 0%;
    height: 0;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.resumen_video, .resumen_flipping{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.descripcion
{
    margin: 8% 2% 2% 1%;
    text-align: center;
    font-size: 1.25em;
}
/*DIRECTORIO*/
section.directorio{
    background-color: #FFF;
    padding: 2%;
    color: #444;
    display: block;
    -moz-box-shadow: 1px 1px 4px #444;
    -webkit-box-shadow: 1px 1px 4px #444;
    box-shadow: 1px 1px 4px #444;
    font-size: 0.75em;
}
.buscador_directorio{
    background-color: #CCC;
    padding: 2% 2% 1% 2%;
    width: 96%;
}
.buscador_directorio label{
    display: inline-block;
    margin: 0 0 1.0em 0;
}
.buscador_directorio .titulo_input{
    text-align: center;
}
.lista_incidencias{
    width: 100%;
    margin: 2% 0 0 0;
}
.dir_incidencia{
    padding: 2%;
    background-color: #CCC;
    width: 43%;
    display: inline-block;
    margin: 0 1% 1% 1%;
}
.dir_incidencia:hover{
    background-color: #BBB;
    cursor: pointer;
}
.foto_incidencia{
    float: left;
    width: 25%;
}
.head_incidencia{
    font-size: 1.1em;
    float: left;
    margin: 1% 2%;
    width: 71%;
}
.ficha_incidencia{
    width: 35%;
    padding: 2%;
    background-color: #F4F2F2;
    float: right;
    margin: 0 0 0 1%;
}
.foto_ficha{
    float: left;
}
.info_ficha{
    font-size: 1em;
    text-align: left;
    float: left;
    margin: 0 5%;
}
/*NETWORKS*/
.networks
{
    margin: 9em 1.5em 0 1.5em;
    float: right;
    display: inline-block;
}
.link_fbk, .link_twt, .link_smk, .link_ytb, .link_pst
{
    width: 25px;
    height: 25px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}
.link_fbk:hover, .link_twt:hover, .link_smk:hover, .link_ytb:hover, .link_pst:hover
{
    cursor: pointer;
    background-position: bottom;
}
.link_fbk
{
    background-image: url(../imagenes/layout/btn_fbk.png);
}
.link_twt
{
    background-image: url(../imagenes/layout/btn_twt.png);
}
.link_smk
{
    background-image: url(../imagenes/layout/btn_smk.png);
}
.link_ytb
{
    background-image: url(../imagenes/layout/btn_ytb.png);
}
.link_pst
{
    background-image: url(../imagenes/layout/btn_pst.png);
}
.banners {
    max-width: 50%;
    margin: 0;
    text-align: left;
    padding: 0.6% 2% 0.5% 5%;
    font-size: 1.9em;
    font-weight: normal;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(100, 100, 100, 0.5);
    border-bottom: 4px solid #FFF;
    text-transform: uppercase;
}
.banners:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.banners a{
    color: #FFF;
}
.banners_head{
    margin: 8% 0 1% 0;
    background: rgb(189, 209, 64); 
    width: 30%; 
    height: 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.fondo_seccion{
   background: url(../imagenes/layout/fondo_contactenos.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


/*===================================================================================*/
/*STANDAR VIEJO*/

/*HEADER*/
/* FORMULARIO */
.form_login
{
    width: 250px;
    float: right;
    margin: 40px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0059A3;
    padding: 10px;
    background: rgba(67, 183, 232, 0.3);
}
.form_login a
{
    color: #0059A3;
}
.form_login a:hover 
{
    text-decoration: underline;
}
.form_login a:active
{
    text-decoration: underline;
}
/*MEDIO - CONTENIDOS DEL SITIO WEB*/
/*COLUMNA IZQUIERDA*/


/*FACEBOOK WIDGET*/
.fbk_box
{
    width: 308px;
    float: left;
    margin: 10px 5px 10px 0px;
    background-color: #fff;
}
/*COLUMNA DERECHA*/
.calendario
{
    width: 160px;
    margin: 5px;
}
.twt_box
{
    width: 160px;
    margin: 10px 5px 10px 5px;
}
.lista_eventos
{
    width: 140px;
    height: 120px;
    background-color: #0059A3;
    color: #FFF;
    padding: 10px;
    margin-left: 5px;
}
.chat
{
    width: 160px;
    height: 170px;
}
/*NOTICIAS HOME*/
.noticia_home
{
    width: 182px;
    height: 105px;
    margin: 5px;
    background-color: #E6E6E6;
    padding: 5px;
}
.foto_noticia_home
{
    width: 50px;
    height: 50px;
    float: left;
}
.texto_noticia_home
{
    width: 117px;
    height: 100px;
    float: left;
    margin-left: 5px;
    padding-top: 5px;
    font-size: 10px;
    color: #333;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
}
.subs_noticias_home
{
    font-weight: bold;
    color: #0059A3;
    font-size: 10px;
}
.pie_acceso
{
    width: 180px;
    height: 17px;
    margin-top: 5px;
    margin-left: 9px;
    margin-right: 9px;
    background-color: #E6E6E6;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    color:#0059A3;
}
.pie_acceso a
{
    color:#0059A3;
}


.ingles, .espanol
{
    display: inline-block;
}
.ingles
{
    width: 35px;
    height: 35px;
    background-image: url(../imagenes/layout/ing.png);
    margin: 0 5px;
}
.ingles:hover
{
    background-position: bottom;
    cursor: pointer;
}
.espanol
{
    width: 35px;
    height: 35px;
    background-image: url(../imagenes/layout/esp.png);
    margin: 0 5px;
}
.espanol:hover
{
    background-position: bottom;
    cursor: pointer;
}
.resumen_oferta
{
    height: auto;
    float: left;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    color: #666;
    font-weight: 430px;
    padding-left: 5px;
}
/*REGISTRO USUARIOS*/
.day_picker
{
    width: 25px;
    height: 20px;
    background-image: url(../imagenes/layout/day_picker.png);
    background-position: top;
}
.day_picker:hover
{
    width: 25px;
    height: 20px;
    background-image: url(../imagenes/layout/day_picker.png);
    background-position: bottom;
    cursor: pointer;
}
/*BANNER NOTICIAS HOME*/
.banner_noticias
{
    width: 420px;
    height: 295px;
    padding-top: 0px;
    float: left;
}
.tag_banner_noticias
{
    width: 400px;
    height: 95px;
    margin-top: 150px;
    background-image: url(../imagenes/layout/tag_banner_noticias.png);
    padding: 10px;
}
.titular_banner
{
    height: auto;
    text-align: right;
    color: #F7B91F;
    font-weight: bold;
    font-size: 18px;
}
.texto_titular_banner
{
    height: 55px;
    margin-top: 5px;
    font-size: 11px;
    color: #FFF;
    text-align: right;
    font-weight: normal;
}
.nav_banner_noticias
{
    height: 12px;
    margin-top: 10px;
    padding-left: 150px;
    padding-right: 150px;
}
.ultimas_noticias
{
    background-color: #0059A3;
    width: 178px;
    height: 305px;
    float: left;
    padding: 5px;
}
.head_ultimas_noticias
{
    height: 23px;
    padding-top: 7px;
    text-align: center;
    color: #FFF;
    background-image: url(../imagenes/layout/head_ultimas_noticias.png);
    font-weight: bold;
    font-size: 12px;
}
.lista_ultimas_noticias
{
    height: 270px;
    background-image: url(../imagenes/layout/ultimas_noticias.png);
    background-repeat: no-repeat;
}
.noticia_lista
{
    height: 50px;
    padding: 5px;
}
.foto_noticia_lista
{
    height: 50px;
    width: 50px;
    float: left;
}
.titulo_noticia_lista
{
    height: 50px;
    width: 110px;
    float: left;
    margin-left: 8px;
    color: #0059A3;
    font-size: 10px;
    line-height: 12px;
    display: block;
}
.titulo_noticia_lista a
{
    color: #0059A3;
}
.titulo_noticia_lista a:hover
{
    text-decoration: underline;
}
.nav_noticia
{
    width: 10px;
    height: 10px;
    background-image:url(../imagenes/layout/nav_noticia.png);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}
.nav_noticia:hover, .nav_noticia:active
{
    width: 10px;
    height: 10px;
    background-image:url(../imagenes/layout/nav_noticia.png);
    background-position: bottom;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    cursor: pointer;
}
/*--------------------------------------*/
/* LISTAS */

.div_lista{
    background-color:  rgba(217, 232, 240, 0.6);
    padding: 8px;
    padding-left: 50px;
    /*height: 60px;*/
    color: #565656;
    font-weight: bold;
}

.div_lista_header{
    background-color:  rgba(215, 215, 215, 0.9);
    padding: 8px;
    color: #565656;
    font-weight: bold;
}

.div_lista_header .imagen{
    width: 20px;
    height: 20px;
    float: left;
}
.div_listaDAD .imagen{
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 5px;
}
.div_lista_header .texto, .div_listaDAD .texto{
    height: 15px;
    padding: 5px 15px 5px 10px;
    float: left;
}

.div_listaDAD{/*Drag and Drop*/

    padding: 8px;
    color: #565656;
    font-weight: bold;
    padding-left: 50px;

    /*-webkit-border-radius: 0px 7px 0px 0px;
    -moz-border-radius: 0px 7px 0px 0px;
    border-radius: 0px 7px 0px 0px;*/
}

.iluminar_fila{

    background-color: rgba(217, 232, 240, 0.5);
    cursor: pointer;
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
}
.subsecciones
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/secciones_15.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.subsecciones:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/secciones_15.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}

.ocultar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ocultar_15.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
ocultar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/publicar_15.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.comentar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/comentar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.comentar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/comentar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}

.editar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 25px;
    cursor: pointer;
    border:0;

}
.editar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}

.eliminar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/eliminar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.eliminar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/eliminar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}
.eliminar_m
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_eliminar_m.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.eliminar_m:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_eliminar_m.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.destacar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/home2.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.destacar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/home.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.noDestacar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/home.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.noDestacar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/home2.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.respuesta_m
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_respuesta.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.respuesta_m:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_respuesta.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.aceptar
{
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../imagenes/layout/aceptar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
aceptar:hover
{
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../imagenes/layout/aceptar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}
.subir_foto
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/subir_foto_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.subir_foto:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/subir_foto_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}
.cortar_foto
{
    width: 16px;
    height: 16px;
    background-image: url(../imagenes/layout/cortar_foto_16.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
/*.cortar_foto:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/cortar_foto_16.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}*/
.contenidos
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/contenidos_15.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.contenidos:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/contenidos_15.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}

.publicar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/publicar_15.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.publicar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ocultar_15.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}



.administar
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    border: none;

}
administar:hover
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-color: transparent;
    background-position: bottom;
    cursor: pointer;
}

.mostrar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ver_mas_15.png);
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.mostrar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ver_mas_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}

.cerrar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ver_menos_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.cerrar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/ver_menos_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}

.administarcontent
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.administarcontent:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/administrar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}

.guardar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/guardar_15.png);
    background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.guardar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/guardar_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border:0;
}
.confirmar
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/aceptar_15.png);
    background-color: transparent;
    float: left;
    cursor: pointer;
    -moz-opacity:0.3;
    -webkit-opacity:0.3;
    -o-opacity:0.3;
    opacity:0.3;
}

.confirmar:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/aceptar_15.png);
    background-color: transparent;
    float: left;
    cursor: pointer;
    -moz-opacity:1;
    -webkit-opacity:1;
    -o-opacity:1;
    opacity:1;
}

.desconfirmar
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/cross-icon.png);
    background-color: transparent;
    float: left;
    cursor: pointer;
    -moz-opacity:0.3;
    -webkit-opacity:0.3;
    -o-opacity:0.3;
    opacity:0.3;
}

.desconfirmar:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/cross-icon.png);
    background-color: transparent;
    float: left;
    cursor: pointer;
    -moz-opacity:1;
    -webkit-opacity:1;
    -o-opacity:1;
    opacity:1;
}
.nuevo_elemento
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/nuevo_15.png);
    background-color: transparent;
    cursor: pointer;
    border: 0;
    margin-top: 5px;
}
.nuevo_elemento:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/nuevo_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}
.elemento_existente
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/elementos_existentes_15.png);
    background-color: transparent;
    cursor: pointer;
    border: 0;
    margin-top: 5px;
}
.elemento_existente:hover
{
    width: 15px;
    height: 15px;
    background-image: url(../imagenes/layout/elementos_existentes_15.png);
    background-position: bottom;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}
/*NEWS SLIDER*/
#container {
    width:420px;
    height: 315px;
    margin:0 auto;
    position:relative;
    z-index:0;
}

#example {
    width:420px;
    height:315px;
    position:relative;
}

#slides {
    position:absolute;
    z-index:100;
}

.slides_container {
    width:420px;
    overflow:hidden;
    position:relative;
    display:none;
}

.slides_container div.slide {
    width:420px;
    height:315px;
    display:block;
}

#slides .next,#slides .prev {
    position:absolute;
    top:107px;
    left:-39px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}

#slides .next {
    left:400px;
}

.pagination {
    margin: 0px;
    padding: 0px;
    position:absolute;
    top:-3px;	
    z-index:500;
    margin-top:301px;
    width:420px;
    margin-left: 200px;


}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(../imagenes/layout/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

.caption {
    z-index:0;
    position:absolute;
    bottom:-35px;
    left:0;
    height:110px;
    margin-bottom: 20px;
    padding:5px 20px 0 20px;
    background-image:url(../imagenes/layout/tag_banner_noticias.png);
    width:470px;
    font-size:1.3em;
    line-height:1.33;
    color:#fff;
    text-shadow:none;
}

.info_sombreado{
    padding: 5px;
    background-color: rgba(217, 232, 240, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;


}

.texto_titular_banner
{
    height: 42px;
    margin-top: 10px;
    font-size: 11px;
    color: #FFF;
    text-align: right;
}
/*CONTENEDORES PEQUEÑOS*/
.cont_peq
{
    width: 250px;
    min-height: 190px;
    background-color: #FFF;
    padding-bottom: 20px;
    background-image: url(../imagenes/layout/pie_cont_peq.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.titulo_cont_peq
{
    height: 30px;
    background-image: url(../imagenes/layout/head_cont_peq.png);
    padding-top: 15px;
    padding-right: 10px;
    font-size: 19px;
    font-weight: bold;
    color: #006798;
    padding-left: 15px;
    margin-bottom: 5px;
    background-color: #BDE4F7;
}
.titulo_destacado
{
    font-weight: bold;
    font-size: 14px;
    color: #DE0024;
    font-style: normal;
    line-height: 22px;
}
.contenido_cont_peq
{
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
}
.marco_img_cont_peq
{
    height: 75px;
    width: 75px;
    background-image: url(../imagenes/layout/marco.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
}
.img_cont_peq
{
    height: 70px;
    width: 70px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.texto_cont_peq
{
    width: 145px;
    float: left;
    margin-left: 10px;
    font-size: 10px;
    color: #333;
}
.subtitulos_cont_peq
{
    font-weight: bold;
    font-size: 12px;
}
.destacado_cont_peq
{
    background-color: #BDE4F7;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    padding: 10px;
    font-size: 12px;
    color: #006798;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.banner_cont_peq
{
    width: 250px;
    height: 50px;
    padding-top: 140px;
}
.tag_banner_2
{
    height: 25px;
    background-image: url(../imagenes/layout/tag_banner.png);
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    color: #FFF;
    width: 240px;
    display: block;
}
.columna_contenedores
{
    float: left;
    width: 250px;
}
.tabla_seccion
{
    width: 568px; 
    color: #006798; 
    font-size: 11px; 
    text-align: center;

}
.tag_banner
{
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color:black;/*ESTE ES EL COLOR DE EL TEXTO DEL BANNER*/
    padding-top: 2px;
    padding-right: 10px;
    width: 160px;
    display: block;
}
.banner_lateral
{
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.caption_banner {
    z-index:500;
    /*height: 95px;*/
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color:black;/*ESTE ES EL COLOR DE EL TEXTO DEL BANNER*/
    padding-top: 5px;
    padding-right: 10px;
    width: 160px;
    display: block;
    position:absolute;
}
/*DIRECTORIO*/
.columna_general .contenido .buscador_directorio td
{
    background-color: transparent;
    border: none;
    text-align: left;
}
.columna_directorio_1
{
    width: 280px;
    min-height: 440px;
    color: #333;
    float: left;
}
.columna_directorio_2
{
    width: 265px;
    min-height: 440px;
    float: left;
    color: #00632E;
}
.buscador_directorio
{
    padding: 20px 50px 20px 50px;
    background-color: #DDD;
}
.resultados_dir
{
    height: 450px;
    width: 280px;
    overflow: auto;
    color: #333;
    font-weight: normal;
}
.resultados_dir td
{
    width: 215px;
    border: 1px solid #CCC;
    text-align: Left;
    padding: 5px;
}
.datos_dir
{
    height: 438px;
    border: 1px solid #CCC;
}
.reporte_dir
{
    height: 337px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #1B3724;
}
.colum_datos_dir_1
{
    width: 250px;
    margin: 30px 15px 10px 15px;
}
/*.colum_datos_dir_2
{
    width: 208px;
    float: left;
    margin-left: 28px;
}*/
.subtitulos
{
    font-size: 14px;
    font-weight: bold;
}
.incidencia
{
    text-align: right;
    margin: 0px;
    display: block;
    width: 278px;
    height: 68px;
    border: 1px solid #CCC;
}
/*.head_incidencia
{
    width: 175px;
    margin: 8px 0px 0px 0px;
    border-bottom: 1px solid #CCC;
    padding: 0px 10px 3px 75px;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-size: 14px;
    color: #00632E;
}*/
.foto_head_incidencia
{
    width: 60px;
    height: 60px;
    font-weight: bold;
    position: absolute;
    color: #FFF;
    left: 5px;
    border: 1px solid #CCC;
    top: -5px;
}
.info_incidencia
{
    width: 175px;
    margin: 1% 0px 1% 75px;
    text-align: left;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}
.head_datos_dir
{
    width: 185px;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #CCC;
    padding: 0px 10px 3px 75px;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-size: 14px;
    color: #00632E;
}
#contador{ 
    height:30px;
    padding-right:25px;
    margin:10px auto 5px auto;
    padding:2px 15px 2px 15px;
    width:60px;
}
.separador_btn_pestanas
{
    width: 1px;
    background-color: #AAA;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
}
/*estilo comentarios agenda*/
.lista_comentario
{
    font-size: 11px;
    margin: 0px 10px 0px 10px;
    /*border-bottom: 1px dotted #DDD;*/
    padding: 10px 0px 10px 0px;
}
.lista_comentario .foto_perfil
{
    width: 50px;
    height: 72px;
    float: left;
}
.lista_comentario .texto_comentario
{
    width: 460px;
    float: left;
    margin-left: 10px;
    font-size: 11px;
    line-height: 14px;
    color: #666;
}
.cajon_comentario
{
    color: #666;
    width:528px;
    border: none;
    padding: 5px;
}
.contenedor_comentarios
{
    width: 98%;
    margin: 1%;
    text-align: center;
}
.enter_comentario
{
    padding: 10px 0px 5px 0px;
    /*border-bottom: 1px solid #89BCCE;*/
    margin: 0px auto;
}
.separador_comentarios
{
    border-bottom: 1px dotted #DDD;
    margin: 1% 2%;
}

.tabla_lista_slide_noticias td
{
    border-bottom: 1px dashed #0059A3;
}

a.no_change_color{
    color: #0059A3;
}
.div_paginador
{
    text-align: center; 
    color: #006798

}
/*VIDEO*/
.video {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    padding-top:3px;
    padding-left:12px;
    text-align:left;

}

/*GALERIA IMAGENES*/
.linea_gris
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.fila_galeria
{
    height: 180px;
    font-size: 11px;
    font-weight: bold;
    color: #006798;
}
.conts_foto_galeria
{
    width: 150px;
    height: 180px;
    float: left;
}
.foto_galeria
{
    width: 150px;
    height: 150px;
}
.paginador
{
    width: 15px;
    height: 10px;
    margin-top: 5px;
    text-decoration: none;
    outline: none;
    cursor:pointer;
}

#cargandoCompleto
{
    display:none; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    z-index:1000; 
    background-color: #666666;
    opacity:0.2;
    filter:alpha(opacity=20);
}
.loadingDiv{

    color: #FFFFFF;
    float: left;
    height: 100px;
    width: 100px;

    position: absolute;
    z-index: 1;
    left: 50%;
    top: 620px;
    margin-left: -50px;


}


.thumbnail{
    position: relative;
    z-index: 0;
}
.thumbnail:hover{
    background-color: transparent;
    z-index: 50;   

}
.thumbnail span{ /*Estilos del borde y texto*/
    position: absolute;
    background-color: #DDDDDD;
    visibility: hidden;
    opacity:0.1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.thumbnail span img{ 
    border-width: 5;
    padding: 2px;
}
.thumbnail:hover span
{ 
    visibility: visible;
    bottom: 20px;
    left: 20px; /*Posicion cuando es mostrada ampliada*/
    opacity:1;
}

.iluminar_fila{

    background-color: rgba(217, 232, 240, 0.5);
    cursor: pointer;
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
}
/*Animations*/
@-moz-keyframes resize {
    0% {
}
25% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.1)
}
50% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.3);		
}
75% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.5);
}
100% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.7);
}
}
@-webkit-keyframes resize {
    0% {
}
25% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.1)
}
50% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.3);		
}
75% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.5);
}
100% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.7);
}
}
@-o-keyframes resize {
    0% {
}
25% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.1)
}
50% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.3);		
}
75% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.5);
}
100% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.7);
}
}
@keyframes resize {
    0% {
}
25% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.1)
}
50% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.3);		
}
75% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.5);
}
100% {
    color: #DE0024;
    border-radius: 2px;
    background-color:rgba(247, 185, 0, 0.7);
}
}

.centrado_content
{
    display: none;
    position: absolute;
    min-width:470px;
    width:auto;
    height:auto;
    z-index: 1;
    left: 50%;
    top: 550px;
    margin-left: -241px;
    overflow: inherit;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px;
    background-color : rgba(172, 188, 204, 0.8);
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
}

.centrado_message
{
    position: absolute;
    width:420px;
    height:260px;
    z-index: 1;
    left: 50%;
    top: 440px;
    margin-left: -220px;
    overflow: auto;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px;
    background-color : rgba(172, 188, 204, 0.8);
    padding: 7px;

}

.centrado_addEquipos
{
    position: absolute;
    width:420px;
    height:auto;
    z-index: 1;
    left: 50%;
    top: 505px;
    margin-left: -220px;
    overflow: inherit;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px;
    background-color : rgba(172, 188, 204, 0.8);
    padding: 7px;

}
/* E Q U I P O S */

.cont_grupos
{
    width: 510px;
    margin-top: 10px;
}
.grupo
{
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}
.head_grupo
{
    width: 495px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: bold;
    color: #006798;
    padding-left: 15px;
    padding-top: 15px;
}
.info_grupo
{
    width: 480px;
    min-height: 235px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 15px;
}

.div_agregar_nuevo{

    background-color:  rgba(217, 232, 240, 0.6);
    padding: 8px;
    height: 15px;
    color:#006798;
    font-weight: bold;
}
.div_bar_admin
{
    margin: 1%;
}
.div_imagen
{
    margin: 5px auto 5px auto;
    width: 200px;
}

.testimonios_video
{
    width: 280px;
    min-height: 300px;
    float: left;
    background-color: rgba(217, 232, 240, 0.6);;
}

.cont_video
{
    width: 250px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.separador_videos
{
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: dashed;
    border-bottom-color: #1B3724;
    border-bottom-width: 1px;
}

.video_1
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.dato_video
{
    height: 10px;
    margin-top: 10px;
    text-align: center;
    width: 200px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tabla_vista_admin
{
    width: 570px; 
    color: #006798; 
    text-align: center;
    font-size: 11px;
}
.tabla_vista_formulario
{
    width: 570px; 
    color: #006798; 
    text-align: left;
    font-size: 11px;
}
.separador_equipos{
    height: 10px; 
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0059A3;
}
.titulo_equipo{
    width: 570px; 
    color: #006798; 
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
.subtitulo_equipo{
    width: 570px; 
    color: #006798; 
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0059A3;
}

.team, .team:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_equipo.png);
    background-position: top;
    margin-right: 5px;
    margin-left: 5px;
    border:0;
}
.team:hover
{
    background-position: bottom;
    cursor: pointer;
}
.team_aceptar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_aceptar_integrante.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_aceptar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_aceptar_integrante.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_activar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_activar.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_activar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_activar.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_administar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_administrar.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_administar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_administrar.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_agregarme
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/team_agregarme.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_agregarme:hover
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/team_agregarme.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_desactivar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_desactivar.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_desactivar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_desactivar.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_eliminar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_eliminar_integrante.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_eliminar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_eliminar_integrante.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_retirarme
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/team_retirarme.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;

}
.team_retirarme:hover
{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../imagenes/layout/team_retirarme.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.team_integrantes
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_ver_jugadores.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.team_integrantes:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/team_ver_jugadores.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
/* LIGHTBOX*/
.lightbox_content
{
    display: none;
    position: absolute;
    /*    width:auto;
        height:auto;*/
    z-index: 100;
    left: 50%;
    top: 50%;
    overflow: inherit;
    -webkit-border-radius : 10px;
    -moz-border-radius : 10px;
    -o-border-radius : 10px;
    border-radius : 10px;
    background-color : #444;

    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: move;
}
.lightbox_titulo
{
    padding: 4px;
    height: auto;
    /*color: #FFF;*/
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}
.lightbox_titulo_texto
{
    float: left; 
    text-align: left;
    margin-right: 20px;
    font-size: 16px;
}
.lightbox_titulo_cerrar
{
    float: right; 
    text-align: right;
}
.lightbox_icono_cerrar{
    cursor: pointer;
    background-image: url(../imagenes/layout/icon_cerrar_lbx.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}


#lightbox_fondo
{
    display:none; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    z-index:50; 
    background-image: url(../imagenes/layout/fondo_lightbox.png);
}


/*
    Slide Banners
*/
.slider_small .navegador
{
    width: 34px;
    margin: 0px auto 0px auto;
    z-index: 99;
}
.slider_small .atras, .slider_small .adelante
{
    width: 12px;
    height: 20px;
    float: left;
    background-image: url(../imagenes/layout/atras_adelante_small.png);
}
.slider_small .atras
{
    background-position: left top;
}
.slider_small .adelante
{
    background-position: right top;
}
.slider_small .atras:hover
{
    background-position: left bottom;
    cursor: pointer;
}
.slider_small .adelante:hover
{
    background-position: right bottom;
    cursor: pointer;
}

.div_like_zoom{
    /*background-color: #FFF;*/
    width:550px;
    height: 30px;
    padding-top: 15px;
    margin-left: 10px;
}

.activar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_inactivar.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.activar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_activar.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}

.inactivar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_activar.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.inactivar:hover
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/icono_inactivar.png);
    background-position: bottom;
    cursor: pointer;
    border:0;
}
.tablaPermisos{
    width:100%;
}
.btn_agregar_producto{
    background-image: url(../imagenes/layout/Add.png);
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}

.aviso {
    width: 350px;
    height: 200px;
    background-color: #CCC;
}

.aviso * {
    /*    font-family: 'Oswald', sans-serif;*/
    font-size: 15px;
    font-weight: bold;
}

.aviso .cajon_txt_prompt {
    text-align: center;
    width: 80px;
    position: absolute;
    bottom: 50px;
    left: 150px;
}

.pays, .pays:hover {
    display: block;
    width: 50px;
    height: 30px;
    background-image: url(../imagenes/layout/btn_financiero.png);
    background-position: top;
    float: left;
}
.pays:hover {
    background-position: bottom;
    cursor: pointer;
}
.deportes, .deportes:hover {
    display: block;
    width: 50px;
    height: 30px;
    background-image: url(../imagenes/layout/btn_deportes.png);
    background-position: top;
    float: left;
}
.deportes:hover {
    background-position: bottom;
    cursor: pointer;
}
.fechas, .fechas:hover {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/fechas_50.png);
    background-position: top;
    margin: 0px auto;
    /*    float: left;*/
}
.fechas:hover {
    background-position: bottom;
    cursor: pointer;
}
.rondas, .rondas:hover{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/rondas_50.png);
    background-position: top;
    margin: 0px auto;
    border:0;
}
.rondas:hover
{
    background-position: bottom;
    cursor: pointer;
}
.partidos_50, .partidos_50:hover{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/partidos_50.png);
    background-position: top;
    margin: 0px auto;
    border:0;

}
.partidos_50:hover
{
    background-position: bottom;
    cursor: pointer;
}
.canchas, .canchas:hover{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/canchas_50.png);
    background-position: top;
    margin: 0px auto;
    border:0;

}
.canchas:hover
{
    background-position: bottom;
    cursor: pointer;
}
.partidos, .partidos:hover{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/partidos_15.png);
    margin-right: 5px;
    margin-left: 5px;
    border:0;

}
.partidos:hover
{
    background-position: bottom;
    cursor: pointer;
}
.ranking, .ranking:hover{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/ranking_50.png);
    background-position: top;
    margin: 0px auto;
    border:0;
}
.ranking:hover
{
    background-position: bottom;
    cursor: pointer;
}
.rondas_15, .ingresar_jugador_15, .rank_15, .award_15, .sub_rank_15
{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    border:0; 
}
.rondas_15
{
    background-image: url(../imagenes/layout/rondas_15.png);
}
.ingresar_jugador_15
{
    background-image: url(../imagenes/layout/ingresar_15.png);
}
.rank_15
{
    background-image: url(../imagenes/layout/ranking_15.png);
}
.award_15
{
    background-image: url(../imagenes/layout/award_15.png);
}
.sub_rank_15
{
    background-image: url(../imagenes/layout/ranking_15.png);
}
.rondas_15:hover, .ingresar_jugador_15:hover, .rank_15:hover, .award_15:hover, .subrank_15:hover
{
    background-position: bottom;
    cursor: pointer;
}
.head_admin_1
{
    color:#FFF;
    background-color: rgba(0,89,163,0.8);
    padding: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
}
.head_admin_2
{
    color:#FFF;
    background-color: rgba(0,89,163,0.5);
    padding: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin: 0px 0px 5px 0px;
}

.results{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../imagenes/layout/resultados_50.png);
    background-position: top;
    margin: 0px auto;
    border:0;
}
.results:hover
{
    background-position: bottom;
    cursor: pointer;
}

.premiar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/medalla_15.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.premiar:hover
{
    background-image: url(../imagenes/layout/medalla_15.png);
    background-position: bottom;
    border:0;
}
.nopremiar
{
    width: 15px;
    height: 15px;
    float: left;
    background-image: url(../imagenes/layout/medalla_15_inactivo.png);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
}
.nopremiar:hover
{
    background-image: url(../imagenes/layout/medalla_15_inactivo.png);
    background-position: bottom;
    border:0;
}
/*PERFIL CARNET*/
.profile_1
{
    width: 470px;
    height: 215px;
    margin: 15px auto;
    padding: 20px 15px 15px 15px;
    background-image: url(../imagenes/layout/profile_1.png);
    color: #0059A3;
    line-height: 15px;
    border: 1px solid #CCC;
}
/*MINI SLIDER*/
.slider_mini
{
    width: 400px;
    /*    height: 50px;*/
    margin: 10px 15px;
}
.slider_mini a
{
    color: #0059A3;
}
.slider_mini a:hover
{
    text-decoration: underline;
}
.slider_mini .atras,  .slider_mini .adelante
{
    background-image: url(../imagenes/layout/atras_adelante_peq.png);
    width: 20px;
    height: 20px;
    float: left;
}
.slider_mini .atras
{
    background-position: top left;
    margin: 15px 10px 15px 0px;
}
.slider_mini .adelante
{
    background-position: top right;
    margin: 15px 0px 15px 10px;
}
.slider_mini .atras:hover
{
    background-position: bottom left;
    cursor: pointer;
}
.slider_mini .adelante:hover{
    background-position: bottom right;
    cursor: pointer;
}
.slider_mini .nav_slider{
    width: 340px;
    min-height: 50px;
    float: left;
}
.slider_mini .incidencia_mini{
    width: 60px;
    /*    height: 15px;*/
    float: left;
    text-align: center;
    font-weight: bold;
    background-image: url(../imagenes/layout/incidencia_carpeta.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 35px 5px 0px 5px;
}
.slider_mini .incidencia_mini:hover{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    cursor: pointer;
}
/*COMPLEMENTO MEDALLERO (AL DAR CLICK AL BOTON MAS)*/
.participante_individual{
    margin: 5px;
    width: 150px;
    float: left;
}



/*===============================================================*/

/*MODULO ADMINISTRADOR*/
@font-face{
    font-family: 'din-boldregular';
    src: url('../fonts/din/dinb____-webfont.eot');
    src: url('../fonts/din/dinb____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din/dinb____-webfont.woff') format('woff'),
         url('../fonts/din/dinb____-webfont.ttf') format('truetype'),
         url('../fonts/din/dinb____-webfont.svg#din-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'din-regularregular';
    src: url('../fonts/din/dinr____-webfont.eot');
    src: url('../fonts/din/dinr____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din/dinr____-webfont.woff') format('woff'),
         url('../fonts/din/dinr____-webfont.ttf') format('truetype'),
         url('../fonts/din/dinr____-webfont.svg#din-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
section.admin{
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
    color: #555;
    padding: 0.625em;
    text-align: center;
}
section.admin a{
    color: #555;
}
section.admin .head_contenedor_contenido{
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    box-shadow: none;
    padding: 0.313em 0.625em;
    background-color: #A9A9A9;
    color: #FFF;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}
section.admin .barra_submenu
{
    margin: 0 0.769em;
    padding: 0.250em 0;
    font-size: 1em;
    background-color: #EEE;
    border-bottom: 1px solid #A9A9A9;
    color: #555;
    width: 100%;
    display: block;
}
section.admin .barra_submenu a
{
    color: #555;
    text-decoration: none;
}
section.admin .barra_submenu a:hover
{
    color: #AAA;
    text-decoration: underline;
}
section.admin .medio_contenedor_contenido
{
    font-size: 1em;
    color: #444;
}
section.admin table{
    text-align: center;
    margin: 0 auto;
}
section.admin input[type=text], section.admin input[type=password]{ 
    display: block;
    font-size: 1.1em;
    padding: 2% 3%;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    height: 0.938em;
    font-family: 'Open Sans', sans-serif;
    background: #F6F6F6;
    float: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    border-radius: 5px 5px 5px 5px;
}
section.admin textarea{
    display: block;
    font-size: 1.1em;
    padding: 2% 3%;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    float: none;
    background: #F6F6F6;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    border-radius: 5px 5px 5px 5px;
}
section.admin select{
    display: block;
    font-size: 1.1em;
    padding: 2% 3%;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    background: #F6F6F6;
    float: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    border-radius: 5px 5px 5px 5px;
}
section.admin .submit_btn, section.admin .submit_btn:hover, section.admin .submit_btn:disabled{
    width: 5.750em;
    height: 2.5em;
    color: #FFF;
    border: none;
    font-size: 1em;
    font-family: 'din-boldregular';
    border-radius: 5px 5px 5px 5px;
}
section.admin .submit_btn{
    background-color: #AAA;
}
section.admin .submit_btn:hover{
    background-color: #555;
    cursor: pointer;
}
section.admin .submit_btn_dis{
    background-color: #DDD;  
}

/*Tabs para los contenidos de la seccion*/
.tabsSection .ui-tabs{
    position:static;
    padding:0;
}
.tabsSection .ui-tabs .ui-tabs-panel{
    padding:0;
}
.tabsSection .ui-widget-content{
    border:none;
    background:none;
}
.tabsSection .ui-widget-header{
    background:none;
    border:none;
}
.tabsSection .ui-tabs-vertical .ui-tabs-nav { 
    padding: 0 5px 5px 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tabsSection .ui-tabs-vertical .ui-tabs-nav li{
    margin: 1px 0;
    background:rgb(150,150,150);
    text-align: left;
/*    padding: 0.6% 2% 0.5% 6%;
    font-size: 1.25em;*/
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    background:rgb(150,150,150);
    clear: left; 
    width: 98%;
    padding: 1%;
    border-bottom-width: 1px !important; 
    border-right-width: 0 !important; 
}
.tabsSection .ui-tabs-vertical .ui-tabs-nav li:hover{
    background: #BDD140;
    cursor: pointer;
    border-bottom: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabsSection .ui-tabs-vertical .ui-tabs-nav li a{
    color: #FFF;
    margin-left: 10%;
    display:block; 
    width: inherit;
    text-align: left;
    width: 90%
}
.tabsSection .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:none;
    border: 0;
    border-radius: 0;
}
.tabsSection .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0;
    text-decoration: none;
}
.tabsSection .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    background: #BDD140;
}
.tabsSection .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
    padding-bottom: 0; 
    padding-right: .1em; 
    border-right-width: 1px; 
    border-right-width: 1px; 
    margin: 1px 0;
}

.tabsSection .ui-state-active{
    background-color: #BDD140 !important;
    margin: 1px, 0;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Large screens ----------- */
@media only screen and (max-width: 1380px){
    
    
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1224px){
    
    section.principal{
        width: 90%;
    }
    h3{
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 940px){
    
    .descripcion_menu{
        display: none;
    }
    .main_img{
        margin: 0 auto 5% auto;
    }
    .menu_3_n1{
        margin: 1% 0 0 0;
    }
    .menu_3_n1 li a {
        margin: 0.5% 0 0 0;
        padding: 1% 2% 0.5% 5%;
        font-size: 1em;
        border-bottom: none;
    }
    .menu_3_n1 li a:hover {
        border-bottom: none;
        background: rgba(100, 100, 100, 0.9);
    }
}

/* iPads (landscape) ----------- */
@media only screen and (max-width: 768px){
    
    section.principal{
        width: 100%;
    }
    header{
        width: 96%;
        text-align: center;
        padding: 2%;
    }
    .linea_horizontal{
        display: block;
    }
    .linea_vertical{
        display: none;
    }
    .texto_header{
        margin: 1%;
    }
    .networks{
        float: none;
        margin: 2% auto;
    }
    .btn_menu_1_n1_responsive{
        display: block;
        margin: 0 0 1% 0;
    }
    .menu_1_n1{  
        text-align: center;
        width: 100%;
        display: none;
        margin: 0 0 2% 0;
        background: #D9F0F3;
        padding: 0;
    }
    .menu_1_n1 li{
        padding: 0 !important;
        display: block;
        border-top: none;
        margin: 0;
        display: block;
        text-shadow: none;
        background: transparent;       
    }
    .menu_1_n1 li:hover{
        background: none;
    }
    .menu_1_n1 li a{
        color: #009CB1;
        text-decoration: none;
        display: block;
        padding: 0.75em;
        background: transparent;
        border-bottom: 1px solid #80CED8;
    }
    .menu_1_n1 li a:hover, .menu_1_n1 li a:active{ 
        color: #FFF;
        cursor:pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-shadow: none;
        background: #80CED8;
        border-bottom: 1px solid #FFF;
    }
    /*SUB-SECCIÓN MENU*/
    .menu_1_n2{
        text-align: center;
        width: 100%;
        display: none;
        position: static;
        font-size: 1em;
        margin: 0;
        background: transparent;
        padding: 0;
        border: none;
    }
    .menu_1_n2 li{
        padding: 0 !important;
        display: block;
        border-top: none;
        margin: 0;
        display: block;
        text-shadow: none;
        background: #FFF;
        border-bottom: none;
    }
    .menu_1_n2 li a{
        color: #444;
        text-decoration: none;
        display: block;
        padding: 3%;
        background: #EFEFEF;
        border-bottom: 1px solid #DDD;
        width: 94%;
        margin: 0;        
    }
    .menu_1_n2 li a:hover, .menu_1_n2 li a:active{
        color: #444;
        cursor:pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-shadow: none;
        background: #DEDEDE;
        border-bottom: 1px solid #FFF;
    }
    .btn_menu_3_n1_responsive{
        display: block;
    }
    .menu_3_n1{
        display: none;
    }
    section.medio{
        width: 96%;
        padding: 1%;
    }
    .head_contenedor_contenido{
        font-size: 2.5em;
        margin: 0;
    }
    article.box{
        width: 100%;
        margin: 0 0 2% 0;
    }
    .box_contenido{
        width: 100%;
    }
    .box_contenido img, .box_contenido video {
        width: 100%;
        padding: 0;
    }
    .flotante{
        width: 100%!important;
        position: static;
        padding: 0;
    }
    .rota_imagen{
        margin: 0% auto;
        width: 100%!important;
    }
    .tabsSection .ui-widget-content {
        width: 100%!important;
    }
    .tabsSection .ui-tabs-vertical .ui-tabs-nav { 
        padding: 0 0 5px 0;
    }
    .fecha_noticia{
        padding: 1% 1.5%;
        margin: 0 auto 2% auto;
    }
    .titulo_noticia_1, .titulo_noticia_2{
        font-size: 2.5em;
        text-align: center;
    }
    .resumen_noticia_1{
        width: 100%;
        padding: 0 0 3% 0;
    }
    .foto_noticia_1{
        display: none;
    }
    .resumen_noticia_2{
        width: 100%;
        padding: 3% 0 1% 0;
    }
    .texto_corrido{
        font-size: 1.1em;
        padding: 4% 0;
        margin-bottom: 3%;
    }
    .foto_noticia_2{
        float: none;
        width: 94%;
        text-align: center;
        margin: 2% 3%;
    }
    .descripcion{
        margin: 6% 2% 2% 1%;
    }
    footer{
        padding: 3% 0.5%;
    }
    .texto_pie{
        padding: 2%;
        text-align: center;
    }
    .logo_c8{
        margin: 0%;
    }
    textarea, input[type=text], input[type=password], select{
        padding: 3%;
        width: 94%;
    }
    .ui-tabs-vertical .ui-tabs-nav li{
        width: 96%;
        padding: 2%;
    }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){

    .texto_header{
        margin: 3%;
    }
    .contenedor_contenido{
        background-image: none;
        margin: 3% 0 0 0;
    }
    .btn_menu_1_n1_responsive{
        
    }
    .detalle_seccion{
        font-size: 12px;
    }
    article.noticia_corta, article.noticia_larga{
        width: 100%;
        margin: 4% 0;
    }
    .foto_noticia_2{
        margin: 0% 3% 2% 3%;
    }
    .resumen_video, .resumen_flipping{
        width: 100%;
    }
    .mapa_contacto{
        width: 98%;
        float: none;
        margin: 2% auto;
        display: block;
    }
    form.contacto{
        float: none;
        width: 90%;
        margin: 2% auto 0 auto;
        padding: 5% 3%;
    }  
    footer{
        width: 96%;
        padding: 2%;
        margin: 2% auto 1% auto;
    }
}
/* Smartphones (portrait)----------- */
@media only screen and (max-width: 321px) {

    section.medio{
        width: 96%;
    }  
    .menu_1_n1 li{
        display: block;
        margin: 0 1%;
        width: 98%;
    }
    .resumen_noticia_1{
        text-align: center;
    }
    .resumen_noticia_2{
        font-size: 1.35em;
    }
    .texto_corrido{
        margin-bottom: 5%;
    }
    .descripcion{
        margin: 2% 2% 2% 1%;
    }
    .mapa_contacto{
        margin: 3% auto 0 auto;
    }
    form.contacto label, form.registro label, form.log_in label, .log_in label{
        display: block;
        margin: 0 0 5% 0;
    }
    textarea, input[type=text], input[type=password], select{
        padding: 4%;
        width: 92%;
    }
    .botones{    
        margin: 2% 0 0 0;
    }
}
