/* CSS Document */
/*body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
}*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Texto {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}

.Texto2 {
	font-family: Arial;
	font-size: 14px;
	color:#990033;
	text-align: justify;
	font-weight: bold;
}

.espacio {font-size: 9px;}

.SubTitulo {
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.TextoRojo{
	font-family: Arial;
	font-size: 12px;
	color: #990033;
	text-align: justify;
}

.Titulo {
	font-family: Arial;
	font-size: 17px;
	color: #990033;
	text-decoration: underline;
	font-weight: bold;
}

.piePagina {
	font-family: Arial;
	font-size: 10px;
	color: #990033;
	text-align: center;
}

.link1:link{
	font-family: Arial;
	font-size:13px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}
.link1:visited{
	font-family: Arial;
	font-size:13px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}
.link1:hover{
	font-family: Arial;
	font-size:13px;
	text-align:center;
	color:#666600;
	text-decoration:underline;
}
.link1:active{
	font-family: Arial;
	font-size:13px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}