﻿body {
    color: #333;
    background-color: #fff;
    background-color: #1e2325;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}


/* Header */

.Header {
    position: relative;
    background-image: url('../images1/HeaderAlex.jpg');
    background-position: 50% top;
    background-repeat: repeat-x;
    float: left;
    height: 205px;
    width: 100%;
    top: 0px;
    left: 0px;
}

#header {
    background-image: url('../images1/Logo.png');
    background-position: left;
    background-repeat: no-repeat;
    width: 1270px;
    height: 143px;
    margin: 0 auto;
    display: block;
    color: #ffffff;
}

.currently-loading {
    -moz-opacity: 0.45;
    background-image: url('../images1/alex2.jpg');
    background-repeat: no-repeat;
    float: left;
    height: 190px;
    width: 937px;
    z-index: 10;
    margin-left: 1px;
    left: 494px;
}

#header h1, #header p {
    margin: 0;
}

#header h1 {
    float: left;
    padding: 34px 0 0 0;
}

#header h2, #header p {
    margin-left: 10px;
}

#header h2 {
    float: left;
    padding: 58px 0 0 0;
    height: auto;
    width: 213px;
    font-size: 14pt;
}

    #header h2 a {
        color: #cd0007;
    }

#header p {
    float: right;
    padding: 42px 0 0 0;
    font-size: 1.8em;
}

#header a {
    text-decoration: none;
    color: #ffffff;
}

/* Menu */

#menu {
    width: 1270px;
    height: 40px;
    margin: 0px auto 0px auto;
    text-transform: uppercase;
    font-size: 11pt;
}

    #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
        height: 40px;
        width: 1270px;
    }

    #menu li {
        display: inline;
        margin: 0;
        padding: 0;
    }

        #menu li:hover {
            text-decoration: underline;
        }

    #menu a {
        /* float: left;     width: 156px;     height: 25px;     padding: 8px 0 0 0;     text-decoration: none;     text-align: center;     color: #000000;     letter-spacing: -1px;     font-size: 1.2em;     font-weight: bold; */
        height: 25px;
        padding: 8px 13px 5px 13px;
        display: block;
        color: #FFFFFF;
        float: left;
        font-weight: bold;
        text-decoration: none;
    }

        #menu a:hover {
            text-decoration: underline;
        }

    #menu .active a {
        text-decoration: underline;
        border: none;
    }


/***************** MENU *******************/
.menuHeader {
    position: relative;
    float: right;
    height: 35px;
    width: 700px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 11pt;
}

.social-top {
    float: right;
    margin: 10px 10px 0px 0px;
    width: 94px;
}

    .social-top img {
        margin-left: 7px;
    }

.menuHeader ul {
    float: left;
    line-height: 35px;
}

    .menuHeader ul li {
        display: inline;
    }

        .menuHeader ul li a {
            border-top: solid 3px #327fa9;
            color: #FFFFFF;
            float: left;
            font-weight: bold;
            text-decoration: none;
            padding: 0px 9px;
            -ms-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .menuHeader ul li a:hover, .menuHeader ul li#active a {
                border-top: solid 3px #FFF;
                background: #333333;
                color: #cccccc;
                font-weight: bold;
            }


#menu1 {
    width: 1270px;
    height: 30px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12pt;
}

#desplegable {
    position: relative;
    color: #ffffff;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 100%;
    font-weight: bold;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#divMarquee {
    padding: 0;
    position: relative;
    background-color: #ff0000;
    width: 1270px;
    margin: 0 auto;
    display: block;
    line-height: 25px;
}

    #divMarquee #Ultimo {
        position: relative;
        /*background-color: #cc0000;*/
        width: 130px;
        line-height: 25px;
        display: inline-block;
        padding: 0px 8px 0px 5px;
        top: -3px;
        margin: 0px;
        margin-bottom: -3px;
        border-radius: 0px 15px 15px 0px;
        -moz-border-radius: 0px 15px 15px 0px;
        -webkit-border-radius: 0px 15px 15px 0px;
    }

#ma {
    display: inline-block;
    position: relative;
    width: 1030px;
    line-height: 25px;
}

#divMarquee a {
    color: #ffffff !important;
}


#BACK {
    width: 982px;
    height: AUTO;
    margin: 0 auto;
    background: #ffffff;
    clear: both;
}

#menu1 ul {
    line-height: 20px;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}

#menu1 li {
    display: inline;
    float: right;
}

#menu1 a {
    padding-right: 5px;
    padding-left: 20px;
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: 1em;
    font-weight: bold;
    color: #F8F8FF;
}

/* Redes */

.Redes {
    float: right;
    position: relative;
    text-align: right;
    width: 100%;
    height: 48px;
}

    .Redes img {
        position: relative;
        width: 48px;
        height: 48px;
        padding-right: 2px;
    }

/* Efectos */

.fade {
    opacity: 1;
    filter: alpha(opacity=10);
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .fade:hover {
        opacity: 0.7;
        filter: alpha(opacity=7);
        -ms-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }


/* Search */

#search {
    float: right;
    position: relative;
    text-align: right;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}

    #search table {
        float: right;
        position: relative;
        width: auto;
    }

#searchform {
    padding: 20px;
}

#search #s {
    width: 120px;
}


/* Buscar */

.buscar {
    border-radius: 5px;
    border-color: #0c62e3;
    height: 26px;
    position: relative;
    top: -1px;
    width: 180px;
}

.btnbuscar {
    background: url(../images1/buscar.png) no-repeat left BOTTOM;
    margin-top: 0px;
}




/* MIS CUSTOMS */

#MasVistas a {
    padding: 4px 3px;
}

.bgBlanco {
    background-color: #fff;
}

.rowEspaciado {
    padding-top: 3px;
}

.Clear {
    clear: both;
}

.ClearRight {
    clear: right;
}

.ClearLeft {
    clear: left;
}

.Float-Right {
    float: right;
}

.Float-Left {
    float: left;
}

.Relative{
    position: relative;
}

a:link {
    color: #0b67c5;
    font-weight: bold;
    text-decoration: none;
}

a, a:before, a:after {
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

    a, a:before, a:after {
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

#PopularPosts1 a:hover {
    color: #111;
}

.divTituloSecciones{
    font-family: 'Francois One', Arial;
    font-size: 15pt; 
}

/** CONTENIDO DE NOTICIAS PRINCIPAL **/

.divNoticiaNormal {
    height: 220px;
}

.divNoticiaGrande {
    height: 280px;
}

.divNoticiaNormal img {
    position: relative;
    width: 100%;
    max-height: 160px;
}

.divNoticiaGrande img {
    position: relative;
    width: 100%;
    max-height: 220px;
}

@media (min-width: 520px) and (max-width: 765px) {

    .divNoticiaGrande img {
        max-height: none !important;
    }

    .divNoticiaNormal img {
        max-height: none !important;
    }

    .divNoticiaNormal {
        height: auto;
    }

    .divNoticiaGrande {
        height: auto;
    }
}

.divPaddingNoticia {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/**TITLULOS DE NOTICIAS SECUNDARIAS*/

.TituloNoticas
{
    color: #000000;
    font-weight: bold;
    border-top: solid 3px #d2d2d2;
    border-bottom: dotted 3px #d2d2d2; /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135; */
    font-family: 'Francois One', Arial;
    font-size: 25pt;
    line-height: 100%;
    padding: 5px 15px;
}

.TituloMantenimiento
{
    color: #000000;
    font-weight: bold;
    border-top: solid 3px #d2d2d2;
    border-bottom: dotted 3px #d2d2d2; /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135; */
    font-size: 18pt;
    line-height: 100%;
    padding: 5px 5px;
}

.divContenido
{
    word-wrap: break-word;
    margin-top: 10px;
    padding-bottom: 11.5px;
    margin: 0 auto;
    background-color: #fcfeff;
    position: relative;
    overflow: visible;
    height: auto;
    left: 0px;
    top: 0px;
    font-size: 100%;
    font-family: Arial;
    font-size: 12pt;
    line-height: 200%;
}


/** CALENDARIO DE CUMPLEANIOS */

.icon
{
  float: left;
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 5px;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #000000;
  line-height: 100%;
}

.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #327fa9;
  border-bottom: 1px dashed #72c4f1;
  box-shadow: 0 2px 0 #327fa9;
}

.icon strong a
{
  color: #fff;
}

.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #327fa9;
}

.icon em a
{
  color: #327fa9;
}

.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.icon span a
{
  color: #2f2f2f;
}

.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}



/************************ BOOTSTRAP AJUSTES***************/

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.navbar {
    margin-bottom: 0;
    min-height: 35px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.thumbnail {
    margin-bottom: 15px;
}

    .thumbnail .caption {
        padding: 3px;
        min-height: 50px;
    }

@media  (min-width: 200px) and (max-width: 768px) {
    .thumbnail .caption {
        padding: 3px;
        min-height: 0;
        font-size: 12pt;
    }
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3;
}


/** CAROUSEL PRINCIPAL*/
.carousel-caption {
    background: #000 none repeat scroll 0 0;
    bottom: 0px;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
}

.carousel-caption h4 {
    color: #fff;
    font-size: 12pt;
}

.carousel-caption h4 a{
    color: #fff;
    padding: 3px 5px;
    width: 100%;
}

.carousel-indicators {
    top: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
