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

body{
background: url(images/index_03.jpg) repeat-x;
background-color: #687777;
}
.listado{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	line-height: 14pt;
	font-size: 10pt;
}
a.listado {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18pt;
}
a:hover.listado {
	background-color: #B4D7A6;
	color: #447133;
}

h1.listado {
	margin-bottom: 10px;
	margin-top: 10px;
}

.listado .prox {
	font-size: 7pt;
}

.pie,a.pie {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}
