body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td, th {
	font-size: 10px;
}
.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: #FF9933;
}
a {
	font-size: 10px;
	color: #0C3AA7;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0C3AA7;
	text-decoration: none;
}
a:hover {
	color: #3D6198;
	text-decoration: underline;
}
a:active {
	color: #0C3AA7;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 13px;
	color: #0C3AA7;
}
h2 {
	font-size: 12px;
	color: #3D6198;
	border-bottom-style: solid;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom-width: 2px;
	background-color: #C9D6E9;
	margin-right: 10px;
}

h3,h4,h5,h6 {
	font-size: 10px;
}

.window_bar {
	font-size: 11px;
	font-weight: bold;
	color: #3D6198;
	border-bottom-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 2px;
	background-color: #87A3CB;
}
.menu_barra {
	font-size: 10px;
	color: #3D6198;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ADC0DC;
	font-weight: bold;
	height:25px;
	vertical-align:middle;
	text-decoration:none;
	padding:3px;
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	
	
}

.menu_barra a:hover {
	color:#ffffff;
	background-color:#000084;
	height: 25px;
}
.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;
}
.font8px {
   font-size: 8px
}
.numeros {
	color: #333333;
	padding-right: 2px;
	text-align: right;
	font-size: 8px;
}
.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;
}
.button {
	color: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #90ADD4;
	width: 80px;
	height: 25px;
}
.error {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.resalta {
	color: #990000;
	font-weight: bold;
}

/* Para entrada de datos */
input.input200 {
	width: 200px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.input100 {
	width: 100px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.input500 {
	width: 500px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.input50 {
	width: 50px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
select.select200 {
	width: 250px;
	height: 20px;
}
textarea.textarea200 {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
textarea.textarea500 {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
