body {
	background-color: #FFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

p {
	line-height: 14px;
	margin: 4px 0px 12px 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}

a:hover {
	color: #9C3;
	text-decoration: none;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #FFF;
	border: 1px solid #666;
	font-size: 11px;
	padding-left: 6px;
}

.titulo {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.texto_gris {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-align: justify;
}

.detalle {
	float: left;
	margin: 0px 10px 0px 0px;
}

.error {
	color: #F33;
	font-weight: bold;
	text-align: center;
	height: 75px;
}

.exito {
	color: #9C3;
	font-weight: bold;
	text-align: center;
	height: 75px;
}

.copyright {
	color: #666;
	font-size: 10px;
	padding: 10px 0px;
	text-align: center;
}
