/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-may-2015, 11:48:34
    Author     : byron
*/

body{
    /*    background: #0DA993;#bbe0de#e6e6e6#f2f2f2*/ 
 ///  background:#e6e6e6;
        background:#606062;
    //background-position: center center;
    //background: radial-gradient(ellipse, #bbe0de, white);

}


#cssmenu {
    font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    text-align: left;

}
#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;

    background: #ffffff;
    border: 1px solid #ece6e8;
    border-bottom: 3px solid #d9ced2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
    display: none;
    /* Hide for large screens */

}
#cssmenu > ul li {
    display: inline-block;
    zoom: 1;
}
#cssmenu > ul li.right {
    float: right;
}
#cssmenu > ul li.has-sub {
    position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
    display: block;
}
#cssmenu > ul li.has-sub ul {
    display: none;
    width: 250px;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #ece6e8;
    border-bottom: 3px solid #d9ced2;
    border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
    display: block;
}
#cssmenu > ul li.has-sub > a {
    background-image: url('../images/caret.png');
    background-repeat: no-repeat;
    background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
    background: #d80041 url('../images/caret.png') no-repeat;
    background-position: 90% 195%;
}
#cssmenu > ul li a {
    display: block;
    padding: 12px 24px 11px 24px;
    text-decoration: none;
    color: #747474;
    text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
    background: #d80041;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}


@media (max-width: 600px) {
    #cssmenu > ul {
        width: 100%;
    }
    #cssmenu > ul li#responsive-tab {
        display: block;
    }
    #cssmenu > ul li#responsive-tab a {
        background: url('../images/menu.png') no-repeat;
        background-position: 95% -35%;
    }
    #cssmenu > ul li#responsive-tab a:hover {
        background-color: #d80041;
        background-position: 95% 135%;
    }
    #cssmenu > ul li {
        display: none;
    }
    #cssmenu > ul li.right {
        float: none;
    }
    #cssmenu > ul li.has-sub {
        position: relative;
    }
    #cssmenu > ul li.has-sub ul {
        display: block;
        position: static;
        width: 100%;
        background: #ffffff;
        border: 0 none;
    }
    #cssmenu > ul li.has-sub ul li {
        display: block !important;
    }
    #cssmenu > ul li.has-sub ul li a span {
        display: block;
        padding-left: 24px;
    }
    #cssmenu > ul li.has-sub > a {
        background-image: none;
    }

}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
    #cssmenu > ul > li.collapsed {
        display: inline-block !important;
        *display: inline;
        zoom: 1;
    }
    #cssmenu > ul ul li.collapsed {
        display: block !important;
    }


}

.contieneLogins { 

    //width: 260px;
     width: 520px;
    position: absolute; 
    left: 50%; 
    top: 50%;
    margin: -140px 0 0 -260px; 

    /*    perspective: 400;
        -moz-perspective: 400px; 
        -webkit-perspective: 400px; */



}
.contieneLogins.flipped .loginInactivo{ opacity:1; filter: alpha(opacity=100); -moz-transform:rotateY(0deg); -webkit-transform:rotateY(0deg); transform:rotateY(0deg); }

.contieneLogins form { position:absolute; top:0; left:0;

                       /* Enabling 3d space for the transforms */
                       -moz-transform-style: preserve-3d;
                       -webkit-transform-style: preserve-3d;
                       transform-style: preserve-3d;

                       /* When the forms are flipped, they will be hidden */
                       -moz-backface-visibility: hidden;
                       -webkit-backface-visibility: hidden;
                       backface-visibility: hidden;

                       /* Enabling a smooth animated transition */
                       -moz-transition:0.8s;
                       -webkit-transition:0.8s;
                       transition:0.8s;

                       /* Configure a keyframe animation for Firefox */
                       -moz-animation: pulse 2s infinite;

                       /* Configure it for Chrome and Safari */
                       -webkit-animation: pulse 2s infinite;

}
.loginActivo{ z-index:100; 
              cursor: pointer;
              background: #4B4B4D;
}


.loginInactivo{ z-index:1; opacity:0; filter: alpha(opacity=0); -moz-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg); 
                cursor: pointer;
                background: transparent;
}



.flipped .loginActivo{ opacity:0; filter: alpha(opacity=0); -moz-transform:rotateY(-180deg); -webkit-transform:rotateY(-180deg); transform:rotateY(-180deg); }


.visualizador {
    margin:auto;
 
   // background: #bbe0de;
    background: #e6e6e6;
    height: 106px; 
    width: 5px; 
    position: absolute; 

    display: block; 
    opacity: 0; 
    filter: alpha(opacity=0);
    border-radius: 10px 10px 10px 10px ;
    border:4px inset whitesmoke;;
    left: 256px;
    top:27px;
    margin-left: 10px;


}



.logueo {
    /* Size & position */
   // width: 248px;
    
     width: 510px;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 10px;
    position: relative; /* For the submit button positioning */

    /*     Styles 
        box-shadow: 
            0 0 1px rgba(0, 0, 0, 0.3), 
            0 3px 7px rgba(0, 0, 0, 0.3), 
            inset 0 1px rgba(255,255,255,1),
            inset 0 -3px 2px rgba(0,0,0,0.25);
        border-radius: 5px;
          border-radius: 40px 0px 40px 0px;
        -moz-border-radius: 40px 0px 40px 0px;
        -webkit-border-radius: 40px 0px 40px 0px;
    */
    // background:transparent;

    /*    background: white; 
        background: -moz-linear-gradient(#eeefef, #ffffff 10%);
        background: -ms-linear-gradient(#eeefef, #ffffff 10%);
        background: -o-linear-gradient(#eeefef, #ffffff 10%);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
        background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
        background: linear-gradient(#eeefef, #ffffff 10%);*/
    border-radius: 20px 0px 50px 00px;
    -moz-border-radius: 20px 0px 50px 0px;
    -webkit-border-radius: 20px 0px 50px 0px;
    border: 4px outset #e9ede6
}

.logueo .field {
    position: relative; /* For the icon positioning */

}

.logueo .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.logueo input[type=text]{


    font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 180px;
    padding: 10px 18px 10px 45px;

    /* Styles */

    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border: 4px outset #e9ede6
}


.logueo input[type=password]{


    font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 110px;
    padding: 10px 18px 10px 45px;

    /* Styles */

    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border: 4px outset #e9ede6
}

.logueo select{


    font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 250px;
    padding: 10px 18px 10px 45px;

    /* Styles */

    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border: 4px outset #e9ede6
}

.logueo input[type=text] {
    margin-bottom: 2px;
}

.logueo input[type=text]:hover ~ i,
.logueo input[type=password]:hover ~ i {
    color: #52cfeb;
}

.logueo input[type=text]:focus ~ i,
.logueo input[type=password]:focus ~ i {
    color: #42A2BC;
}

.logueo input[type=text]:focus,
.logueo input[type=password]:focus,
.logueo button[type=submit]:focus {
    outline: none;
}

.logueo .submit {
    /* Size and position */
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}





.logueo .submit:after {
    /* Size and position */
    /*    content: "";*/
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #ffffff;

    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}

.logueo button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.logueo button:hover,
.logueo button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logueo button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}



#visualiza_logo{
    
   float:left; 
    
}

#visualiza_datos{
    
    
     float:right; 
}

