﻿body
{
    font-family: Verdana;
    font-size: smaller;
}

/*#div_superior_n1
{
	height: 80px;
	background-color: Red;
	font-family: Verdana;
	color: White;
}

#img_logo_empresa
{
    float: left;
}

#div_superior_n1_izq
{
	height: 45px;
	width: 100%;
	padding-top: 25px;
	padding-left: 20px;
    font-size: xx-large;
    text-align: left;
}

#div_superior_n1_der
{
	height: 20px;
	bottom: 0px;
	padding-left: 10px;
    text-align: right;
}

#div_contenedor_n2
{
	height: 25px;
	background-color: #EBEBEB;
}
*/

#div_contenedor
{
    /*background-color: #CE0000;*/ /*background: linear-gradient(#FE0000, #CD0000) repeat scroll 0% 0% transparent;    */ /*background-color: #E10000;*/ /*background-image: url("../img/empresa/fondo_login.jpg");     background-repeat: no-repeat;*/
    height: 400px;
    margin: auto;
    padding-top: 100px;
    width: 900px;
}

#div_titulo
{
    background-color: #0080FF; /*background: linear-gradient(#FE0000, #A00000) repeat scroll 0% 0% transparent;*/
    color: White; /*border-radius: 5px;     -moz-border-radius: 5px;     -webkit-border-radius: 5px;    */
    font-size: 18pt; /*font-weight: bold;*/ /*position: fixed;     top: 0px;     left: 0px;*/
    height: 55px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

/*#div_titulo_izq
{
	height: 55px;
	width: 100%;
	padding-top: 15px;
	padding-left: 20px;
    font-size: xx-large;
    text-align: center;
}*/

#div_barra_superior
{
    background-color: #EBEBEB;
    bottom: 0;
    height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: right;
}

#div_izquierdo
{
    color: #4F4F4F;
    float: left;
    font-size: 20pt;
    font-weight: bold;
    height: 400px;
    text-align: center;
    width: 600px; /*background-image: url("../img/empresa/login_02.jpg");     background-repeat: no-repeat;*/
}

#div_derecho
{
    color: #4F4F4F;
    float: left;
    font-size: small;
    height: 390px;
    padding: 0 10px 10px 40px;
    text-align: left;
    width: 250px;
}

#div_izq_superior {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8); /*background-color: rgba(0, 114, 198, 0.9);*/ /*background-color: rgba(0, 50, 214, 0.9);*/
    color: White;
    font-size: 18pt;
    font-weight: bold;
    height: 100px;
    padding: 20px 0 0 20px;
    text-align: left;
}

#div_izq_inferior
{
    height: 380px;
}

#div_navegadores_n1
{
    bottom: 0;
    color: #4F4F4F;
    font-size: small;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}

#div_navegadores_n2
{
    float: left;
    text-align: center;
    width: 100%;
}

.tooltip
{
    display: inline;
    position: relative;
    text-decoration: none;
}

.tooltip:hover:after {
    background: Black; /*rgba(255,255,255, 0.2); /* el color de fondo */
    -ms-border-radius: 5px;
    border-radius: 5px;
    bottom: 26px;
    color: White; /* el color del texto */
    content: attr(title); /* este es el texto que será mostrado */
    font-family: Verdana;
    font-size: 12px;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    -ms-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    width: 150px;
    z-index: 98; /* el formato gráfico */
}

.tooltip:hover:before
{
    border: solid;
    border-color: Black transparent; /*rgba(255,255,255, 0.2) transparent;*/
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99; /* el triángulo inferior */
}

.boton_ingresar
{
    /*background-color: #005A00;*/
    background-color: #238DBE;
    border: none; /*     border-radius: 5px;     -moz-border-radius: 5px;     -webkit-border-radius: 5px;     */
    color: White;
    float: left;
    font-size: small;
    font-weight: normal;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
}

.boton_ingresar:hover
{
    background-color: #28A2DB; /*background-color: #007A00;*/
}