@charset "utf-8";
body{
	font-family:Arial, Helvetica, sans-serif;}

a{
			color:#595959;
			text-decoration:none;
	}
	
h1{font-family:Arial, Helvetica, sans-serif;
	height:47px;
	font-size:33px;
	color:#2e2e2e;
	background-image:url(../images/fondo_h1.jpg);
	background-repeat:repeat-x;
	}
	
h2{font-family:Arial, Helvetica, sans-serif;
	height:41px;
	font-size:30px;
	color:#464646;
	background-image:url(../images/fondo_h2.png);
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
	}

.texto_gris{
	font-family:Arial, Helvetica, sans-serif;
	color:#b3b3b3;
	font-size:12px;
	}
	
.texto{
	text-align:justify;
		color:#595959;
		font-size:13px;
		}
.enlace_gris{
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:13px;		
	text-decoration:none;
	font-weight:bold;
}
	
.enlace_gris:hover{
	text-decoration:none;
	color:#999;
		}