td {
	font-family: trebuchet ms;
	font-size: 12px;
}

a.vinculo_azul {
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
	color: #ff6600;
}

a.vinculo_azul:hover {
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: underline;
	color: #ff6600;
}

td.mensajes {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #999999;
}

td.cabecera {
	font-family: trebuchet ms;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

td.intro {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #FFFFFF;
}

td.titulo {
	font-family: trebuchet ms;
	font-size: 17px;
	color:#FFCC00;	
	font-weight: bold;
}


select {
	font-size: 12px;
}

input{
background-color: #eeeeee;
border: 1px solid #aaaaaa;
font-size: 11px;
font-family: trebuchet ms;
}

textarea{
background-color: #eeeeee;
border: 1px solid #aaaaaa;
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
scrollbar-3dlight-color: #ECECEC;
scrollbar-arrow-color: Gray;
scrollbar-base-color: #ECECEC;
scrollbar-face-color: #ECECEC;
scrollbar-highlight-color: #ECECEC;
scrollbar-shadow-color: #ECECEC;
scrollbar-track-color: Gray;
scrollbar-darkshadow-color: #ECECEC;
}