/* *********************************************** */
/* Textos, fuentes y tablas */

/* Cuerpo, filas y colmnas GENERAL */
body,td,th {
	color: #393220;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Subestilo texto 2 */
.textotitulo {
	color: #563F23;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Subestilo tabla 1 */
.cajacerrada {
	border-width:1px;
	border-color: #563F23;
	border-style:solid;
}

.cajacerrada2 {
	border-width:1px;
	border-color: #000000;
	border-style:solid;
}

.cajaderecha { border-width:0px; border-right-width:1px;
	border-color:#563F23;
	border-style:solid; }

.cajacuerpo { border-width:0px; border-right-width:1px; border-left-width:1px; border-bottom-width:1px; 
	border-color:#563F23;
	border-style:solid; }
	
.cajarribajo { border-width:0px; border-top-width:1px; border-bottom-width:1px; 
	border-color:#563F23;
	border-style:solid; }

/* Linea horizontal */
br { font-size: 12px }


/* *********************************************** */
/* Links */
a {
   color: #FFFFFF;
   text-decoration: none; }
a:hover { color: #F7AF1B; text-decoration: none; }
/* a:visited { color: #FFFFFFbackground-color: #369;} */

.linksubir {color: #333333; text-decoration:none; }
.linksubir:hover {color: #000000; text-decoration:underline; }

.linkenviar {color: #333333; text-decoration:none; }
.linkenviar:hover {color: #000000; text-decoration:underline; }