.normal 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.titulo 
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.lista 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-image: url(../images/flecha2.JPG);
	display: list-item;
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

a:link 
{ 
	color: Blue; 
}

a:hover
{ 	
	color: #FF6500;  
}

a:visited
{ 
	color: #9C0000; 
}
.titulo2 
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
}

.lista2 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-image: url(../images/flecha2.JPG);
	display: list-item;
	list-style-position: outside;
	margin-left: 50px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.titulo3 
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	border: 1px double #990000;
	text-align: center;
}
	
.foto {
	
	float: left;
	
}

.link 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a.ficha 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

a.ficha:hover 
{
	color: #FF6500;
}

a.ficha:visited 
{
	color: #FF6500;
	
}


.pie 
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	

}

