html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type='submit'],input[type='button'] {
	font-size: 10px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type='text'],input[type='password'],textarea {
	font-size: 11px;
	padding-left: 1px;
}

.tableControl,.actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 0px;
}

.columnHeader:hover {
	color: gray;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input,.errors textarea {
	border: 1px solid red !important;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
}

.rich-panel .rich-panel-header,.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}

select {
	font-size: 12px;
}

.rich-panel input[type='submit'],.rich-panel input[type='button'],.rich-tabpanel input[type='submit'],.rich-tabpanel input[type='button']
	{
	margin-bottom: 0;
}

.tableControl input[type='submit'],.tableControl input[type='button'],.tableControl select
	{
	margin: 5px 0 5px 5px;
}

.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: | square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

.encabezado {
	background-image: url(../img/encabezadosiia.jpg);
	background-position: center;	
	height: 86px;
	width: 1000px;
}

.encabezadoov {
	background-image: url(../img/encabezadosiiaov.jpg);
	background-position: center;
	height: 86px;
	width: 1000px;
	background-repeat: no-repeat;
}

a  {
	COLOR: BLACK; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none; 
	}
a:hover {
	COLOR: #7f7f7f;
	TEXT-DECORATION: underline;
}

a:visited 
{
	COLOR: BLACKf;
}

.t_base {
	background-image: url(../img/t_base.jpg);
	FONT-SIZE: 11px;
	PADDING: 2px;
	PADDING-left: 25px;
	text-align: right;

}

fieldset {
	padding-bottom: 10;
	border-left: 1px solid #dfd7ca;
	border-top: 1px solid #dfd7ca;
	border-right: 2px solid #dfd7ca;
	border-bottom: 2px solid #dfd7ca;
	background-color: white;
}

legend {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	color:#837244;
	text-align: right;
	FONT-SIZE: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

.l_documentos {
	Height: 25px;
	background: url('../img/b_buscar.gif') no-repeat left top white;
	padding-left: 25px;
	FONT-WEIGHT: bold;
	text-align: right;
	FONT-SIZE: 15px;
}

.l_filtro {
	Height: 25px;
	background: url('../img/filtro.png') no-repeat left top white;
	padding-left: 25px;
	FONT-WEIGHT: bold;
	text-align: right;
	FONT-SIZE: 15px;
}

.l_imprimir {
	Height: 25px;
	background: url('../img/b_imprimir.gif') no-repeat left top white;
	padding-left: 25px;
	FONT-WEIGHT: bold;
	text-align: right;
	FONT-SIZE: 15px;
}

.b_buscar {
	Height: 21px;
	background: url('../img/b_buscar.gif') no-repeat left top white;
	FONT-FAMILY: MS Sans Serif, Tahoma, Helvetica, Verdana, Arial;
	FONT-SIZE: 8px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	border-width: 0px;
	COLOR: #505685;
	filter: progid : DXImageTransform . Microsoft .
		Shadow(color = '#555555', Direction = 135, Strength = 2);
}