body{
	background:#F9FCFE; 
	margin-top:0px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:0px;	
}

.menu_ancho{
	width:100%; 
	background:url(./img/menu.jpg) repeat-x; 
	height:31px; 
	position:relative; 
	top:-4px;
}

.menu_medio{
	position:relative; 
	margin:auto; 
	top:0px; 
	left:-8px; 
	height:31px; 
	width:1000px;
}

#seccion{
	margin:auto; 
	width:1000px; 
	height:100px;
}

#encabezado{
	width:100%; 
	height:100px; 
	background:url(./img/encabezado.jpg) repeat-x;
}

A:link{
	font-family:arial,verdana;
	font-size:12px;
	color:#5B2904;
	text-decoration: none;
}
A:visited{
	font-family:arial,verdana;
	font-size:12px;
	color:#5B2904;
	text-decoration: none;
}
A:active{
	font-family:arial,verdana;
	font-size:12px;
	color:#5B2904;
	text-decoration: none;
}
A:hover{
	font-family:arial,verdana;
	font-size:12px;
	color:#5B2904;
	text-decoration: underline;
}

a.footer:link{
	font-family:trebuschet ms, arial,verdana;
	font-size:14px;
	color:#000;
	text-decoration: none;
}
a.footer:visited{
	font-family:trebuschet ms, arial,verdana;
	font-size:14px;
	color:#000;
	text-decoration: none;
}
a.footer:active{
	font-family:trebuschet ms, arial,verdana;
	font-size:14px;
	color:#000;
	text-decoration: none;
}
a.footer:hover{
	font-family:trebuschet ms, arial,verdana;
	font-size:14px;
	color:#000;
	text-decoration: underline;
}

a.ordena:link{
	font-family:trebuschet ms, arial,verdana;
	font-size:13px;
	color:#fff;
	text-decoration: none;
}
a.ordena:visited{
	font-family:trebuschet ms, arial,verdana;
	font-size:13px;
	color:#fff;
	text-decoration: none;
}
a.ordena:active{
	font-family:trebuschet ms, arial,verdana;
	font-size:13px;
	color:#fff;
	text-decoration: none;
}
a.ordena:hover{
	font-family:trebuschet ms, arial,verdana;
	font-size:13px;
	color:#fff;
	text-decoration: underline;
}

#titulos_listado{
	margin:auto; 
	margin-top:30px; 
	height:33px; 
	width:990px; 
	background:url(./img/buscador_top.jpg) no-repeat;
}

.titulos_listado{
	font-weight:bold; 
	font-family:trebuchet ms, verdana; 
	font-size:14px; 
	color:#fff; 
	height:20px; 
	float:left;
	position:relative; 
	top:8px;
}

#resultados {
	background:#F9FCFE; 
	margin:auto; 
	margin-top:0px; 
	height:33px; 
	color:#000; 
	font-family:trebuchet ms, verdana; 
	font-size:14px;  
	width:990px; 
	border-bottom:1px solid #ccc;
}

.resultados{
	position:relative; 
	top:8px; 
	height:20px; 
	float:left;
}

#suma{
	background:#F9FCFE; 
	margin:auto; 
	margin-top:0px; 
	height:33px; 
	color:#000; 
	font-family:trebuchet ms, verdana; 
	font-size:14px;  
	width:352px;
}

#paginado{
	height:20px; 
	color:#000; 
	font-family:trebuchet ms, verdana; 
	font-size:14px; 
	border-bottom:1px solid #ccc; 
	border-top:1px solid #ccc; 
	width:990px; 
	margin:auto; 
	margin-top:30px; 
	background:#FDC4A8; 
	text-align:center;
}