@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);


body{
    font-family:'Lato',Arial,sans-serif;
    font-size:14px;
    background: #ccc; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 14%, #cccccc 75%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(14%,#ffffff), color-stop(75%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 14%,#cccccc 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    height:100%;
    margin:0;
    position:relative;

}


#teclado_clave, #teclado_clave_oculto{
    position: absolute;
    right: 53px;
    top: 114px;
    z-index: 1000;
}	

.imagenito{
    margin-right: 5px;
}	


#simplemodal-container h2{
    color: #CC0000;
    font-size: 3em;
    margin: 5px 0;
    text-align: center;
}



.buttons{
    margin: 0 auto;
    text-align: center;
    width: 42%;
}

.buttons .yes{

    background-color:#570000;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A80303),
        color-stop(1, #570000)
        );
    background-image: -o-linear-gradient(bottom, #A80303 0%, #570000 100%);
    background-image: -moz-linear-gradient(bottom, #A80303 0%, #570000 100%);
    background-image: -webkit-linear-gradient(bottom, #A80303 0%, #570000 100%);
    background-image: -ms-linear-gradient(bottom, #A80303 0%, #570000 100%);
    background-image: linear-gradient(to bottom, #A80303 0%, #570000 100%);
    border:1px solid #570000;
    color:#fff;

    border-radius: 5px;
    display: inline-block;
    font-size: 1.5em;
    padding: 10px;
    cursor:pointer;
    margin:0 5px;
}	

.buttons .no{
    background-color:#4D6E06;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #71A803),
        color-stop(1, #4D6E06)
        );
    background-image: -o-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
    background-image: -moz-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
    background-image: -webkit-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
    background-image: -ms-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
    background-image: linear-gradient(to bottom, #71A803 0%, #4D6E06 100%);
    border:1px solid #4D6E06 ;
    color:#fff;
    display:inline-block;

    border-radius: 5px;
    font-size: 1.5em;
    padding: 10px;
    cursor:pointer;
    margin:0 5px;
}	



#osx-modal-title{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #048EB8),
        color-stop(1, #054754)
        );
    background-image: -o-linear-gradient(bottom, #048EB8 0%, #054754 100%);
    background-image: -moz-linear-gradient(bottom, #048EB8 0%, #054754 100%);
    background-image: -webkit-linear-gradient(bottom, #048EB8 0%, #054754 100%);
    background-image: -ms-linear-gradient(bottom, #048EB8 0%, #054754 100%);
    background-image: linear-gradient(to bottom, #048EB8 0%, #054754 100%);
    border: 1px solid #054754;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'Lato',Arial,sans-serif;
    font-weight: bold;
    padding: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}	

.yellow{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFAE00),
        color-stop(1, #FF7700)
        );
    background-image: -o-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
    background-image: -moz-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
    background-image: -webkit-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
    background-image: -ms-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
    background-image: linear-gradient(to bottom, #FFAE00 0%, #FF7700 100%);
    border: 1px solid #ff7700;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 23px;
    margin-left: 8px;
    padding: 5px;
    text-align: center;
    width: 95%;
}	


.probando{
    border-radius: 5px;
    clear: both;
    color: #333333;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 20px;
    padding: 2px 20px;
    text-align: justify;
    width: 91%;
}	

#mensaje h2{
    color: #cc0000;
    font-size: 3em;
    margin: 5px 0;
    text-align: center;
}	

.aviso{
    background-color: #ffffff;
    background-image: url("/voip/images/fnd_login_sesion.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #666;
    height: 422px !important;
    padding-top: 25px;
    margin-top: 54px !important;
    width: 650px !important;
}	


img.imagenito{
    width: 9%;
}






#simplemodal-container{
    background-color: #EEEEEE !important;
    height: 390px !important;
    overflow: hidden !important;
    width: 630px !important;
}	

#simplemodal-container a.modalCloseImg{
    background-image: none !important;
    overflow: hidden !important;
    right: -27px !important;
}	

#contenido{}	

#tiras01{
    background-image: url("/voip/images/tira03.png");
    background-repeat: no-repeat;
    height: 399px;
    left: 0;
    position: absolute;
    top:18%;
    width: 984px;
    z-index: -5;
    transition-duration: 3s;
    -moz-transition-duration: 3s; /* Firefox 4 */
    -webkit-transition-duration: 3s; /* Safari and Chrome */
    -o-transition-duration: 3s; /* Opera */ 
}

#tiras02{
    background-image: url("/voip/images/tira05.png");
    background-repeat: no-repeat;
    height: 399px;
    right: 0;
    position: absolute;
    top: 27%;
    width: 984px;
    z-index: -5;
    transition-duration: 3s;
    -moz-transition-duration: 3s; /* Firefox 4 */
    -webkit-transition-duration: 3s; /* Safari and Chrome */
    -o-transition-duration: 3s; /* Opera */ 
}	

.olvidon {
    clear: both;
    color: #36B2E1;
    float: left;
    font-size: 12px;
    left: 0;
    text-decoration: underline;
}		


#mensaje{

}	



#cont_global{
    background-color: #fff;
    background-image: url("/voip/images/fnd_login_sesion.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #666;
    height: 366px;
    margin: 120px auto 0;
    position: relative;
    width: 508px;
    z-index: 0;
}	

#mensaje_info{
    color: #ff4000;
    font-family:'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
}


.letrero{

    left: 306px !important;
    width: 77% !important;

}	



.teclitas{
    right: 78px !important;
    top: 136px !important;
}

.aviso02{

    width: 330px !important;
}

input.incognito[type="button"]{
    background-image:url('/voip/images/imagen_incognita.png');
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    border:0;
    cursor:pointer;

}



#lineas{

    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.micibercafe.com/voip/images/lineas.png', sizing='scale');*/
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 209px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 384px;

}	


#login {
    background-attachment: scroll;
    background-position: center center;   
    overflow: hidden;
    padding-bottom: 10px;
    width: 330px;
    margin-top:-15px;
}

td.color{
    color: #333;
    font-family:'Lato',Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}	


#login a.vinculo{
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.7;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;

}

#login a.vinculo:hover{
    color: #FFFFFF;
    font-size: 14px;
    opacity:6;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;

}

#logo_login{
    height: 90px;
    margin: 4px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 300px;

}	

#central{
    margin: 200px auto 0;
    width: 730px;
}	

/*#login #cuadro .borde01{
        background-image:url(/voip/images/l01.png);
        background-repeat:no-repeat;
        height:35px;
        width:6px;
        float:left;
        
        }	*/

/*#login #cuadro .borde02{
        background-image:url(/voip/images/l03.png);
        background-repeat:no-repeat;
        height:35px;
        width:7px;
        float:left;
        
        }	*/



#aviso_importante_login{
    background-image: url("/voip/images/globo.png");
    background-position: 8px top;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 108px;
    left: 477px;
    padding: 1em 2em 1em 3em;
    position: absolute;
    text-align: center;
    top: 50px;
    vertical-align: middle;
    width: 49%;
    z-index: 2000;

}


#login #cuadro{
    height: 25px;
    width: 185px;
    margin:0 auto;
}	


input#pass:focus, input#user:focus, input[type="text"]:focus{
    border: 1px solid #33CCFF;


}		

input#user, input[type="text"]{
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6B94DE;
    float: right;
    font-family: 'Arial',Helvetica,sans-serif;
    font-size: 12px;
    font-weight:bold;
    height: 25px;
    margin-right: 5px;
    padding-left: 10px;
    width: 180px;
    transition-duration: 3s;
    -moz-transition-duration: 3s; /* Firefox 4 */
    -webkit-transition-duration: 3s; /* Safari and Chrome */
    -o-transition-duration: 3s; /* Opera */ 
}	

input#pass{
    background-color: #ffffff;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6b94de;
    float: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 30px;
    margin-right: 5px;
    padding-left: 10px;
    width: 180px;
    transition-duration: 3s;
    -moz-transition-duration: 3s; /* Firefox 4 */
    -webkit-transition-duration: 3s; /* Safari and Chrome */
    -o-transition-duration: 3s; /* Opera */ 
}	

input#clave_imagenes{
    border: 2px solid rgba(52, 52, 52, 0.3);
    bottom: 60px;
    padding: 4px;
    position: absolute;
    right: 70px;
    text-align:center;
    font-size:15px;
    width: 118px;
}	

.boton_ingresar{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #AFCD29),
        color-stop(1, #90B521)
        );
    background-image: -o-linear-gradient(bottom, #AFCD29 0%, #90B521 100%);
    background-image: -moz-linear-gradient(bottom, #AFCD29 0%, #90B521 100%);
    background-image: -webkit-linear-gradient(bottom, #AFCD29 0%, #90B521 100%);
    background-image: -ms-linear-gradient(bottom, #AFCD29 0%, #90B521 100%);
    background-image: linear-gradient(to bottom, #AFCD29 0%, #90B521 100%);
    background-color: #9AB837;
    vertical-align:middle;
    border: 1px solid #7b9f1b;
    border-radius: 2px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 0 auto;
    padding: 3px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF !important;
    font-family: "Arial, Helvetica, sans-serif",Helvetica,sans-serif !important;
    font-size: 12px !important;
    width: 171px !important;

}

#button_ingresar input{
    background-color:#678C17;
    background-image: linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -o-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -moz-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -webkit-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -ms-linear-gradient(bottom, #678C17 0%, #9BC736 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #678C17),
        color-stop(1, #9BC736)
        );
    border: 1px solid #678C17;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 0 #9BC736 inset;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family:'Arial', Helvetica, sans-serif, Calibri;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 87px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari and Chrome */
    -o-transition-duration: 0.5s; /* Opera */


}	

#button_ingresar input:hover{
    background-image: linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -o-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -moz-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -webkit-linear-gradient(bottom, #678C17 0%, #9BC736 100%);
    background-image: -ms-linear-gradient(bottom, #678C17 0%, #9BC736 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #678C17),
        color-stop(1, #9BC736)
        );
    border: 1px solid #678C17;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 0 #283803 inset;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family:'Arial', Helvetica, sans-serif, Calibri;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 87px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari and Chrome */
    -o-transition-duration: 0.5s; /* Opera */

}	


#fechita .pie{
    margin:0 auto;
    width:960px;
    color:#fff;
    font-size:11px;
    font-family:"Tahoma", Geneva, sans-serif;
}	


#fechita  a{
    color: #FFFFFF;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}	

#fechita  a:hover{
    color:#fff;
    text-decoration:underline;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
}		
.pie{}

#datos{
    color:#6B94DE;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    position:absolute;
    left:5px;
    bottom:5px;
}	

#datos a{
    text-decoration:none;
    color:#6B94DE;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;

}		

#fechita{
    color: #FFFFFF;
    float: right;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 1px;
    text-decoration: none;
    top: 2px;
    width: 470px;

}	

#button_ingresar{
    float: right;
    font-family:'Arial', Helvetica, sans-serif, Calibri;
    font-weight: bold;
    height: 31px;
    margin: 0 12px 12px auto;
    text-align: right;
}	
