/* ESTILOS ELEMENTOS DE INTERFAZ */
html {
    min-height: 100%;
    margin-bottom: 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #42679F;
	scrollbar-shadow-color: #42679F;
	scrollbar-highlight-color: #42679F;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #fefefe;
	scrollbar-arrow-color: #FFFFFF;
}
.inputformsingle {
	height: 21px;
	width: 210px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	padding: 4px;
	background-image: url(../img/input_bgd_formsingle.jpg);
	background-repeat: repeat-x;
}
.inputformmulti {
	height: 60px;
	width: 320px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	padding: 4px;
	background-image: url(../img/input_bgd_formmulti.jpg);
	background-repeat: repeat-x;
}
/* ESTILOS TEXTOS AREA CONTENIDO */
.txt_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.txt_normal a{
	text-decoration: underline;
	color:#CC0000;
}
.txt_normal a:hover{
	text-decoration: underline;
	color:#3366FF;
}
.txt_highlight1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}
.txt_highlight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.txt_subtitulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#CC0000;
	font-weight: bold;
}
.txt_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5278A7;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
	border: 1px solid #659DD6;
	background-color: #83B1DD;
}
