body {
	background: #999999;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	}
P {
	text-align:justify;
	line-height:18px;
	}
.H1 {
	color: #333333;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom: 1px solid #333333;
	}
.fondo_texto {
	background: url(images/fondo_texto.jpg) no-repeat;
	}
.fondo_blanquito {
	background: #b3b3b3;
	}
.texto_index {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	}
A:link {
	color: #990000;
	text-decoration:none;
	}
A:hover {
	color: white;
	}
A:visited {
	color: #990000;
	text-decoration:none;
	}
A:active {
	color: #990000;
	text-decoration:none;
	}
.borde_derecho {
	border-right: 1px solid #333333;
	}
.form {
	background-color: #999999;
	padding:3px;
	border: 1px solid #666666;
	}
.lineaizquierda {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-left: 5px;
}

