﻿body 
{
	font-family:Verdana;
	font-size:8.5pt;
	color:Black;
	margin:0px;
}

td, select, input
{
	font-size:8.5pt;	
}

a
{
	color:Green;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.tabTitles
{
	font-size:10pt;
	font-weight:bold;
	color:Black;
}

.secTitles
{
	font-size:12pt;
	font-weight:bold;
	color:Black;
}

.celDivider
{
	border-bottom:1px dotted #666666;	
}

.celTopDivider
{
	border-top:1px dotted #666666;	
}

.mnuCelContainer
{
	font-family:Verdana;
	background-color:#0A5B27;
	height:30px;
	color:White;
	font-size:8pt;
}

.mnuCelContainer a
{
	font-weight:bold;
	text-decoration:none;
	color:White;
}

.mnuCelContainer a:hover
{
	text-decoration:underline;
}

.celContent
{
	/*padding-top:20px;*/
	background: white url(../imagenes/interface/bg-grad-contenido.jpg) top left repeat-x;
}

.decoHeader
{
	/* background: white url(../imagenes/interface/bg-top-decor.jpg) top right no-repeat;	*/
	background: white url(../imagenes/bg-top-decor_new.jpg) top right no-repeat;
}

.lblMsgErr
{
	font-family:Verdana;
	font-size:8pt;
	color:Red;	
}


.dDirecciones 
	{
		z-index: 2;
		position: absolute;
		height: 100px;
		overflow: auto;
		width: 880px;
		top:480px;
		margin-left: 30px;
		background-color: White;
}

#cajaMsg 
{
	width:325px;
	height:60px;
	
	margin-top:-40px;
	margin-left:-125px;
	
	top:55%;
	left:50%;
	float:none;
	
	position:absolute;
	border:1px solid #FFCC33;
	background-color:#FFFFCC;
	font-family:Verdana;
	font-size:7.5pt;
	padding:15px; 
	z-index:1;
}



.cajaMsg 
{
	width:325px;
	height:60px;
	
	margin-top:-40px;
	margin-left:-125px;
	
	top:55%;
	left:50%;
	float:none;
	
	position:absolute;
	border:1px solid #FFCC33;
	background-color:#FFFFCC;
	font-family:Verdana;
	font-size:7.5pt;
	padding:15px; 
	z-index:1;
}

.cajaClose{
	text-align:right;
	padding-right:10px;
}

.cajaClose a{
	text-decoration:none;
	font-family:Verdana;
	font-size:7.5pt;
	color:Maroon;
}

.cajaClose a:hover{
	text-decoration:none;
	font-family:Verdana;
	font-size:7.5pt;
	color:Maroon;
	font-weight:bold;
}

#wmContainer {
	width:550px;
	height:370px;
	background-color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-275px;
	margin-top:-220px;
}

#grpLogo{
	width:300px;
	height:60px;
	margin:20px 0 0 20px;
}

#grpForma{
	width:300px;
	height:180px;	
	margin:40px 0 0 40px;
	/*border-right:#666666 1px dotted;*/
}

#grpRpwd{
	width:150px;
	position:absolute;
	left:45px;
	/*left:385px;*/
	top:150px;
}

#grpRpwd2{
	width:150px;
	position:absolute;
	left:385px;
	top:100px;
}

#loginLIS{
	width:150px;
	position:absolute;
	left:370px;
	top:180px;
}


.texto11{font-size: 11px;}

/* texto rojo */

.texto9_rojo{font-size: 9px;color: Red;}
.texto10_rojo{font-size: 10px;color: Red;}
.texto11_rojo{font-size: 11px;color: Red;}
.texto12_rojo{font-size: 12px;color: Red;}
.texto13_rojo{font-size: 13px;color: Red;}
.texto14_rojo{font-size: 14px;color: Red;}
.texto15_rojo{font-size: 15px;color: Red;}

/* texto blanco */

.texto9_blanco{font-size: 9px;color: white;}
.texto10_blanco{font-size: 10px;color: white;}
.texto11_blanco{font-size: 11px;color: white;}
.texto12_blanco{font-size: 12px;color: white;}
.texto13_blanco{font-size: 13px;color: white;}
.texto14_blanco{font-size: 14px;color: white;}
.texto15_blanco{font-size: 15px;color: white;}

/* texto gris2 */

.texto9_gris2{font-size: 9px; color: #878787;}
.texto10_gris2{font-size: 10px; color: #878787;}
.texto11_gris2{font-size: 11px; color: #878787;}
.texto12_gris2{font-size: 12px; color: #878787;}
.texto13_gris2{font-size: 13px; color: #878787;}
.texto14_gris2{font-size: 14px; color: #878787;}
.texto15_gris2{font-size: 15px; color: #878787;}