/* CSS Document */
#titulo_principal{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.texto{
	font-family:sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#063B71;
}
.texto2{
	font-family:sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#063B71;
}
.texto1{
	font-family:sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#ffffff;
}
.texto_box{
	font-family:sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#063B71;
}
#texto_nota{
	font-family:sans-serif;
	font-size:9px;
	font-weight:lighter;
	color:#063B71;
}
#texto2{
	font-family:sans-serif;
	font-size:9px;
	font-weight:lighter;
	color:#063B71;
}
.borde_izq{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	
}
.borde_ambos{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;	
}
.borde_der{
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
}
.borde_sup{
	border-top-color:#063B71;
	border-top-style:solid;
	border-top-width:1px;
}
.borde_supder{
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#063B71;
	border-top-style:solid;
	border-top-width:1px;
}
.borde_supizq{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-top-color:#063B71;
	border-top-style:solid;
	border-top-width:1px;
}
.borde_inf{
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.esq_izq_inf{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
}
.esquina_izq{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.esquina_der{
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
}
.marco_all{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-top-color:#063B71;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
}
.marco_all2{
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;	
}
.borde_completo{
	border-top-color:#063B71;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#063B71;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#063B71;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#063B71;
	border-right-style:solid;
	border-right-width:1px;
}