a:visited, a:link, a:active {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 11px;
}
a:hover      {
	text-decoration: underline;
	color: #663300;
	font-weight: bold;
	font-size: 11px;

}
body         {
	font-family: Tahoma;
	background-color: #6699CC;
	font-size: 11px;
	scrollbar-face-color: #6699CC;
	scrollbar-shadow-color: #6699CC;
	scrollbar-highlight-color: #6699CC;
	scrollbar-3dlight-color: #003366;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #003366;
	scrollbar-arrow-color: #003366;
	margin: 0px;


				}


table        { font-family: Tahoma; font-size: 11px}
.titulo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	padding: 5px;

}
.contenido {
	font-family: Tahoma;
	font-size: 10px;
	text-align: justify;
	padding: 5px;


}
.tdMenu {
	border-top: 1px solid #DADAE7;
	border-right: 1px solid #DADAE7;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #DADAE7;
}
.tdIndexFondo {
	background-image: url(../images/fondo01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.inputTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6699CC;
	padding: 3px;
	height: 20px;
	border: none;
}
.textareaMensaje {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6699CC;
	padding: 5px;
	border: none;
}

