/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(./images/fondo_sisadentl.gif);
	margin-top: 5px;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}
td, th {
	font-size: 10px;
}
hr {
	color:#0085A2;
	background-color: #0085A2;
}

/** Encabezados **/
h1 {
	font-size: 14px;
	color: #2D428D;
	margin-left: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
/* Encabezado de Tablas **/
.barra {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px;
	background-color: #009CBE;
	height:12px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
}
/** Letras **/
.label_norm {
	color: #333333;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
.label_bold {
	color: #006699;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.asteriscos {
	color: #FF6600;
}
.parrafos {
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}
.celdas {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	height: 25px;
	vertical-align: text-top;
}
.error {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.resalta {
	color: #0085A3;
	font-weight: bold;
}
.font8px {
   font-size: 8px
}
/** Viņetas **/
.vineta_img {
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 10px;
	list-style-image: url(images/vineta.gif);
	list-style-position: outside;
}
.vineta_num {
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 10px;
	list-style-position: outside;
}
/*** Componentes ***/
.botones {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #009CBE;
	height: 25px;
}
/** Menu de Opciones ***/
.BarraMenu {
	color: #0085A3;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/fondo01.jpg);
	line-height: 18px;
}
.BarraMenu a:link {
	color: #0085A3;
}
.BarraMenu a:visited {
	color: #0085A3;
}
.BarraMenu a:hover {
	color: #FF6600;
}
.MenuLateral {
	color: #0085A2;
	font-size: 10px;
	font-weight: bold;
	background-color: #CEECF4;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 15px;
	border-color: #0085A2;
}
.MenuLateral a:link {
	color: #0085A2;
	text-decoration: none;
}
.MenuLateral a:visited {
	color: #0085A2;
	text-decoration: none;
}
.MenuLateral a:hover {
	color: #FF6600;
	text-decoration: none;
}
.BarraSubMenu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #577EBB;
	text-align: center;
}
.BarraSubMenu a:link {
	color: #FFFFFF;
	font-size: 1Opx;
}
.BarraSubMenu a:visited {
	color: #FFFFFF;
	font-size: 1Opx;
}
.BarraSubMenu a:hover {
	color: #FFCC00;
	font-size: 1Opx;
}
/** Link ***/
a:link {
	color: #0085A3;
	text-decoration: none;
}
a:visited {
	color: #0085A3;
	text-decoration: none;
}
a:hover {
	color: #FF8C00;
	text-decoration: none;
}
a:active {
	color: #0085A3;
	text-decoration: none;
}
.link_parrafo {
	color: #0085A2;
	font-size: 10px;
	font-weight: bold;
}
.link_parrafo a:link {
	color: #0085A2;
	font-size: 1Opx;
}
.link_parrafo a:visited {
	color: #0085A2;
	font-size: 1Opx;
}
.link_parrafo a:hover {
	color: #FF6600;
	font-size: 1Opx;
}
.blanco {
  color: #FFFFFF
}
.blanco a:link {
	color: #FFFFFF;
}
.blanco a:visited {
	color: #FFFFFF;
}
.blanco a:hover {
	color: #FFCC00;
}
/* Para entrada de datos */
input.input200 {
	width: 200px;
	height: 16px;
}
input.input100 {
	width: 100px;
	height: 16px;
}
input.input500 {
	width: 500px;
	height: 16px;
}
input.input50 {
	width: 50px;
	height: 16px;
	text-align: right;
}
select.select200 {
	width: 250px;
	height: 20px;
}
select.select350 {
	width: 350px;
	height: 20px;
}
textarea.textarea200 {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}	
textarea.textarea500 {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}	

