.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulo {
	font-family: arial;
	font-size: 16px;
	color: #1a2d31;
}
.texto {
	font-family: arial;
	font-size: 11px;
	color: #1a2d31;
}
.texto2 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.texto3 {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
.textoinicio {
	font-family: arial;
	font-size: 12px;
	color: #1a2d31;
}
.textoinicio A:link {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.textoinicio A:visited {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.textoinicio A:hover {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
}

.textoinicio A:active {
	text-decoration: none;
}


.form {
	font-family: arial;
	font-size: 11px;
	border: 1px solid #1a2d31;
}

.menuppal {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	
}

.menuppal A:link {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.menuppal A:visited {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.menuppal A:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
}

.menuppal A:active {
	text-decoration: none;
}

.menuppal ul li
{
 display :inline ;
}

.menuppal ul li a{
	color: #FFFFFF;
	padding: 10px 13px; /*SEPARACION horizontal ENTRE OPCIONES DE MENU*/
	margin: 0;
	text-decoration: none;
	font-family:  Arial;
	font-size: 12px; /*TAMA;O DE FUENTE ARRIBA*/
	border-right: 0px solid #A11017; /*COLOR DE LINEA ENTRE MENUS DE ARRIBA*/
	font-weight:bold ;
}
/*Submenus*/
.dropmenudivNew{
	position:absolute;
	top: 0;
	border: 0px solid #C1C5C7; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px; /* ALTURA distacias entre cada opcion del menu*/
	z-index:100;
	background-color: #1a2d31;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudivNew A{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #C1C5C7; /*LINEA ENTRE DROPDOWN*/
	padding: 5px 0;/*ANCHO DE MENU DROPDOWN*/
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF ;
}

.dropmenudivNew A:link
{
	color: #ffffff;
	font-family :Arial ;
	font-size : 11px;
	text-decoration :none;
	}
	
.dropmenudivNew A:hover{ /*THEME CHANGE HERE*/
	background-color: #8e7e40; /*COLOR MENU OAVER   #8e7e40*/
	color: #ffffff ;
	text-decoration: none;
	font-weight: normal;
}

	.dropmenudivNew A:visited
	{
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	}
.dropmenudivNew A:active
{
	text-decoration: none;
	}

/**/
	
.menuder {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:link {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:visited {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:hover {
	color: #000;
	font-family: arial;
	font-size: 11px;
    text-decoration: underline;
}

.menuder A:active {
	text-decoration: none;
}

.link1 {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;

}
.link1 A:link
{
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight :bold ;
	}
.link1 A:hover
{	color: #b29a5c;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
    font-weight :bold ;
	}
.link1 A:visited
	{
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight :bold ;
	}
.link1 A:visited:hover
{
	color: #b29a5c;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
    font-weight :bold ;
	}
.link1 A:active
{
	text-decoration: none;
	}
	
A:visited {
	color: #1a2d31;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.hover1 {
	color: #ffffff ;
	font-family: arial;
	font-size: 11px;
    text-decoration: underline;
}

A:active {
	text-decoration: none;
}

.input {	font-family: arial;
	font-size: 11px;
	border: 1px solid #1a2d31;
}

.boton {
	background-color: #1a2d31;
	border-color: #1a2d31;
	border: 1px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.footer {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
}

.footer A:link{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:none;
}

.footer A:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:underline;
}
A.footer :active {
	text-decoration: none;
}
.footer A:visited{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:none;
}

table.tabla1 {
border:1px solid #b6b6b6;
background-color: #ffffff;
}
table.tabla2 {
border:1px solid #b6b6b6;
background-color: #d1d8d9;
}
td.td1 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
border-right-style:solid;
border-right-color: #b0b0b0;
border-right-width:1px;
}
td.td2 {
border-bottom-style:solid;
border-bottom-color: #ffffff;
border-bottom-width:1px;
}
td.td3 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
}
td.td4 {
border-right-style:solid;
border-right-color: #b0b0b0;
border-right-width:1px;
}
tr.tr1 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
}
.modalBGClass
{
background-color: #9AADAD;
filter: alpha(opacity=70);
opacity: 0.7;
}
.prueba
{
    vertical-align: middle;
    cursor: move;
    text-align:center;
    align-content:center;
}
.prueba2
{
    vertical-align: middle;
    cursor: pointer;
    text-align:center;
    align-content:center;
}
.botonSCI
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #EDF4B9;
	border-width: 1px;
	border-color: #A9BF1C;
	height: 22px;
	width: 80px;
}
.wmClass
{
    border: none;
    background-color: white;
    font: 13px Verdana;
    color: darkgray;
}
.pnlTextBox
{
    border-style: none;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.validarClass 
{
    font: bold 11px Verdana;
    color: #3D5C5E;
    text-align: justify;
}
/*Agregado para funcionar con el Perfil Usuario*/
.contSubt570
{padding:5px; float:left; width:55px; font-weight:bold;}
.contText570
{padding:5px; float:left; width: 490px;}
.contSubtLarge570
{padding:5px; float:left; width:150px; font-weight:bold;}
.contTextLarge570
{padding:5px; float:left; width: 395px;}
.contPadLf {padding:5px; float:left;}
.contPadLfBold {padding:5px; float:left; font-weight:bold;}
.contExtLoading
{
text-align:center;
font-size: 11px;
font-weight:bold;
background: #F9F6E9;
border: 1px solid #CF9F55;
color: #BA8A40;
padding: 4px;
width:200px;
margin:auto;
}

.psiMuyDebil
{
    background-color: #ed3232;
    color:#000;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    padding: 2px 3px 2px 3px;
    font-weight:bold;
}
.psiDebil
{
    background-color: #ee6911;
    color:#000;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    padding: 2px 3px 2px 3px;
    font-weight:bold;
}
.psiAceptable
{
    background-color:#fbc904;
    color:#000;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    padding: 2px 3px 2px 3px;
    font-weight:bold;
}
.psiSegura
{
    background-color:#b4fa05;
    color:#000;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    padding: 2px 3px 2px 3px;
    font-weight:bold;
}
.psiMuySegura
{
    background-color:#58b73c;
    color:#000;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    padding: 2px 3px 2px 3px;
    font-weight:bold;
}

.botonPerfil
{
    font-weight: bold;
    font-size: 12px;
    color: #355251;
    font-family: Verdana, Arial;
    background-color: #dce2d2;
    border-width: 1px;
    border-color: #355251;
    height: 22px;
    width: 90px;
}
.msgPerfil
{
    width:95%;
    text-align:justify;
    padding:10px 15px;
    font-size:12px;
}
.msgPerfil div
{
    color:black;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align:justify;
}
.msgPerfil h1
{
    font-size:18px;
}
.msgPerfil h2
{
    font-size:14px;
}
.msgPerfil p
{
    text-indent: 15px;
}
#listA
{
    list-style-type: circle;
}
#listB
{
    list-style-type:none;
}
#listB li:before
{
   content: "- ";
}
.headMsgPanel
{
    text-align:left;
    font-size: large;
    color:#5377a9;
    font-weight:600;
}
