/* CSS Document */
body {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#679EBB;
	scrollbar-darkshadow-color:#679EBB;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#A4C5D6;
	scrollbar-track-color:#FFFFFF;
	background-color: #FD7C01;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0035BE;
	text-decoration: none;
	text-align: right;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: justify;
	line-height: normal;
	font-weight: normal;

}
.textoForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.bordeDerecho {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #679EBB;
	border-right-color: #679EBB;
	border-bottom-color: #679EBB;
	border-left-color: #679EBB;
}
.bordeIzquierdo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #679EBB;
	border-right-color: #679EBB;
	border-bottom-color: #679EBB;
	border-left-color: #679EBB;
	border-left-style: solid;
}
