body {
	margin: 0px;
	background-color: #6F1919;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-image: url(imagenes/fondo_trama.gif);
	cursor: default;
}

a:link    { color: #420606; text-decoration: none; }
a:visited {	text-decoration: none; color: #420606; }
a:hover   { text-decoration: underline; color: #CC1313; }
a:active  { text-decoration: underline; color: #420606; }

a.tipo1:link    { color: #420606; text-decoration: none; }
a.tipo1:visited { color: #420606; text-decoration: none; }
a.tipo1:hover   { color: #CC1313; text-decoration: none; }
a.tipo1:active  { color: #420606; text-decoration: none; }

.contenidos {
	background-color: #F1F1F1;
	background-repeat: repeat;
	background-image: url(imagenes/fondo_trama.gif);
}

.encabezado {
	background-color: #701919;
	background-image: url(imagenes/top_encabezado.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.menu {
	background-color: #7B1B1B;
	background-image: url(imagenes/fondo_menu.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center center;
}

.menu_botones {
	height: 22px;
	width: 120px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(imagenes/fondo_boton.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 1px;
	padding-left: 10px;
	overflow: hidden;
}

.fondoSuperior {
	background-color: #7B1B1B;
	background-repeat: repeat-x;
	background-image: url(imagenes/fondo_superior.gif);
}

.fondo1 {
	background-color: #E9E9E9;
}

.fondo2 {
	background-color: #F0F0F0;
}

.fondo3 {
	background-color: #FFFFFF;
}

.formDesplegable {
	background-color: #E9E9E9;
	border: 1px solid #A7A6AA;
}

.formTexto {
	border: 1px solid #585858;
	background-color: #F7F7F7;
}

.recuadro1 {
	border: 1px solid #B5B7B7;
}

.recuadro2 {
	border: 2px solid #D9D9D9;
}

.bordeIzq {
	border-left: 2px solid #DC0606;
}

.borde_abajo {
	border-bottom: 1px dashed #C3C3C3;
}

.borde_aba_arr {
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}

.borde_abajo_1 {
	border-bottom: 1px solid #7B1414;
}

.borde_abajo_2 {
	border-bottom: 1px solid #E10606;
}

.bordeDer {
	border-right: 2px solid #DC0606;
}

.txt1 {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.txt2 {
	font-family: Verdana, Arial;
	font-size: 11px;
}

.txt3 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #363636;
}

.txt_datos {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.nombre_detalle {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #7A7A7A;
}

.txt_titulos {
	padding-bottom: 3px;
	width: 85%;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #D6D6D6;
}

/* boxover */

.dvbdy1 {
	background: #E9E9E9;
	font-family: Verdana;
	font-size: 10px;
	border-left: 1px solid #B5B7B7;
	border-right: 1px solid #B5B7B7;
	border-bottom: 1px solid #B5B7B7;
	padding: 3px;
	width: 110px;
	text-align: center;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
}

.dvhdr1 {
	background: #E9E9E9;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #B5B7B7;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 110px;
	text-align: center;
}
