/*STANDAR NUEVO*/
/*FONTS UTILIZADAS
font-family: Georgia, Times, "Times New Roman", serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'din-boldregular'; Para el ADMIN
font-family: 'Open Sans', sans-serif; Para el ADMIN
*/

/*STANDAR NUEVO*/
html { 
    background:  url(../imagenes/layout/fondo_pag.gif);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right top;
    background-attachment: fixed;
}
* {
    margin: 0;
    padding: 0;
}
*:focus {  
    outline: none;  
}
/* TAGS GENERALES*/
body {
    font-size: 1em;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}
a {
    color: #13A538;
    text-decoration: none;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
    cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFF;
}
h1, h2, h3 {
    font-size: 5em;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
}
h2 {
    font-size: 4em;
}
h3 {
    font-size: 3.5em;
    font-style: italic;
}
h4, h5 {
    font-size: 3em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}
h5 {
    font-size: 2.5em;
    text-shadow: none;
}
h6 {
    font-size: 2em;
    font-weight: normal;
}
p {
    margin: 0;
    padding: 0;
    font-size: 1.15em;
}
table
{
    border-collapse:collapse;
}
ul, li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p
{
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
}
.ver_mas
{
    font-weight: bold;
    color: #13A538;
}
.ver_mas:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.ver_mas a
{
    color: #FFF;
}
.separador_x
{
    width: 10px;
    height: 10px;
    float: left;
}
.separador_y
{
    width: 10px;
    height: 10px;
}
/*HERRAMIENTAS*/
.tools{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.btn_home, .btn_admin, .btn_login{
    width: 25px;
    height: 25px;
    margin: 0 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: center;
    font-size: 0.625em;
    margin: 1% auto;
    width: 80%;
}
section.medio
{
    text-align: center;
    margin: 0.5% auto;
    width: 80%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #676767;
}
footer
{
    text-align: center;
    font-size: 13px;
    color: #FFF;
    margin: 10px auto;
    width: 80%;
}
/*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;
    text-shadow: 2px 2px 2px #444;
}
/*MENU*/
/*SECCI�N*/
.menu_1_n1
{  
    margin: 1% auto 0 auto;
    display: block;
    font-size: 1.25em;
    font-family: Georgia, Times, "Times New Roman", serif;
    z-index: 2;
}
.menu_1_n1 li
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0.25em 0 0 0;
    color: #676767;
    font-style: italic;
}
.menu_1_n1 li a
{
    display: block;
    color: #676767;
    padding: 0.5em 1.25em;
}
.menu_1_n1 li:hover
{
}
.menu_1_n1 li a:hover, .menu_1_n1 li a:active
{ 
    color: #FFF;
    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: rgba(170, 216, 26, 0.6);
}
.menu_1_n1 li:hover span{
}
.menu_1_n1 .separador
{
    display: inline-block;
    height: 20px;
    border-left: 1px solid #CCC;
    background: #FFF;
    width: 2px;
    vertical-align: middle;
}
/*SUB-SECCI�N MENU*/
.menu_1_n2
{
    text-align: center;
    width: 150%;
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 1em;
    left: 0;
    margin: 0;
    background: #FFF;
    padding: 5% 0;
    border: 1px solid #CCC;
    box-shadow: 1px 2px 3px #444;
}
.menu_1_n2 li
{
    padding: 0 !important;
    display: block;
    border-top: none;
    margin: 0;
    display: block;
    text-shadow: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #CCC;
}
.menu_1_n2 li a
{
    color: #676767;
    text-decoration: none;
    display: block;
    padding: 0.5em;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.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: #CCC;
    box-shadow: none;
}
/*MENU RESPONSIVE*/
.btn_menu_1_n1_responsive
{
    background: #AAD81A;
    color: #FFF;
    font-size: 2.5em;
    text-shadow: 2px 2px 1px #676767;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2%;
    display: none; 
    margin: 3% 0 0.5% 0;
    width: 96%;
    display: none;
    border-radius: 10px;
    box-shadow: 2px 2px 0px #444;
}
.btn_menu_1_n1_responsive:hover{
    text-decoration: none;
    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;
    background: #676767;
}
.btn_menu_1_n1_responsive a:hover{ 
}
.btn_menu_1_n1_responsive:hover span{
}

/*IMAGEN Y VIDEO FLEXIBLE*/
img, video
{
    max-width: 100%;
    border: none; 
}
img a
{  
    border: none;  
}

/*INPUTS*/
textarea, input[type=text], input[type=password]
{
    background-color: #FFF;
    border: none;
    color: #444;
    font-size: 1.0em;
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover, select:hover
{
    background: #FFF899;
    -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: 1px 1px 0px rgb(255, 255, 255);
}
textarea {
    margin: 0 0 0.625em 0;
    font-size: 1.0em;
    padding: 10px;
    width: 90%;
    border: none;
}
input[type=checkbox], input[type=radio]{
    margin: 2px 10px 5px 10px;
    vertical-align: middle;
}
.captcha
{
    margin: 1.0em;
}
select
{
    background-color: #EEE;
    border: none;
    color: #444;
    font-size: 1.0em;
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 94.5%;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.botones
{    
    margin: 2% 0 3% 0;
}
.submit_btn {
    cursor: pointer;
    font-size: 1.25em;
    color: #13A538;
    padding: 5px 15px 4px 15px;
    border-radius: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFF;
    display: inline-block;
    text-shadow: none;
    font-weight: bold;
    border: none;
}
.submit_btn:hover, .submit_btn:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    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: #13A538;
    text-decoration: none;
    color: #FFF;
}
.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;
    background: transparent;
}
.contenedor_contenido
{
    
}
.head_contenedor_contenido
{
    margin: 0;
    text-align: center;
    padding: 0 2% 0.5% 2%;
    font-size: 4em;
    font-weight: normal;
    color: #575756;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-shadow: 2px 2px 3px #CCC;
    box-shadow: 0 2px 0 #FFF;
    font-style: italic;
    border-bottom: 1px solid #CCC;
}
.detalle_seccion{
    margin: 2% auto 0 2%;
    text-align: center;
    padding: 2% 6%;
    font-size: 1.6em;
    font-weight: normal;
    font-style: italic;
    color: #666;
    font-family: Georgia, Times, "Times New Roman", serif;
    background: url(../imagenes/layout/comillas_1.png) no-repeat left top, url(../imagenes/layout/comillas_2.png) no-repeat right bottom, #FFF;
    border-radius: 10px;
    text-shadow: 2px 2px 0px #DDD;
    box-shadow: 2px 2px 0px #444;
    position: relative;
    width: 30%;
    float: right;
}
.medio_contenedor_contenido
{
    margin: 1.5% 0 0 0;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    background: #AAD81A;
    border-radius: 10px;
    padding: 3% 5% 2% 5%;
    box-shadow: 2px 2px 0px #444;
}
.barra_submenu
{
    margin: 2% auto;
    text-align: center;
    padding: 1% 2%;
    font-size: 1em;
    color: #444;
    width: 80%;
    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*/
/*SECCIÃ“N 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-SECCIÃ“N 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: Georgia, Times, "Times New Roman", serif;
    text-shadow: 1px 1px 0 #CCC;
    box-shadow: 2px 2px 6px #333;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2% 6%;
    box-shadow: 1px 1px 4px #444;
    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
{  
    margin: 1% auto 0 auto;
    display: block;
    font-size: 1.5em;
    text-shadow: 1px 1px 0 #CCC;
    font-family: Georgia, Times, "Times New Roman", serif;
}
.menu_3_n1 li
{
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    position: relative;
}
.menu_3_n1 li a
{
    display: block;
    color: #FF00FF;
    padding: 3%;
    box-shadow: 1px 1px 0 #CCC;
    background: rgba(255, 255, 255, 0.5);
}
.menu_3_n1 li a:hover, .menu_3_n1 li a:active
{ 
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    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;
}
.menu_3_n1 .separador
{
    display: inline-block;
    width: 0.25em;
}

/*FORMULARIO CONTACTENOS*/
form.contacto{
    display: block;
    padding: 1%;
    margin: 0 0 0 0%;
    float: left;
    width: 43%;
}
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
{
    background: #FFF;
    padding: 1%;
    width: 48%;
    -moz-box-shadow: 1px 1px 4px #444;
    -webkit-box-shadow: 1px 1px 4px #444;
    box-shadow: 1px 1px 4px #444;
    float: left;
    margin: 0 5% 0 0;
    border-radius: 10px;
}
.fbk_box
{
    width: 308px;
    float: left;
    margin: 10px 5px 10px 0px;
    background-color: #fff;
}
/*LOGOS Y OTROS HEADER*/
.logo_header
{
    margin: 0;
    float: left;
    display: block;
}
.logo_header_2
{
    display: none;
}
/*LOGOS Y OTROS FOOTER*/
.texto_pie
{
    display: block;
    padding: 8px 10px 6px 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}
/*.logo_pie
{
    float: left;
    display: block;
    margin: 0.313em 0 0 0;
}*/
.logo_c8
{
    display: inline-block;
    margin: 0.5% auto;
}
.rota_imagen
{
    width: 70%;
    margin: 0 auto 8% auto;
    text-align: center;
}
.rota_imagen img
{
    margin: 0 auto;
}
/*NOTICIAS*/
article.noticia_corta, article.noticia_larga
{
    text-align: left;
    display: block;
    width: 100%;
    margin: 0% auto 1% auto;
    text-shadow: none;
    box-shadow: 0 1px 0 #FFF;
    border-bottom: 1px solid #BBB;
    padding: 1% 0;
    color: #333;
}
article.noticia_corta
{
    
}
article.noticia_larga
{
    
}
.textos_noticia_2 img{
    width: 96%;
    border: none;
    padding: 1%;
    background: #FFF;
    border-radius: 300px;
}
.fecha_noticia
{
    font-size: 1.5em;
    color: #13A538;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    width: 50%;
    font-weight: bold;
    margin: 0;
    font-style: italic;
}
.fecha_noticia .mes
{

}
.fecha_noticia .dia
{

}
.fecha_noticia .ano
{
    
}
.titulo_noticia_1, .titulo_noticia_2
{
    width: 100%;
    padding: 0 0 1% 0;
    font-size: 4em;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}
.resumen_noticia_1, .resumen_noticia_2
{
    font-size: 1.5em;
    font-style: italic;
    color: #FFF;
    padding: 0;
    width: 100%;
}

.textos_noticia_1, .textos_noticia_2 
{
    margin: 0;
    width: 100%;
    float: left;
    font-size: 1.13em;
}
.textos_noticia_2
{
    width: 56%;
    margin: 0 0 0 4%;
}
.texto_corrido
{
    font-size: 1em;
    padding: 5% 0 1% 0;
}
.foto_noticia_1
{
    float: left;
    width: 20%;
    padding: 2% 2% 2% 0;
}
.foto_noticia_2
{
    float: left;
    width: 40%
}
.foto_noticia_1 img, .foto_noticia_2 img
{
    width: 96%;
    border: none;
    padding: 2%;
    background: #FFF;
    border-radius: 300px;
}
/*HOME BOXES*/
.content_boxes
{

}
article.box
{
    display: inline-block;
    width: 32%;
    margin: 0 0.5%;
    vertical-align: top;
    color: #333;
}
.box_head
{
    padding: 2% 5%;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.75em;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}
.box_contenido
{
    margin: 0 auto;
    margin: 2% 4% 2% 4%;
}
.box_contenido img, .box_contenido video
{
    width: 65%;
    border: none;
    padding: 3%;
    background: #FFF;
    border-radius: 300px;
}
.box_contenido video
{
    border-radius: 10px;
}
.box_texto
{
    padding: 0;
    text-align: left;
    margin: 4% 6%;
    font-size: 1.3em;
    text-align: center;
}
.box_texto a
{
    color: #FFF;
}
.box_texto a:hover
{
    color: #13A538;
    text-decoration: none;
}

/*VIDEO RESPONSIVE*/
.embed-container {
    position: relative;
    padding-bottom: 42%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    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: 96%;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
}
.resumen_video, .resumen_flipping{
    font-style: italic;
}
.descripcion
{
    margin: 1% 2%;
    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%;
}      



/*===================================================================================*/
/*STANDAR VIEJO*/

/*HEADER*/
/* FORMULARIO */
.form_login
{
    width: 250px;
    float: right;
    margin: 40px 0 0 0;
    font-family: 'Open Sans', 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*/
/*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;
}
.btn_form_medio
{
    width: 110px;
    height: 25px;
    margin-top: 5px;
    background-color: transparent;
    background-image: url(../imagenes/btn_form_medio.png);
    background-position: top;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #FFF;
}
.btn_form_medio:hover
{
    width: 110px;
    height: 25px;
    background-color: transparent;
    background-image: url(../imagenes/btn_form_medio.png);
    background-position: bottom;
    border: none;
    cursor: pointer;
}
.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: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    padding-top:3px;
    padding-left:12px;
    text-align:left;

}

/*GALER�?A IM�?GENES*/
.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: 'Open Sans', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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 BOTÓN M�?S)*/
.participante_individual{
    margin: 5px;
    width: 150px;
    float: left;
}



/*===============================================================*/

/*M�DULO 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;
    padding: 0.250em 0;
    font-size: 1em;
    background-color: #EEE;
    border-bottom: 1px solid #A9A9A9;
    color: #555;
    display: block;
    width: 100%;
}
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: 12px;
    padding: 10px;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    height: 0.938em;
    font-family: 'Open Sans', sans-serif;
    background-color: #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;
}
section.admin textarea{
    display: block;
    font-size: 12px;
    padding: 10px;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    float: none;
    background-color: #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;
}
section.admin select{
    display: block;
    font-size: 12px;
    padding: 10px;
    margin: 3% auto 4% auto;
    width: 90%;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    background-color: #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;
}
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';
    padding: 5px 15px 4px 15px;
}
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;  
}



/* ==========================================================================
   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){
    
    .menu_1_n1{
        float: none;
        display: block;
    }
    h3{
        font-size: 2.5em;
    }
    .contenedor_contenido, aside.barra_lateral{
        padding: 4.5% 0 2% 0;
    }
}
@media only screen and (max-width: 940px){
    
    .descripcion_menu{
        display: none;
    }
    .main_img{
        margin: 0 auto 5% auto;
    }
    .mapa_contacto{
        width: 90%;
        float: none;
        margin: 2% auto;
        padding: 3%;
        background: #FFF;
        box-shadow: 2px 2px 6px #888;
    }
    form.contacto{
        float: none;
        width: 90%;
        margin: 2% auto 0 auto;
        padding: 5% 3% 2% 3%;
    }  
    article.box{
        width: 36%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (max-width: 768px){
    
    section.principal{
       width: 90%;
       margin: 2% auto 1% auto;
    }
    .logo_header{
        float: none;
        margin: 0 auto;
    }
    .detalle_seccion{
        float: none;
        margin: 4% auto 0 auto;
        width: 80%;
        padding: 4% 10%;
    }
    header{
        width: 100%;
    }
    .networks{
        float: none;
        margin: 5% auto;
    }
    .btn_menu_1_n1_responsive{
        display: block;
    }
    .menu_1_n1{  
        text-align: center;
        width: 99.25%;
        display: none;
        margin: 1% 0 0 0;
        background: #FFF;
        padding: 1% 0;
        border-radius: 10px;
        font-size: 1.25em;
        border: 1px solid #CCC;
        box-shadow: 2px 2px 0px #444;
    }
    .menu_1_n1 li{
        padding: 0 !important;
        display: block;
        border-top: none;
        margin: 0;
        display: block;
        text-shadow: none;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid #CCC;             
    }
    .menu_1_n1 li:hover{
        
    }
    .menu_1_n1 li a{
        color: #676767;
        text-decoration: none;
        display: block;
        padding: 0.75em;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }
    .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: #CCC;
        box-shadow: none;
    }
    .menu_1_n1 .separador{
        display: none;
    }
    /*SUB-SECCI�N MENU*/
    .menu_1_n2{
        text-align: center;
        width: 100%;
        display: none;
        position: static;
        font-size: 0.85em;
        margin: 0;
        background: #EEE;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        z-index: 1000;
    }
    .menu_1_n2 li{
        padding: 0 !important;
        display: block;
        border-top: none;
        margin: 0;
        display: block;
        text-shadow: none;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid #DDD;
    }
    .menu_1_n2 li a{
        text-decoration: none;
        display: block;
        padding: 3%;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        width: 94%;
        margin: 0;  
    }
    .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: #CCC;
        box-shadow: none;
    }
    .btn_menu_3_n1_responsive{
        display: block;
    }
    .menu_3_n1{
        display: none;
    }
    section.medio{
        width: 100%;
    }
    .contenedor_contenido{
       padding: 2% 0;
       border-radius: 0;
    }
    .head_contenedor_contenido{
        text-align: center;
    }
    .rota_imagen{
        margin: 0% auto 5% auto;
    }
    article.box{
        min-width: 48%;
    }
    article.noticia_corta, article.noticia_larga{
        width: 94%;
    }
    .textos_noticia_1, .textos_noticia_2{
        margin: 3% 3% 0 3%;
        width: 94%;
    }
    .fecha_noticia{
        padding: 0 8%;
        margin: 0 auto 1% auto;
        text-align: center;
    }
    .titulo_noticia_1, .titulo_noticia_2{
        font-size: 2.5em;
        text-align: center;
    }
    .resumen_noticia_1{
        width: 100%;
        padding: 0 0 1.5% 0;
    }
    .foto_noticia_1{
        display: none;
    }
    .resumen_noticia_2{
        width: 100%;
        padding: 3% 0 1% 0;
    }
    .texto_corrido{
        font-size: 1.1em;
        padding: 2% 0;
    }
    .foto_noticia_2{
        float: none;
        width: 80%;
        text-align: center;
        margin: 2% auto;
    }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed{
        height: 92%;
    }
    .descripcion{
        margin: 6% 2% 2% 1%;
    }
    textarea, input[type=text], input[type=password], select{
        padding: 3%;
        width: 94%;
    }
    footer{
        width: 100%;
    }
    .logo_c8{
        margin: 4%;
    }
    .tools{
        margin: 0 0 2% 0;
    }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){

    .contenedor_contenido{
        background-image: none;
        margin: 4% 0.5% 0 0.5%;
    }
    .detalle_seccion{
        width: 60%;
        padding: 4% 20%;
    }
    .rota_imagen{
        margin: 0% auto;
    }
    .btn_menu_1_n1_responsive{
        margin: 5% 0 2% 0;
    }
    article.box{
        min-width: 80%;
        margin-bottom: 8%;
    }
}
/* Smartphones (portrait)----------- */
@media only screen and (max-width: 321px) {


    .menu_1_n1 li{
        display: block;
        margin: 0 1% 1.5% 1%;
        width: 98%;
    }
    article.box{
        width: 98%;
    } 
    article.noticia_corta, article.noticia_larga{
        padding: 2% 2% 3% 2%;
        margin-bottom: 5%;
    }
    .resumen_noticia_1{
        text-align: center;
    }
    .resumen_noticia_2{
        font-size: 1.35em;
    }
    .descripcion{
        margin: 2% 2% 2% 1%;
    }
    .mapa_contacto{
        margin: 3% auto;
        padding: 4%;
        background: #FFF;
        box-shadow: 2px 2px 6px #888;
    }
    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 3% 0;
    }
}
