body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #000066;
	font-family: Verdana;
	font-size: 9pt;
	text-align:center;
}
.contenedor
{
	background-color:white;
	margin: 0 auto;
	width:95%;
	text-align: left;
	position:relative; 
}

.errores
{
	border:solid 1px gray; 
	position:absolute; 
	top:100px;
	left:150px;
	width:500px;
	height:100px;
	background-color:white;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb, Direction=135, Strength=6);
}
.errores .titulo
{
	width:100%;
	height:20%;
	background-color:#9c3;
	clear:both;
	border-bottom:solid 1px gray;
}
.errores .titulo span
{
	color:White;
	padding-left:5px;
	padding-top:2px;
	font-weight:bold;
	display:block;
}
.errores .imagen
{
	float:left;
	padding:10px;
}
.errores .mensaje
{
	float:left;
	padding:10px;
}
.errores .mensaje span
{
	font-weight:bold;
}
.errores .regresar
{
	right:0;
	bottom:0px;
	padding:10px;
	position:absolute;
}
.errores .regresar a
{
	font-weight:bold;
	text-decoration:none;
}


.liga
{
	font-size: 8pt;
	font-family: verdana;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}





.divTabla
{
	clear: both;
	padding: 0px;
	display: block;
}

.divTabla .row
{
	width: 100%;
	clear: both;
	padding: 0px;
	display: block;
	margin:2px;
	padding:2px;
	border:solid 0px pink;
	
}

.divTabla .label
{
	display: block;
	float: left;
	width: 29%;
	font-size: 9pt;
	font-weight: bold;
}

.divTabla .field
{
	display: block;
	float: left;
	width: 70%;
}

.divTabla .field input
{
	border: solid 1px #006;
	font-size:8pt;
}

.divTabla .field .boton
{
	border: solid 1px #006;
	background-color: #006;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

.divTabla .field .borderless input
{
	border: none;
}


.localnav a:link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
color: 6666ff;
text-decoration: none; 
}

.localnav a:hover {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
color: 99CC00;
text-decoration: none; 
}

.localnav a:visited {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
color: 663399;
text-decoration: none; 
}

.requiredFieldMessage
{
 font: 11px Verdana, sans-serif;
 color: #448;
}
.requiredField
{
	font-family: Verdana;
	font-size: 10px;
	/* line-height: 13px; */
	color: red;
}
