body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color:#fff;
}
body {
	background-color:#3F0E0C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color:#fff;
	font-size:11px;
	font-weight:normal;	
	text-decoration: underline;
    font-family:"Trebuchet MS";
}
a:visited {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration:line-through;
}
a:active {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration: underline;
}

/*txt*/

.tit-azul {
	font-size: 22px;
	color:#003366;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-decoration: normal;
}

.txt-blanco {
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	font-weight:normal;
}

.txt-pie {
	font-size: 10px;
	color:#ccc;
	font-weight:normal;
}

/* bordes */
.borde-verde{
	border-left: 1px solid #A1B517;
	border-top: 1px solid #A1B517;
	border-right: 1px solid #A1B517;
	border-bottom: 1px solid #A1B517;
}

.borde-top {
	border-top: 1px solid #ccc;
}

.borde-right {
	border-right: 1px solid #fff;
}

/*fondos*/



/*vinculos */

a.link-pie:visited, a.link-pie:active, a.link-pie:link {
	color: #990000; 
	font-size:10px;
	text-decoration: underline;
} 

a.link-pie:hover {
	color:#ccc; 
	font-size:10px;
	text-decoration: none
}

a.link-intro:active, a.link-intro:visited, a.link-intro:link {
	color:#fff; 
	font-size:16px;
	text-decoration: underline;
	margin-left: 4px;
		font-weight:bold;
} 
a.link-intro:hover {
	color:#fff; 
	font-size:16px;
	text-decoration: none;
	margin-left: 4px;
		font-weight:bold;
}

/*formularios*/

.form {
	BORDER: #333 1px solid; 
	FONT-SIZE: 10px; 
	WIDTH: 100px; 
	COLOR: #000; 
	MARGIN-RIGHT: 0px; 
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #fff;
}

.textarea {
	BORDER: #FFD2E1 1px solid; 
	FONT-SIZE: 11px; 
	font-family: TAHOMA;
	MARGIN-LEFT: 0px; 
	OVERFLOW: auto; 
	WIDTH: 326px; 
	COLOR: #FF6699; 
	MARGIN-RIGHT: 0px; 
	HEIGHT: 60px; 
	BACKGROUND-COLOR: #fff;
}

.btn_ev_borr {
	BORDER: medium none; 
	FONT-SIZE: 100%; 
	WIDTH: 57px; 
	COLOR: #ffffff; 
	HEIGHT: 22px; 
	BACKGROUND-COLOR: #3255B8;
}
