body {
  background-attachment: fixed;
  background-image: url("../imagenes/claut.png");
}
body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face {
    font-family: "Vertigo";
    src: url(../fonts/VertigoFLF.ttf) format("truetype");
    
    font-family: "Arsenal";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

a:link, a:visited { 
    text-decoration: none;  
    color:#FFF;
}
a:link{   
 text-decoration:none;   
}   
.Encabezado{
    position:relative;
   /*background: aqua;*/
    margin: 0 auto;
    width: 80%;
    top: 20px; 
    color: gray;
    font-family: "Arsenal";
    font-size:40px; 
    text-align:center;
}
#divSuperior{  
        /*position:fixed;*/  
        padding: 10px 0 10px 0;    /* margen con valores: arriba - derecha - abajo - izquierda */   
        top: 0px;                    /* Distancia hasta el borde superior */  
        left: 0px;            /* Distancia hasta el borde izquierdo */ 
        width:100%; 
        height: 30px; 
        background-color: #fff;  
        border-bottom: 1px solid  #E5E5E5;
 /* -webkit-box-shadow: 4px 4px 7px #999;
  -moz-box-shadow: 4px 4px 7px #999;   
  z-index: 1;*/
    /*opacity: 0.9;*/
} 
#logo{
   /* background: blue;*/
        padding: 0 10px 5px 5px;
        /*position: fixed; 
        z-index: 2; */
        margin: auto 10px auto 30px;
        /*top: 10px;
        left: 50px;*/ 
        width: 70px;
        height: auto;
        /*border-right: 3px double  #E5E5E5;*/
  display: inline-block;
    float: left;  
}  
.logo_abajo{
        width: 90px;
        height: auto;
}
      
#divTitulo{
    /*margin: auto auto auto 280px;*/
    margin: 0 auto;
    width: 55%;
    height: 100%;
    /* position: fixed;*/
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-family: "Arsenal";*/
    color: gray; 
    font-size: 20px;
    /*top: 25px;
    left: 320px;             Distancia hasta el borde izquierdo 
    z-index: 2; */ 
    /*display: inline-block;*/
    /*background: aqua;*/
    float: left;
    vertical-align: middle;    
}

#slogan{
    position:relative;
   /*background: aqua;*/
    margin: 0 auto;
    width: 80%;
    top: 120px; 
    color: #FFF;
    font-family: "Arsenal";
    font-size:40px; 
    text-align:center;
}

#principal{
    position: absolute;
        top: 150px;                    /* Distancia hasta el borde superior */  
        left: 0px;            /* Distancia hasta el borde izquierdo */ 
        width:100%; 
        height: auto; 
        /*background-color: #fff; */
        z-index: 0;   
        background: #F4F4F4;/*#F0F0F0#E6E7E8;*/ 
        *display: inline;
        
    /*opacity: 0.8;*/ 
}


#divmenu{
    position:relative;
        top: 15px;                    /* Distancia hasta el borde superior */  
        left: 5%;             /*Distancia hasta el borde izquierdo */ 
        width: 30%; 
        height:auto;  
        z-index: 0;   
        text-align:center;
       /*background: yellow;*/
        display:inline-block;
        vertical-align:top;
        *display: inline;
}
#divsesion{
    position:relative;
        top: 15px;                    /* Distancia hasta el borde superior */  
        left: 5%;             /*Distancia hasta el borde izquierdo */ 
        width:30%; 
        height:auto;  
        z-index: 0;   
        text-align:center;
        font-family: "Arsenal";
        font-style: inherit;
        /*background: blue;*/
        display:inline-block;
        vertical-align:top;
        *display: inline;
        /*opacity: 0.2;*/
}

.imagen_claut {
    position:relative;
    width: 35%;
        height:auto; 
        display:inline-block;
        vertical-align:top;
        *display: inline; 
        top: 50px;                    /* Distancia hasta el borde superior */  
        left: 5%;  
}
.centrar_imagen{ 
    width: 90%;   
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    border: ;
    
    /* los siguientes valores son independientes del tamaño del círculo */
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;

-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
} 
#divregistro{
    position:relative;
        top: 15px;                    /* Distancia hasta el borde superior */  
        left: 5%;             /*Distancia hasta el borde izquierdo */ 
        width:30%; 
        height:auto;  
        z-index: 0;   
        text-align:center;
        font-family: "Arsenal";
        font-style: inherit;
        /*background: red;*/
        display:inline-block;
        vertical-align:top;
        *display: inline;
}
#bot_idioma{
        /*position:relative;
        top: 15px;                    Distancia hasta el borde superior */ 
        /*left: ;            Distancia hasta el borde izquierdo */  
        /*margin: 10px auto auto 80%;*/
        margin: auto 10px auto auto;
        vertical-align:middle;
        padding: 10px 5px 5px 5px;
        width: 80px; 
        height: 20px; 
        /*background-color: #fff;
        z-index: 3;    */
        background: #00A1AF; 
        color: #000;
        -webkit-border-radius: 5px 5px 5px 5px; /* recuerda la primera frase */
        -moz-border-radius: 4px; /* si quieres todas las esquinas iguales */
        border-radius: 3px;
        text-align:center;
        display: inline-block;
        float: right;
        
    /*opacity: 0.8;*/ 
}
#bot_idioma:hover {
        background: #007078; 
        color:#fff;
	}

.boton_menu{
    
        position:relative;
        font-family: "Arsenal";
        font-size: 17px;
        font-variant: small-caps;
        background: #EBEBEB; /*#E6E7E8;*/
        margin: 10px auto;
        vertical-align:middle;
        padding: 12px 5px 12px 5px;
        width: 90%; 
       height: auto;/* 30px;*/
        z-index: 3;   
        color: #000;
        -webkit-border-radius: 5px 5px 5px 5px; /* recuerda la primera frase */
        -moz-border-radius: 4px; /* si quieres todas las esquinas iguales */
        border-radius: 3px;
        border: 1px solid #E0E0E0;
        
    /*opacity: 0.8;*/ 
}
.boton_menu:hover {
       /* opacity: 0.8;*/
        color:#000;
        font-size: 20px;
        
	}

#btn_inicio:hover {
        background:#E0E0E0;
        color:#FFF;
        border: 1px solid #BBBDBF;
}
#instucciones_reg:hover {
        background: #D9272E; 
        color:#FFF;
        border: 1px solid #A41F35;
}
#prox_eventos:hover {
        background: #F92891; 
        color:#FFF;
        border: 1px solid #9B004F;
}
#historial:hover {
        background: #F7A800; 
        color:#FFF;
        border: 1px solid #EF7622;
}
#oportunidades:hover {
        background: #AA198D; 
        color:#FFF;
        border: 1px solid #863275;
}
#contacto:hover {
        background: #82BC00; 
        color:#FFF;
        border: 1px solid #799900;
}
#registro_cp{
        width: 60%;
}
#registro_cp:hover{
        background:#012D5A;/*7B8C93; #00A1AF;*/ 
        color:#FFF;
        border: 1px solid #2A4155;/*#007078;*/
}
#tituloLetra, #campo_sesion{
    color:#58595B;
    letter-spacing:2px;
    font-size: 15px;
    
}
#tituloLetra{
    height: 10%;
    font-variant: small-caps;
    font-size: 20px;
}
#campo_sesion{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    padding: 12px 5px 12px 5px;
}
.text, textarea, select, button {

  width : 100%;
  margin: 0;
     /* -webkit-box-sizing: border-box;For legacy WebKit based browsers * /
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers * /
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-border-radius: 15px;*/
  border: 1px solid #c9c9c9;/*none; */
 /* border-bottom: solid 2px #c9c9c9;*/
  border-radius: 0;
  
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 0 4px 0 4px;

}
input{
    height: 25px;
}
span{
    font-size: 16px;
font-weight:bold;
}
.button { /* clase general */
width: 50%;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font: bold 12px/12px; /*HelveticaNeue, Arial;*/
  padding: 8px 11px;
  text-decoration: none;
}

.button.white{
  background: #f5f5f5;
  border-color: #dedede #d8d8d8 #d3d3d3;
  box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: -webkit-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: o-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: ms-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: linear-gradient(top,  #f9f9f9, #f0f0f0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
}

.button.white:hover{
    background: #f4f4f4;
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    text-shadow: 0 1px 0 #fdfdfd;
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    background: -webkit-linear-gradient(top,  #efefef, #f8f8f8);
    background: -o-linear-gradient(top,  #efefef, #f8f8f8);
    background: -ms-linear-gradient(top,  #efefef, #f8f8f8);
    background: linear-gradient(top,  #efefef, #f8f8f8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
}
.linea, hr {
    top: auto;
   border: 1px solid #E6E7E8; 
   width: 60%;
   border-radius: 200px / 5px; 
   height: 0px; 
   text-align: center;
    }
.lnr-license, .lnr-apartment{
  font-size: 20px;
  }
#invertit{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 35px;
    background: #8F1D23;
    font-variant: small-caps;
    color: #FFF;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
#invertit_dos{
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 auto;
    font-size: 25px;
    width: 30%;
    padding: 0 5px 0 5px;
}
#invertit_dos:hover{
    background: #D9272E;
        -webkit-border-radius: 8px 8px 8px 8px; /* recuerda la primera frase */
        -moz-border-radius: 4px; /* si quieres todas las esquinas iguales */
        border-radius: 3px;
}
#t_sectores{
    width: 100%;
    /*padding: 15px 5px 15px 5px;*/
}
.sectores{ 
    margin: 0 auto;
    float: left;
    width: 10%;
    height: auto;
  display: inline-block;
    opacity: 0.5;
}
.sectores:hover{ 
    opacity: 1.0;
}

.titulo_sobre{ 
    margin: 0 auto;
    float: left;
    width: 10%;
    height: auto;
        z-index: 15;    
}

#im_sect{
    width: 100%; 
    /*max-height: 100%;
    background-image: url("imagenes/auto_sector.jpg");*/
   /* max-width: 100%;
    max-height: 100%;*/
}
#pie{ 
    position: fixed;
        *display: inline;
    /*padding: 0px 5px 20px 5px;*/
    background: #FFF;/*#1B1A1B;*/
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
        z-index: 0;   
    /*border-bottom: 20px solid #DFDFDF;*/
}
#titulo_pie{
    margin: 0 auto;
    width: 80%;
    /*color: #E6E7E8;*/
    color: #000;
   padding: 50px 5px 15px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    /*border-bottom: 1px solid #DFDFDF;*/
    
}
#titulo_pie2{
    margin: 0 auto;
    width: 80%;
    /*color: #E6E7E8;*/
    color: #000;
    /*padding: 0px 5px 15px 5px;*/
    font-family: 'Open Sans Condensed', sans-serif;
    
}
#pie_izq{
    width: 40%;
    font-size: 14px;
    color: #000;
    /*color: #E6E7E8;*/
    padding: 15px 25px 15px 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    float: left;
    display: inline-block;
    
}
#pie_der{
    width: 30%;
    color: #E6E7E8;
    padding: 15px 25px 15px 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    float: right;
    display: inline-block;
    
}

@media screen and (max-width: 767px){     
/* Estilos */

body {
  background-attachment: fixed;
  background-image: url("../imagenes/claut.png");
  /*background-position: center center;*/
}
    #logo{
            width: 80px;
            height: auto;
            margin: auto auto 0 20px;
            border-right: none;
    }      
    #divTitulo{
            position:relative;
            margin: 0 auto;
            width: 45%;
            color: gray; 
            font-size: 14px;
  
    } 
    #slogan{
        width: 90%;
        font-size:25px; 
    }
    .Encabezado{
        position:relative;
       /*background: aqua;*/
       margin: 0 auto;
        width: 90%;
        top: 20px; 
        color: gray;
        font-family: "Arsenal";
        font-size:25px; 
        text-align:center;
    }
    #principal{
            top: 120px;         
    }
    #divmenu{            /*Distancia hasta el borde izquierdo */ 
            width: 45%; 
    }
    .imagen_claut {
        position:relative;
        width: 90%;
        height: 200px;
        display:inline-block;
        *display: inline; 
    }
    .centrar_imagen{
        margin: 0 auto;
        width: 60%; 
        text-align: center;
        }
    #divsesion{
            width: 45%; 
    }
    
    #divregistro{
            width: 45%; 
           /* padding: 20px 0 0 0;*/
    }
    #invertit{
        font-size: 25px;
    }
    #invertit_dos{
        font-size: 20px;
        width: 50%;
    }
    #pie_izq{
        margin: 0 auto;
        width: 90%;
        
    }
    #pie_der{
        margin: 0 auto;
        width: 90%;
        
    }
    .sectores{ 
        width: 20%;
    }
    #ene{
    width:20%;
    float: right;
    }
}

@media screen and (max-width: 480px){
/* Estilos */
body {
  background-attachment: fixed;
  background-image: url("../imagenes/claut.png");
  /*background-position: center center;*/
}
#ok{}
#divSuperior{  
        height: 100px; 
} 
    .Encabezado{
        position:relative;
       /*background: aqua;*/
       margin: 0 auto;
        width: 90%;
        top: 20px; 
        color: gray;
        font-family: "Arsenal";
        font-size:22px; 
        text-align:center;
    }
    .imagen_claut {
        position:relative;
        width: 90%;
        height: 200px;
        display:inline-block;
        *display: inline; 
    }
    .centrar_imagen{
        margin: 0 auto;
        width: 100%; 
        text-align: center;
        }
    #logo{
        margin: 0 auto;
            width: 100px;
            height: auto;
            border-right: none;
    }      
    #divTitulo{
        width: 100%;
            color: gray; 
            font-size: 14px;
    
        
    }
    #bot_idioma{
        margin: 5px auto auto 50px;
        position: absolute;
        float: right;
        width: 80px; 
        height: 20px; 
    }
    #divmenu{            /*Distancia hasta el borde izquierdo */ 
            width: 95%; 
    border-bottom: 1px solid #E6E7E8;
    }
    #divsesion{
            width: 95%; 
    border-bottom: 1px solid #E6E7E8;
    }
    
    #divregistro{
            width: 90%; 
    border-bottom: 1px solid #E6E7E8;
    }
    #slogan{
        top: 140px; 
        width: 95%;
        font-size:20px; 
    }
    #invertit{
        font-size: 20px;
    }
    #invertit_dos{
        font-size: 15px;
        width: 95%;
    }
    #pie_izq{
        margin: 0 auto;
        width: 90%;
        
    }
    #pie_der{
        margin: 0 auto;
        width: 85%;
        
    }
}