body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#333;
}
.titulo_gris {
	font-size: 16px;
	font-style: normal;
	color: #333333;
	border-bottom: 2px solid #999;
	height:50px;
	vertical-align:bottom;
}
.titulo-rojo {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #F00;
}
a:hover {
	color: #900;
	text-decoration: none;
}

a:active {
	color: #CCC;
}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 0px;
	border-bottom:1px solid #999;
	border-left:1px solid #CCC;
	color:#000;
}
.input_no {
	border:0;
}
.w_largo {
	width:200px;
}
.w_medio {
	width:70px;
}
.w_corto {
	width:30px;
}
.txt_light{
	font-size:10px;
	color:#666;
}
.btn{
	background-color:#F00; color:#FFF; border:0px; font-size:14px; font-weight:bold;
}
.btn_alt{
	background-color:#666; color:#FFF; border:0px; font-size:12px; font-weight:bold;
}