/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	margin-top: 0px;
}
td, th {
	font-size: 10px;
}

/** Encabezados **/
h1 {
	font-size: 16px;
	color: #2D428D;
	margin-left: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
h3 {

	font-size: 16px;
	color: #333333;
	margin-left: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Encabezado de Tablas **/
.barra {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	border-bottom-style: solid;
	padding:3px;
	border-bottom-width: 2px;
	background-color: #577EBB;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}
.barra_pedirdatos {
	font-size: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	padding:3px;
	border-bottom-width: 2px;
	background-color: #999999;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}
.barra_superior {
    background-image:url(images/top02.jpg);
	background-repeat:no-repeat;
	height:130px;
	background-color:#8DC2F8;
}
.barra_resumen {
	font-size: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #666666;
	height:23px;
	vertical-align:middle;
	text-align: center;
	color: #FFFFFF;
}
.barra_confirma {
	font-size: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	padding:3px;
	border-bottom-width: 2px;
	background-color: #666666;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}
/** 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;
}
.celdas_general {

	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	vertical-align: text-top;
	background-color: #FFFFFF;
}
.error {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.resalta {
	color: #2D428D;
	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: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #90ADD4;
	height: 25px;
}
/** Menu de Opciones ***/
.BarraMenu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color:#2d428d;
	line-height: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.BarraMenu a:link {
	color: #FFFFFF;
	text-align: center;
}
.BarraMenu a:visited {
	color: #FFFFFF;
	text-align: center;
}
.BarraMenu a:hover {
	color: #FF9900;
	text-align: center;
}
.MenuLateral {
	color: #2d428d;
	font-size: 10px;
	font-weight: bold;
	background-color: #7B9BCA;
	padding:1px 10px 1px 10px;
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 23px;
}
.MenuLateral a:link {
	color: #2d428d;
	text-decoration: none;
}
.MenuLateral a:visited {
	color: #2d428d;
	text-decoration: none;
}
.MenuLateral a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.BarraSubMenu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #2D428D;
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
}
.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: #2D428D;
	text-decoration: none;
}
a:visited {
	color: #2D428D;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #2D428D;
	text-decoration: none;
}
.link_parrafo {
	color: #000066;
	font-size: 10px;
	font-weight: bold;
}
.link_parrafo a:link {
	color: #000066;
	font-size: 1Opx;
}
.link_parrafo a:visited {
	color: #000066;
	font-size: 1Opx;
}
.link_parrafo a:hover {
	color: #0066FF;
	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;
}	
