﻿body
{
    font-family: Calibri;    
}
.page
{
    width: 970px;
    margin: 20px auto 0px auto;
	min-height: 300px;
}
.mapBody
{
    width: 960px;
    margin: 20px auto 0px auto;
    height:80%;
}
.EstadoSesion
{
    margin:0;
    padding:0;
}

.btnLoginout {
    width: 130px;
    height: auto;
    text-align: center;
    padding: 10px 3px;
    font-size: 100%;
    background-color: #28659A;
    border-radius: 10px;
    border: 1px solid #808080;
    text-decoration: none;
    font-family: Calibri;
    cursor: pointer;
    box-shadow: 0 10px 20px #4585C0 inset;
    text-decoration: none;
    color: #fff;
}

.btnLoginout:hover{
    text-decoration:none;
    background-color: #1577A7;
    box-shadow: 0 10px 20px #4585C0 inset;
}

.header
{
	position: relative;
	margin: auto;
	padding: 0px;
	width: 880px;
	height: 90px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}
.EstiloPie
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: White;
	width: 100%;
	height: 9px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}
.loginHeader
{
	font-size: x-large;
	background: #4b6c9e;
	text-align: center;
	color: White;
}
.loginBody
{
    width: 960px;
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.textBoxes
{
	padding-left:10px;
}
div.hideSkiplink
{
    background-color:#7C9CB1;
    width:100%;
    height:31px;
}
.bordeSuperior
{
	margin:auto;
	width:960px;
	height:15px;
	background-image: url('fondo_superior_frmppal.png');
	background-repeat:no-repeat;
	background-position:top;
}
.main
{
	margin:auto;
	width:960px;
	background-image: url('fondo_centro_frmppal.png');
    background-repeat: repeat-y; 
    background-position: center
}
.fondoTituloSplash
{
	width:916px;
	height:102px;
	background-image: url('fondotitulosplash.jpg');
    background-repeat: no-repeat; 
    background-position: center center;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-52px;
    margin-left:-458px;
}
.fondoTituloSplashBACKUP
{
	width:100%;
	height:103px;
	background-image: url('fondotitulosplash.jpg');
    background-repeat: no-repeat; 
    background-position: center center;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-51px;
    margin-left:-50%;
}
.fuenteTituloSplash
{
	font-size: 30pt;
	color: #6b9c25;
	font-weight: bold;
}
.fondoSplash
{
	width:100%;
	height:400px;
}
div.titulo
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:30px;
	font-style:italic;
	color:#207915;
}
.labelTitulo
{
	font-size: 30px;
	padding-bottom:10px;
	color:#405597;
}
.tbl_detalle_empleado
{
    border : 1px solid #ccc;
    width: 100%;
    margin: 0px
}
.tbl_detalle_empleado .foto_empleado
{
    padding: 5px;
    margin: 0px;
    width: 70px;
    height: 100%;
}
.tbl_detalle_empleado td 
{
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: Arial;
}
.tbl_detalle_empleado .value
{
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
}
.tbl_detalle_empleado .encabezado_empleado
{
    text-align: right;
    font-weight: bold;
    font-size: 80%;
}
.labelSubTitulo
{
	font-size: 30px;
	color:#405597;
    font-weight:bold;
    font-size:medium;
}