body {
    background-color: #FFFFFF;
    background-image: url(../img/fondo_6.png);
	background-repeat: repeat-x; 
	margin-left: 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.caja_cuadrado
{
	Font-weight:normal;
	Font-Family: Arial, Helvetica, sans-serif;
	border: 1px solid #663300;
}
.caja_izq-sup-der
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-left-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
}
.caja_izq-inf-der
{
	Font-weight:normal;
	Font-Family: Arial;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-left-color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.caja_izq-der
{
	Font-weight:normal;
	Font-Family: Arial;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-left-color: #663300;
}
.caja_izq-sup
{
	Font-weight:normal;
	Font-Family: Arial;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
}

.caja_izq-inf
{
	Font-weight:normal;
	Font-Family: Arial;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.caja_der-inf
{
	Font-weight:normal;
	Font-Family: Arial;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.texto_rojo {
	font-family: Arial;
	color: #FF0000;
	font-size: 12px;
}
.texto_blanco {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}
.texto_marron {
	font-family: Arial;
	color: #663300;
	font-size: 12px;
}
.texto_azul {
	font-family: Arial;
	color: #0000FF;
	font-size: 12px;
}
.th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ECF3F9;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #ECF3F9;
}
.thultimo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ECF3F9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : underline;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #663300;
	font-weight: bold;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #800000;
	font-weight: bold;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #5A2B00;
	font-weight: bold;
}
.title3 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-style: italic;

}
.celda {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #663300;
	border-bottom-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;

}
a.subtitulo:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0E4E7E;
	text-decoration: underline;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.celdaultima {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.texto_error {
	font-family: Arial;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	border: 1px dotted #FF0000;
}
.texto_negro {
	font-family: Arial;
	color: #000000;
	font-size: 12px;

}
a:visited {
	color: #0000FF;
}
.celdablanco {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.celdaultimablanco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.caja_izq-inf-der-blanco {

	Font-weight:normal;
	Font-Family: Arial;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subtitulo-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.caja_izq-sup-der-blanco {

	Font-weight:normal;
	Font-Family: Arial;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.boton
{
    Border-Right: #FF6600 1px solid;
    Border-Top: #FF6600 1px solid;
    Border-Left: #FF6600 1px solid;
    Border-Bottom: #FF6600 1px solid;
    Background-Color: #663300;
	Color: #FFFFFF;
    Font-Family: verdana, verdana, verdana;
	font-weight: bold;
    Font-Size: 12px;
	Height: 19px;
}

.boton_regresar
{
    Border-Right: #FF6600 1px solid;
    Border-Top: #FF6600 1px solid;
    Border-Left: #FF6600 1px solid;
    Border-Bottom: #FF6600 1px solid;
    Background-Color: #663300;
	Color: #FFDBB0;
    Font-Family: verdana, verdana, verdana;
	font-weight: bold;
    Font-Size: 12px;
	Height: 19px;
}

.boton1
{
    Border-Right: #663300 2px solid;
    Border-Top: #663300 2px solid;
    Border-Left: #663300 1px solid;
    Border-Bottom: #663300 1px solid;
    Background-Color: #FFDBB0;
	Color: #663300;
    Font-Family: verdana, verdana, verdana;
	font-weight: bold;
    Font-Size: 11px;
	Height: 18px;
}
.marco {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	margin: 10px;
	padding: 10px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

