body {
	font-family: "Tahoma", Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../img/site/fondo_web.png);
	background-repeat: repeat-x;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
.titulo_negro {
	color: #000000;
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active  {
	color: #000000;
	text-decoration: none;
}
.botones {
	width: 118px;
	height: 24px;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 20px;
	border: 0px;
	background-image: url(../img/site/boton.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: none;
}
input {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}
.alerta {
	color: #990000;
}

