@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	
	
}

#cabecera {
	margin: 40px auto 0;
	
}

a:link
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color:#999;
	font-weight: bold;
}
a:visited
{
font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
color: #cccccc;
}
a:hover
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3CF
}