@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "kenyan";
    src: url(kenyan_coffee_rg.eot);
}

@font-face {
    font-family: "kenyan";
    src: url(kenyan_coffee_rg.ttf) format("truetype");
}

body {
    margin: 0px;
    /*background-color: #1E1E1E;*/
    background-image: url(../imagenes/bg.jpg);
    background-attachment: fixed;
    background-position: top center;
    font-family: Dosis, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

a:link {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #900;
}

.contcabeza {
    height: auto;
    width: 100%;
    background-color: #fff;
    /*background-image: url(../imagenes/bg_header.jpg);*/
}

.contmenu {
    width: 100%;
    height: 40px;
    background: rgb(204, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 49%, rgba(204, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(204, 0, 0, 1)), color-stop(49%, rgba(255, 99, 99, 1)), color-stop(100%, rgba(204, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 49%, rgba(204, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 49%, rgba(204, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 49%, rgba(204, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(204, 0, 0, 1) 0%, rgba(255, 99, 99, 1) 49%, rgba(204, 0, 0, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000', GradientType=1);
    /* IE6-9 */
}

.menu {
    width: 980px;
    height: 40px;
    color: #FFF;
    margin-right: auto;
    margin-left: auto;
}

.menu ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 1px;
}

.menu ul li {
    list-style-type: none;
    float: left;
    text-align: center;
}

.menu ul li a {
    letter-spacing: 0px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    height: 29px;
    width: 107px;
    padding-top: 5px;
    display: block;
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    transition: all 1s ease 0s;
    text-transform: uppercase;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #900;
}

.menu ul li a:hover {
    /*border-bottom:2px solid #fff;border-top:2px solid #fff;*/
    color: #FFF;
    height: 29px;
    bbackground: #a50002;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a50002 0%, #cc0000 90%, #ffffff 93%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a50002), color-stop(90%, #cc0000), color-stop(93%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a50002 0%, #cc0000 90%, #ffffff 93%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a50002 0%, #cc0000 90%, #ffffff 93%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a50002 0%, #cc0000 90%, #ffffff 93%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a50002 0%, #cc0000 90%, #ffffff 93%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a50002', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    height: 33px;
}

.menu ul li ul {
    display: none;
    margin: -12px -20px;
    padding: 10px 0;
    position: absolute;
}

.menu ul li:hover ul {
    display: block;
}

.menu ul li {
    list-style-type: none;
}

.menu ul li ul li {
    display: block;
    float: none;
    /*el menu se desplieaga hrizontalmente*/
    padding: 0 20px;
}

.menu ul li ul li a {
    font-weight: bold;
    background-color: #C00;
    text-decoration: none;
    display: block;
    position: relative;
    width: 120px;
    height: 29px;
    padding-top: 10px;
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    text-transform: uppercase;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #900;
    z-index: 100;
}

.menu ul li ul li a:hover {
    color: #FFF;
    height: 29px;
    background-color: #990000;
}

.cabeza {
    height: 237px;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.anim {
    /*height: 150px;*/
    width: 980px;
    position: absolute;
}

.logo {
    height: 56px;
    width: 450px;
    float: left;
}

.menu2 {
    width: 195px;
    color: #FFF;
    margin-left: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.menu2 ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 1px;
}

.menu2 li {
    list-style-type: none;
}

.menu2 li a {
    text-decoration: none;
    display: block !important;
    position: relative;
    width: 150px !important;
    height: 35px;
    width: 172px;
    padding-top: 5px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #990000;
    display: block;
    color: #333;
    font-family: "kenyan", Arial, Helvetica, sans-serif;
    font-size: 20px;
    transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    /* Firefox 4 */
    -webkit-transition: background 0.3s, color 0.3s;
    /* Safari and Chrome */
    -o-transition: background 0.3s, color 0.3s;
    background-color: #F90;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #900;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.menu2 li a:hover {
    color: #666;
    background-color: #CCCCCC;
}

.slider {
    width: 100%;
    /*margin-right: 20px;*/
    float: right;
    margin-top: 5px;
}

.contenedor {
    width: 980px;
    /*background-color: rgba(000,000,000,0.65);*/
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.cuerpo {
    text-align: justify;
    width: 940px;
    padding: 20px;
    clear: both;
}

.cuerpo2 {
    background-color: rgba(000, 000, 000, 0.8);
    font-size: 17px;
    width: 956px;
    padding: 12px;
    float: right;
    box-shadow: 0 0 30px 1px #333;
    border-radius: 10px;
    margin: 0 0 5px 0;
    text-align: justify;
}

.img {
    width: 280px;
    margin: 2px 15px;
    /*height: 168px;*/
}

.form {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    margin: -5px 0;
    font-weight: lighter;
    color: #Fff;
    font-family: "kenyan", Arial, Helvetica, sans-serif;
    font-size: 50px;
    background-color: rgba(255, 0, 0, 0.5);
    /*padding-left: 15px;*/
    padding: 5px 15px;
    border-right: 25px solid #f00;
    border-radius: 10px 0 0 10px;
}

.pie {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 300px;
    clear: both;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #006081;
}

.colpie {
    width: 245px;
    float: left;
    line-height: 1.5;
    height: 300px;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
}

.colpie h1 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.colpie li {
    list-style-type: square;
}

.colpie li a {
    color: #FC0;
    text-decoration: none;
}

.colpie li a:hover {
    color: #FFF;
}

.colpie span {
    color: #ffc107;
}

.colpie span.correo {
    color: #ff7043;
}

.izq {
    backgroun-color: #f00;
    width: 300px;
    height: auto;
    float: left;
    padding-top: 10px;
}

.der {
    backgroun-color: #aaa;
    width: 619px;
    height: auto;
    float: left;
    padding: 10px;
    border-left: 1px solid #f00;
    margin-bottom: 10px;
}

.imgt {
    width: 172px;
    margin: 1px 5px;
    /*border: ;*/
}

.columna1 {
    margin: 5px;
    width: 207px;
    height: 180px;
    background-color: #fff;
    float: left;
    padding: 8px;
    border: 3px solid #333;
    color: #000;
}

.news {
    margin: 5px;
    height: 330px;
    width: 225px;
    background-color: #fff;
    float: left;
    border: 1px solid #666;
}

.newsf {
    margin: 5px 25px;
    /*height:330px;*/
    width: 425px;
    background-color: #fff;
    float: left;
    border: 1px solid #666;
}

.titulo4 {
    float: left;
    margin-left: 5px;
    width: 96%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.parrafo4 {
    font-size: 12px;
    margin-top: 65px;
    padding: 5px;
    height: 230px;
    color: #000;
}

.pie2 {
    margin: 0 auto;
    width: 980px;
    height: auto;
}

.ss {
    float: left;
    width: 50%;
    height: 45px;
    ;
}

.ss a>img {
    transition: all 1s ease 0s;
}

.ss a>img:hover {
    width: 130%;
    position: relative;
}


/*
img:hover{width:300px;height:211px;;position:relative;}*/

img.imgt:hover {
    border: 1px solid #ffffff;
    transition: all 3s ease 0s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    width: 250px;
    position: relative;
    box-shadow: 0 0 20px #000;
}

h4 {
    color: #fff;
    font-size: 22px;
}

h3 {
    color: #333;
    font-size: 17px;
}

.leermas {
    margin-left: 10px;
}

.leermas a {
    color: #F00;
    font-size: 10px;
    text-decoration: none;
}

.leermas a:hover {
    color: #aaa;
}