/* 
    Document   : style
    Created on : 11-03-2014, 10:08:01 AM
    Author     : Fdo Alfaro
    Description:
        Purpose of the stylesheet follows.
*/

body{
    margin:0;
    padding:0;
    font-family: 'Monda', sans-serif, arial;
    color: #777 !important;
}
.img-fondo
{
    background-image: url(../images/text-1.jpg); 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center; 
    
}

.transparencia_osc
{
    background-color: rgba(0,0,0,0.5);
}

.transparencia 
{
    background-color: rgba(255,255,255,0.8);
}

/***********************************************************************************
************************* Clases Genericos *****************************************/
.encap_auto
{
    width: auto;
}
.linea_generica
{
    width: 100%;
}
.posic_der
{
    float: right;
}

.posic_izq
{
    float: left;
}
.text_subcabec
{
    text-align: center;
}

.text_subcabec_izq
{
    text-align: left;
    padding-left: 20px;
    
}

.border_bottom
{
    border-bottom: solid 1px #777 !important;
}

.border_top
{
    border-top: solid 1px #ccc !important;
}

.letra_blanca
{
    color: #fff;
}

.letra_celeste
{
    color: #66B4C0;
}

.letra-azul
{
    color: #3D4166 !important;
}

.letra-rojizo
{
    color: #E13E20 !important;
}

.letra-gris
{
    color: #c7c1c1;
}

.letra_naranja
{
    color: #E5941E !important;
}

.letra-verde
{
    color: #00C500 !important;
}

.letra-amarilla
{
    color: #E5DF29 !important;
}

.letra-rosad
{
    color: #CE0538 !important;
}

.letra_portada 
{
    display: inline-block;
    margin: 0 0 28px 0;
    padding: 10px 10px 12px 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 54px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.margin_top_50px
{
    margin-top: 50px;
}

.margin_top_90px
{
    margin-top: 90px;
}

.margen_der_10px
{
    margin-right: 10px;
}

.margen_der_20px
{
    margin-right: 20px;
}

.margen_izq_20px
{
    margin-left: 20px;
}

.margentop_10px
{
    margin-top: 10px;
}

.margentop_30px
{
    margin-top: 30px;
}
.margentop_70px
{
    margin-top: 70px;
}

.margentop_120px
{
    margin-top: 120px;
}

.margentop_180px
{
    margin-top: 180px;
}

.marginbottom_20px
{
    margin-bottom: 20px !important;
}

.marginbottom_100px
{
    margin-bottom: 100px !important;
}

.marginbottom_70px
{
    margin-bottom: 70px !important;
}

.marginbottom_150px
{
    margin-bottom: 150px !important;
}

.padding-10px
{
    padding: 10px;
}

.padding-5px
{
    padding: 5px;
}

.margen_0
{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.letra_25px
{
    font-size: 25px;
}

.sombra_letra
{
    text-shadow: 3px 3px 5px #000;
}

.sobreponer
{
    z-index: 99999;
}

.link_otro
{
    color: #015dcc;
    border: none;
}

.link_otro:hover
{
    color: #ffa903;
    text-decoration: none !important;
    font-weight: bold;
}

.font-size30px
{
    font-size: 30px;
}

/***********************************************************************************
************************* Colores *****************************************/

.color_gris
{
    background-color: #232122;
}

.color_blanco
{
    background-color: #fff;
}

.color_azul_osc
{
    background-color: #1C2126;
}

.title-background3 {
color: #F9F9F9;
background: #02A05B;
}

.letra_50px
{
    font-size: 50px;
}

.color_celeste
{
    background-color: #025ece;
}
.negrita
{
    font-weight: bold;
}



/***********************************************************************************
************************* Clases movimiento *****************************************/


.move
{
    margin:0px;
    width:100%;
    float:left;
}
.move ul
{
    list-style:none;
    margin:20px 0px 0px 550px;
}

.portad_move ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.portad_move ul li a{
    display:block;
    color:#f0f0f0;
}
.portad_move ul li a:hover{
    text-decoration:none;
    color:#fff;
}


.trabaj_move ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.trabaj_move ul li a{
    display:block;
    color:#f0f0f0;
}
.trabaj_move ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.servic_move ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.servic_move ul li a{
    display:block;
    color:#f0f0f0;
}
.servic_move ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.contacto_move ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.contacto_move ul li a{
    display:block;
    color:#f0f0f0;
}
.contacto_move ul li a:hover{
    text-decoration:none;
    color:#fff;
}

/***********************************************************************************
***********************************************************************************/

aside, details, figcaption, figure,
footer, hgroup, menu  {
    display: block;
}

section
{
    width: 100%;
    float: left;
}

article
{
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
}

/*.header
{
    width: 100%;
    height: 80px;
        background: #fff;
    position: fixed;
    z-index: 99999;
    top: 0;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    background: none repeat scroll 0 0 rgba(21, 21, 21, 0.85);
}*/

.header
{
    top: 0;
    position: fixed !important;
    height: 80px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.logo
{
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bton
{
    font-size: 16px;
    padding: 7px;
    float: left;
    margin-right: 10px;
    /*    box-shadow: 0 0 0.3em #ccc;*/

}

.box_carrusel
{
    width: 100%;
    height: 400px;
    float: left;

}

.color_link
{
    color: #fff;
    text-decoration:none;
}

.color_link:hover
{
    color: #456aaf;
    text-decoration:none;
}

/*.bton:hover
{
    font-size: 16px;
    color: red;
}*/


.centrado
{
    width: 960px;
    margin: 0px auto;
}

.menu
{
    float: right;
    margin-top: 30px;

}


#contenedor
{
    width: 100%;
    height: auto;
    /*    margin-top: 90px;*/

}

#contacto
{ 

    background: red 50% 0 no-repeat fixed;
    height: 450px;  
    margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.sector_350px
{
    width: 100%;
    height: 350px;
    float: left;
}
.sector_auto
{
    width: 100%;
    float: left;

}

.titulo_portada
{
    width: 100%;
    margin-top: 180px;
}

.bloque_info
{
    padding: 10px;
    height: auto;
    text-align: justify;
}

.footer
{
    width: 100%;
    height: 80px;
    z-index: 99999;
    top: 0;
    float: left;
    background-color: #E55E48;
    float: left;
}

.linea_generica 
{
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.cuadro_img 
{
    width: 300px;
    height: 280px;
    float: left;
    box-shadow: 0 0 0.5em #999;
}

.separ_cuadro_img 
{
    width: 20px;
    float: left;
    height: 280px;
}

.orange-background.opacity 
{
    background: none repeat scroll 0 0 rgba(251, 99, 42, 0.9);
    color: #fff;
}

.pos_der
{
    float: right;
}

.color-container 
{
    border-radius: 4px;
    position: relative;
    width: 50%;
    z-index: 2;
}

.modulos p 
{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.circulo
{
    border: solid 1px #FFF;
    padding: 12px;
    border: solid 2px #232122;
}

.circunf
{
    width: 100px;
    height: 100px;
}

.img-circle_alt {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
border-bottom: 1px solid #FFF;
background: #F5F2DD;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
}

.box_centrado
{
    margin: 0px auto;
    margin-top: 10px;
    background-color: red;
}

.fondo_verde
{
    background-color: #47a447;
}

.fondo_azul
{
    background-color: #2A2D46;
}

.fondo-footer
{
    background-color: #212123;
}

.sub-fondo
{
    background: #191919;
}

.verde_menu_foot
{
    background: #3E5976;
    color: #fff;
    font-size:18px; 
}

.verde_menu_foot:hover
{
    background: #3E5976 !important;
    color: #d6ddd6 !important;
}

.fondo_footer
{
    background-color: #398439;
}

.fontsize-8px
{
    font-size: 10px !important;
}

/* Carousel base class */
.carousel {
    height: 400px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.google-maps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.link
{
    color: red !important;
    border: none;
}

.link:hover
{
    color: #00C500 !important;
    border: none !important;
}

.link_ext
{
    color: #fff !important;
    border: none;
}

.link_ext:hover
{
    color: #ccc !important;
    border: none !important;
    text-decoration: none;
}
