*{
    font-family:'Cantarell',serif;
}
body {
    padding: 0;
    font-size: 100%;
    background-color: #333;
    margin: 0;
    overflow:hidden;
    height:100%;
    width:100%;
}
#bgimg {
    position:absolute;
    z-index: -1;
}
#realBody{
    position:absolute;
    z-index: 5;				/* Place the new body above the background image */
    overflow:auto; 			/* restore scrollbars for the content */
    height:100%;
    width:100%;	/* Make the new body fill the screen */
}
#contenedor {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 10px 10px 10px 10px;
    color: white;
    height: 400px;
    left: 50%;
    margin-left: -195px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 390px;
}

#navegadores{
    display:none;
}

.browserIE6 #navegadores {
    background-color:white;
    color:black;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    line-height:20px;
    position:absolute;
    text-align:center;
    top:114px;
    width:250px;
    z-index:9999998;
    padding-top:10px;
    padding-bottom:10px;
}
.browserIE7 #navegadores {
    background-color:white;
    color:black;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    line-height:20px;
    position:absolute;
    text-align:center;
    top:114px;
    width:250px;
    z-index:9999998;
    padding-top:10px;
    padding-bottom:10px;
}
.browserSafari4 #navegadores {
    background-color:white;
    color:black;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    line-height:20px;
    position:absolute;
    text-align:center;
    top:114px;
    width:250px;
    z-index:9999998;
    padding-top:10px;
    padding-bottom:10px;
}
.browserOpera9 #navegadores {
    background-color:white;
    color:black;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    line-height:20px;
    position:absolute;
    text-align:center;
    top:114px;
    width:250px;
    z-index:9999998;
    padding-top:10px;
    padding-bottom:10px;
}
.browserChrome7 #navegadores {
    background-color:white;
    color:black;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    line-height:20px;
    position:absolute;
    text-align:center;
    top:114px;
    width:250px;
    z-index:9999998;
    padding-top:10px;
    padding-bottom:10px;
}
.browser-text-esp {
    display:none;
}
.browser-text-fra {
    display:none;
}
.browser-text-ita {
    display:none;
}
.browser-text-ale {
    display:none;
}
.browser-text-fla {
    display:none;
}
a.cerrar{
    position:absolute;
    left: 355px;
    top:1px;
}
.user {
    font-size: 19px;
    left: 91px;
    position: relative;
    top: 191px;
}
.pass {
    font-size: 19px;
    left: -128px;
    position: relative;
    top: 238px;
}
.userInput {
    border: 1px solid black;
    font-size: 16px;
    height: 22px;
    left: 100px;
    position: relative;
    top: 191px;
    width: 150px;
}
.passInput {
    border: 1px solid black;
    font-size: 19px;
    height: 22px;
    left: 168px;
    position: relative;
    top: 213px;
    width: 150px;
}
.enter {
    color: #000000;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    left: 112px;
    position: relative;
    top: 253px;
}
.enter:hover{
    color: gray;
}
.recoverPass {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    left: 67px;
    position: relative;
    top: 306px;
}
.iconLogin {
    background-image: url("../img/logo.png");
    height: 63px;
    left: 115px;
    position: absolute;
    top: 60px;
    width: 133px;
}

/* FORMULARIO OCULTO */

#popup {
    display:none;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 10px 10px 10px 10px;
    color: white;
    height: 400px;
    left: 50%;
    margin-left: -195px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 390px;
    font-size: 26px;
}
.cerrar {
    color: wheat;
    cursor: pointer;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    left: 363px;
    position: relative;
    top: -2px;
}
.codeText {
    color: white;
    font-size: 14px;
    left: -269px;
    position: relative;
    top: 101px;
}
.code {
    left: 125px;
    position: relative;
    top: 66px;
}
.inputCode{
    border:1px solid black;
    height:28px;
    width:189px;
    font-size:18px;
    font-weight:bold;
}
.recordar {
    color: white;
    font-size: 14px;
    left: -124px;
    position: relative;
    top: 125px;
}
.email {
    left: 126px;
    position: relative;
    top: 90px;
}
.inputEmail {
    border: 1px solid black;
    height: 28px;
    width: 189px;
    font-size:18px;
    font-weight:bold;
}
.phoneText {
    color: white;
    font-size: 14px;
    left: -127px;
    position: relative;
    top: 145px;
}
.phone {
    left: 126px;
    position: relative;
    top: 119px;
}
.inputPhone{
    border:1px solid black;
    height:28px;
    width:189px;
    font-size:18px;
    font-weight:bold;
}
.required {
    color: grey;
    display: block;
    font-size: 14px;
    font-style: italic;
    left: 145px;
    position: relative;
    top: 137px;
}
.cancel {
    background-color: white;
    background-image: url("../img/cancel.png");
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid black;
    cursor: pointer;
    font-size: 15px;
    left: 128px;
    padding-left: 28px;
    position: relative;
    top: 180px;
}
.send {
    background-color: white;
    background-image: url("../img/send.png");
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid black;
    cursor: pointer;
    font-size: 15px;
    left: 147px;
    padding-left: 28px;
    position: relative;
    top: 180px;
}


.recoverText {
    color: white;
    font-size: 22px;
    left: 9px;
    position: relative;
    text-shadow: 1px 1px 1px #333333;
    top: 34px;
}

/* APLICACIONES */

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
    background-color: rgba(2,2,2,0.6);
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #333;
    box-shadow: -4px 0px 1px #666;
}
.logo {
    background-image: url("../img/logo.png");
    height: 63px;
    left: 38px;
    position: absolute;
    top: 15px;
    width: 133px;
}
#contenedorAplicaciones {
    font-family: 'Cuprum';
    height: 75%;
    margin: auto;
    position: relative;
    top: 100px;
    width: 98%;
}

.ca-menu {
    padding: 0;
    margin: 35px auto;
    width: 96%;
}

.ca-menu li {
    width: 200px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    border: 5px solid #fff;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 45px !important;
    margin-bottom: 25px;
}

.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    color: rgb(14,14,14);
    font-size: 90px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 26px;
    color: #000;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: bolder;
    text-shadow: 0px 0px 2px black;
    text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;
}
.ca-sub {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: -17px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: bold;
    width: 96%;
    left: 2%;
}
.ca-menu li:hover{
    background-color: rgba(10, 10, 10, .7);
}
.ca-menu li:hover .ca-icon{
    text-shadow: 0px 0px 20px #333;
    color: #fff;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #999;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


.textoLogo {
    color: white;
    font-family: 'Cuprum';
    font-size: 39px;
    left: 128px;
    position: relative;
    top: 12px;
}
.textoLogo2 {
    color: #DED5D5;
    font-family: 'Cuprum';
    font-size: 26px;
    left: 22px;
    position: relative;
    top: 41px;
}
.username {
    color: white;
    font-family: 'Cantarell';
    font-size: 28px;
    right: 31px;
    position: absolute;
    top: 12px;
    width: auto;
    display: inline-block;
    text-align: right;
}
.api {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 5px black;
    -moz-box-shadow: 1px 1px 5px black;
    -webkit-box-shadow: 1px 1px 5px black;
    background-color: #E5E4E7;
    display: inline;
    float: left;
    height: 100px;
    margin-left: 24px;
    margin-top: 32px;
    padding-left: 15px;
    width: 271px;
}
.apiIcon {
    cursor: pointer;
    position: relative;
    top: 5px;
}
.apiName {
    display: block;
    height: 97px;
    left: 50px;
    position: relative;
    text-align: center;
    top: -68px;
    width: 210px;
}
.apiLink {
    color: black;
    cursor: pointer;
    font-size: 22px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666666;
}
.apiOuter{
    display: table-cell;
    height: 95px;
    vertical-align: middle;
    width: 210px;
}
.apiLink:hover{
    color:#006633;
}
.theName {
    color: #EED9D9;
    font-family: 'Cantarell';
    font-size: 27px;
    margin-left: 20px;
}
.error-message{
    bottom:29px;
    color:red;
    position:absolute;
    width:100%;
}
.error-message ul li {
    color: #cc9999;
    list-style: none;
    font-weight: bold;
}
.link-button {
    color: transparent;
    cursor: pointer;
    display: block;
    height: 70px;
    left: 8px;
    opacity: 0.5;
    position: relative;
    top: -83px;
    width: 200px;
}

.logout {
    font-size: 16px;
    color: #ccc;
    position: relative;
    top: 5px;
}

#logout-link{
    font-size: 16px;
    color: #ccc;
    font-family: verdana;
    font-weight: bold;
}

#logout-link:hover{
    color: #fff;
}

.app-link {
    cursor: pointer;
}