﻿.Normal {
	border: 1px solid #808080;
	font-family: Verdana;
	font-size: 9pt;
}
.Contenedor {
	border-style: solid;
	border-width: 2px 20px 5px 20px;
	border-color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	width: 900;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.Contenedor td{
	margin: 0px;
	padding: 3px;
}

.Cuerpo{
	margin: 2px;
	background-image: url('../images/fondo.jpg');
}

.Cabecera {
	border-color: #999999;
	font-weight: bold;
	height: 20;
	color: #010A6B;
	font-style: italic;
	background-color: #C6D4E4;
	border-bottom-style: groove;
	border-bottom-width: 1px;
}
.SubCabecera {
	height: 18;
	font-style: italic;
	color: #010A6B;
	background-color: #D8DBDE;
}
.Tabla {
	border: 1px solid #ABBFD8;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #000000;
	border-collapse: collapse;
}

.Tabla_Plana {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #000000;
	border-collapse: collapse;
}

.menu a {
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000080;
	padding: 1px;
	display: block;
	width: 100%;
}
.menu a:hover {
	padding: 1px;
	border: 1px dotted #800000;
	text-decoration: none;
	background-color: #F3F1D3;
	display: block;
	width: 100%;
}
menu a:active {
	padding: 1px;
	border: 1px dotted #800000;
	text-decoration: none;
	background-color: #F3F1D3;
	display: block;
	width: 100%;
}
.Boton {
	border-width: 0px;
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	height: 25px;
	width: 96px;
	background-image: url('Images/boton.gif');
}
.BotonP {
	border-width: 0px;
	font-family: Verdana;
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
	height: 22px;
	width: 40px;
	background-image: url('Images/botonpeq.gif');
}
.Cursor {
	cursor: hand;
}
.Boton_Save {
	border-width: 0px;
	cursor: hand;
	background-image: url('images/Save16.gif');
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.CampoTexto {
	border: 1px outset #768E98;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 9pt;
}
.CampoCalculo {
	border: 1px outset #768E98;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #F7F7F4;
	text-align: right;
}
.CampoLista {
	border: 1px outset #768E98;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 9pt;
	width: 100%;
}
.Resaltado {
	border: 1px ridge #800000;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #F3F1D3;
}
.NoMargenes {
	margin-top: 0;
	margin-bottom: 0;
}
.NoBorder {
	border-style: solid;
	border-width: 0;
	font-family: Tahoma;
	font-size: 9pt;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #C6D4E4; border-left: 1px solid #010A6B; border-right: 1px solid #010A6B;}
.xb1 {margin:0 5px; background:#010A6B;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:transparent; border:0 solid #010A6B; border-width:0 1px; align: center;}

.Rota180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
}
@media print
{
.noprint {
	display: none;
}

.rounded-corners   
{   
	border-radius: 10px;   
	-ms-border-radius: 10px;   
	-moz-border-radius: 10px;   
	-webkit-border-radius: 10px;   
	-khtml-border-radius: 10px;   
}  

