body{
	background-image: url('../images/background.jpg'); 
	background-repeat: repeat-x;
	background-color: #4A91C8;
	text-align:center; 
	margin: 20px 0px 20px 0px;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
}

ul.lista{
	list-style-image:url(images/flecha.gif);
	line-height: 200%;
	text-align:justify;
}

a.enlace{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

a.enlace:hover {
	color: #CC0000;
	text-decoration: underline;
}
p.parrafo{
	padding:20px;
	line-height:150%;
	text-align:justify;
	font-size:13px;
	font-weight:300;
}


