/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #999999;
	margin-top: 10px;
	background-image: url(images/fondo07.jpg);
}
td, th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

/** Encabezados **/
h1 {
	font-size: large;
	color: #2D428D;
	margin-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
/* Encabezado de Tablas **/
.barra {
	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;
}
.barra1 {
	font-size: medium;
	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;
}
/** 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: #FF9900;
	font-weight: bolder;
}
.parrafos {
	color: #333333;
	padding-left: 20px;
	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 {
	color: #990000;
	font-weight: bold;
}
.titulo01 {
	color: #1C336B;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.titulo02 {
	color: #596B9A;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.titulo03 {
	color: #596B9A;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.resalta {
	color: #4B5880;
	font-weight: bold;
}
.resalta a:link {
	color: #000099;
	text-decoration: none;
}
.resalta a:visited {
	color: #000099;
	text-decoration: none;
}
.resalta a:hover {
	color: #000033;
	text-decoration: none;
}
.font8px {
   font-size: x-small}
/** Viņetas **/
.vineta_img {
	color: #333333;
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;
	padding-bottom: 5px;
	list-style-image: url(images/circle.jpg);
	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: Arial, Helvetica, sans-serif;
	background-color: #90ADD4;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/** Menu de Opciones ***/
.BarraMenu {
	color: #FFFFFF;
	font-weight: bold;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	background-color:#2d428d;
}
.BarraMenu a:link {
	color: #FFFFFF;
}
.BarraMenu a:visited {
	color: #FFFFFF;
}
.BarraMenu a:hover {
	color: #FF9900;
}
.MenuLateral {
	color: #2d428d;
	font-weight: bold;
	background-color: #7B9BCA;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 25px;
}
.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-weight: bold;
	background-color: #577EBB;
	text-align: center;
}
.BarraSubMenu a:link {
	color: #FFFFFF;
}
.BarraSubMenu a:visited {
	color: #FFFFFF;
}
.BarraSubMenu a:hover {
	color: #FFCC00;
}
/** Link ***/
a:link {
	color: #2D428D;
	text-decoration: none;
}
a:visited {
	color: #2D428D;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #2D428D;
	text-decoration: none;
}
.link_parrafo {
	color: #000066;
	font-weight: bold;
}
.link_parrafo a:link {
	color: #000066;
}
.link_parrafo a:visited {
	color: #000066;
}
.link_parrafo a:hover {
	color: #0066FF;
}
.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: 20px;
}
input.input300 {
	width: 300px;
	height: 16px;
}
input.input100 {
	width: 100px;
	height: 20px;
}
input.input101 {
	width: 101px;
	height: 20px;
}
input.input150 {
	width: 150px;
	height: 20px;
}
input.input500 {
	width: 500px;
	height: 16px;
}
input.input501 {
	width: 500px;
	height: 20px;
}
input.input50 {
	width: 50px;
	height: 16px;
	text-align: left;
}
select.select200 {
	width: 250px;
	height: 20px;
}
select.select350 {
	width: 350px;
	height: 20px;
}
textarea.textarea200 {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}	
textarea.textarea500 {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}	
.vineta_img_t {

	color: #333333;
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;
	padding-bottom: 5px;
	list-style-image: url(images/circle.png);
	list-style-position: outside;
}
input, textarea, select {
	font-size: small;
}
/* Tablas*/
.celdas_pedirdatos {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	vertical-align: text-top;
	background-color: #f2f2f2;
}
.celdas_mensajes {
	color: #333333;
	background-color: #f2f2f2;
}
.celdas_general {
	color: #333333;
	vertical-align: text-top;
	background-color: #FFFFFF;
}
.barra_pedirdatos {
	font-weight: bold;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #2D428D;
}
.barra_resumen {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height:23px;
	vertical-align:middle;
	text-align: center;
	color: #FFFFFF;
	background-color: #2D428D;
}
.barra_confirma {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height:26px;
	vertical-align:middle;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #2D428D;
}
