/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	
	SCROLLBAR-FACE-COLOR: #343843; 
	SCROLLBAR-HIGHLIGHT-COLOR: #343843; 
	SCROLLBAR-SHADOW-COLOR: #343843; 
	SCROLLBAR-3DLIGHT-COLOR: #3D424E; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #343843;
	SCROLLBAR-BASE-COLOR: #343843;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #92A7B8;
}

.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #92A7B8;
	background-color: #FFFFFF;
	border: 1px solid #92A7B8;
}

.titulos {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #6B96B8;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #7D889B;
}
.subtitulosblanco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
