/* 
    Document   : estilos
    Created on : 8/03/2015, 05:07:30 PM
    Author     : jmruiz
    Description:
        Purpose of the stylesheet follows.
*/
@import url(https://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

*{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.35pt;
	padding:0px;
	margin:0px;
	/*font-size:13px;*/
	/*font-weight:400;*/
}

root { 
    display: block;
}

html{
     position: relative;
  min-height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 1px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-image: url("img/body-bg.png");
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
/*  background-color: #f5f5f5;*/
  background-color: #e3ca3b;
  z-index: 9998;
}


.text-muted {
  margin: 20px 0;
  color:white;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


#eventos
{
    width: 100%;
    overflow: auto;
}

.titev
{
    border-bottom: 1px solid #777;
    font-weight:  900;
    font-size: 15px;
    color:  #1a8bb9;
}

.fecheve
{
    display: block;
    text-align: right;
    font-weight: 600;
}

.nomev
{
    font-style:  italic;
    display: block;
    font-weight: 400;
}

.mkslider
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(img/slidemark.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
    margin: 2px;
}

.mkslider_act
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(img/slidemark.png);
    background-repeat: no-repeat;
    background-position:-12px 0px;
    margin: 2px;
}

.mkslider_sig
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(img/flechas.png);
    background-repeat: no-repeat;
    background-position:-24px 0px;
    margin: 2px;    
}

.mkslider_ant
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(img/flechas.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
    margin: 2px;    
}

.indexsumb
{
    color:#000000;
}

.idxsmnu
{
    /*padding: 5px 5px 5px 5px;*/
    position: fixed;
}

.ctscroled
{
    display: block;
    position: relative;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}

.slide-init
{
   display: block;
   width: 100%;
   overflow: hidden;
}

.idxeven
{
    padding-top: 20px;
    min-height: 500px;
}

.divimg2
{
    alignment-adjust:  central;
    position: relative;
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    /*margin: 5px;*/
    height: 120px;
    overflow: hidden;
    /*border: 5px solid white;*/
    background-color: whitesmoke;
    border: 5px solid #1a8bb9;
    
}

.recimg
{
position: absolute;
z-index: 1;
width: 100%;
}

.labelimg2
{
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    /*background-color: gray;*/
    background-image: url(img/f4-t.png);
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

#emergente
{
    /*background-image: url(img/background_encab.png);*/
    position: fixed;
    height: 100%;
    width: 100%;
    /*background-color: #0044aa;*/
    z-index: 10000;
    top: 0px;
    left: 0px;
    visibility: hidden;
    /*background-color: black;*/
    overflow: auto;
    background-color: lightgray;
}

.archivogal
{
margin-left: auto;
margin-right: auto;
}

.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after
 {	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.left-caret:after
{	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img 
{
      width: 70%;
      margin: auto;
}

.barrasupp
{
    position: fixed;
    background-image: url("img/body-bg.png");
    width: 100%;
    display: block;
    /*height: 132px;*/
    z-index: 9999;
}

.logo
{
    position: relative;
    display: block;
    float: left;
}

.socs, .copi
{
    padding-top: 5px;
    position: relative;
    display: block;
    float: right;
}

.cuerpo
{
    /*margin-top: 150px;*/
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
  z-index: 2;
  color: #000000;
  background-color: #e3ca3b;
  border-top-color: #e3ca3b;
  border-right-color: #e3ca3b;
  border-bottom-color: #e3ca3b;
  border-left-color: #e3ca3b;
}

/*Personalizando la barra del menu*/
.navbar-default
{
    background-color: #2c3e50;
    border-color: #FFFFFF;
    color:#FFFFFF
}
.navbar-default .navbar-brand
{
    color:#FFFFFF;
}

.navbar-default .navbar-brand:hover, .navbar-brand .navbar-brand:focus
{
    color:#18bc9c;
    background-color: transparent;
}

.navbar-default .navbar-nav > li >a
{
    color:#FFFFFF;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
{
    color:#ffffff;
    background-color: #1a242f;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus
{
color:#18bc9c;
background-color: transparent;
} 

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    background-color: #1a242f;
    color:#ffffff;
}

.btn-primary
{
    background-color: #2C3E50;
    border-color: #2C3E50;
    color:#FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary
{
    color:#FFFFFF;
    background-color: #1E2A36;
    border-color: #161F29;
}

.btn-success
{
    background-color: #18bc9c;
    border-color: #18bc9c;
    color:#FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success
{
    color:#FFFFFF;
    background-color: #13987e;
    border-color: #13987e;
}

.btn-default
{
    background-color: #95A5A5;
    border-color: #95A5A5;
    color:#FFFFFF;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default
{
    color:#FFFFFF;
    background-color: #7F9293;
    border-color: #7F9293;
}

.liga
{
    color:#7F9293;
    text-decoration: none;
}

.liga:hover
{
    color:#7F9293;
    text-decoration: none;
}


#myModal
{
    z-index: 10001;
}

.letra-open-Sans
{
    font-family: 'Open Sans', sans-serif !important;
}

.letra-courgette
{
    font-family: 'Courgette', cursive !important;

}

.texto h1,.texto  h2,.texto  h3,.texto  h4,.texto  h5,.texto  h6
{
    font-family: 'Courgette', cursive !important;
    color: #005fcc;
    text-shadow: 1px 1px 0px #1a242f;
      /*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);*/
}

.texto
{
    font-size: 1.2em;
    color:#000000;
}

.texto  a
{
    font-size: 1em;
    color:#f0ad4e;
    text-decoration: none;
}
.texto img
{
    padding-left: 5px;
    padding-right: 5px;
}

.texto ul, .texto ol
{
    padding: 0px 0px 0px 0px;
}

.sombra-azul
{
    text-shadow: 1px 1px 0px #1a242f;
}
.sombra-negra
{
    text-shadow: 1px 1px 0px #000000;
}
.sombra-blanca
{
    text-shadow: 1px 1px 0px #FFFFFF;
}

/*{*/
.texto .table-azul
{
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.texto .table-azul > tbody > td
{
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
}


.texto .table-azul > thead > tr > td > p, .texto .table-azul > thead > tr > th > p
{
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.texto .table-azul > thead > tr > td, .texto .table-azul > thead > tr > th
{
    color:#FFFFFF;
    background-color:#1a8bb9;
    text-align: center;
    vertical-align:middle;
    border:1px solid #FFFFFF;
    font-weight: bold;
    font-size: 0.7em;
}

.texto .table-azul > tbody
{
    background-color: #e1edf7;
}
.texto .table-azul > tbody > tr:nth-child(even)
{
    border:1px solid #FFFFFF;
    font-size: 0.7em;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #e1edf7;
}
.texto .table-azul > tbody > tr:nth-child(odd)
{
    border:1px solid #FFFFFF;
    font-size: 0.7em;
    padding-left: 3px;
    padding-right: 3px;
    background-color:#ffffff;
}
/*
}
{*/
.texto .table-pagina
{
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.texto .table-pagina > tbody > td
{
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
}


.texto .table-pagina > thead > tr > td > p, .texto .table-pagina > thead > tr > th > p
{
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.texto .table-pagina > thead > tr > td, .texto .table-pagina > thead > tr > th
{
    color:#FFFFFF;
    background-color:#2c3e50;
    text-align: center;
    vertical-align:middle;
    border:1px solid #FFFFFF;
    font-weight: bold;
    font-size: 0.7em;
}

.texto .table-pagina > tbody
{
    background-color: #FFFFFF;
}

.texto .table-pagina > tbody > tr:nth-child(even)
{
    border:1px solid #FFFFFF;
    font-size: 0.7em;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #e3e3e3;
}
.texto .table-pagina > tbody > tr:nth-child(odd)
{
    border:1px solid #FFFFFF;
    font-size: 0.7em;
    padding-left: 3px;
    padding-right: 3px;
    background-color:#ffffff;
}
/*}*/