.Borde_Blanco {
	border: 1px solid #FFFFFF;
}
.Borde_inferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.Borde_inferior_Blanco {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2px;
}
.fondo_txtbox 
{
	background-color:085fa3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 3px;
	text-align: center;	
	border: 1px solid #FFFFFF;	
	}
.fondo_txtbox_Identificacion 
{
	background-color:3C81B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 2px;
	padding-left: 5px;
	width: 150px;
	text-align: left;	
	border: 1px solid #FFFFFF;	
	}
.margen 
{
	margin-left: 10px;
}
.margen_superior
{
	margin-top: 8px;
}
.fondo-osucro 
{
	background-color: #083D61;
}
.marco_exterior {
	border: 1px solid #083D61;
}

#HomeBody{
	/*background-color: #6191bf;*/
	background-color: #d4e2ef;
	/* Fallback background color for non supported browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e2ef), to(#ffffff));  
	background-image: -webkit-linear-gradient(top, #d4e2ef, #ffffff);  
	min-height: 100%; /* For Firefox */
	height: 100%;     /* For Firefox */
	background-image: -moz-linear-gradient(top, #d4e2ef 0%, #ffffff 100%); /* For Firefox */ 
	background-image: -ms-linear-gradient(top, #d4e2ef, #ffffff);  
	background-image: -o-linear-gradient(top, #d4e2ef, #ffffff);  
	background-image: linear-gradient(top, #d4e2ef, #ffffff);  /* Firefox, IE10 */
    /* background-image: linear-gradient(to bottom, #0065A4 0%, #A0CF67 100%); Firefox, IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4e2ef', EndColorStr='#ffffff'); /* IE6–IE9 */	
}

.HomeDivImageBodySalud
{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -90px;
}
.HomeDivImageBodyVida
{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -114px;
}

.HomeDivImageBodyIntranet
{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -90px;
}
