@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F0EEE1;
}

.top{ width:960px; height:83px; background-color:#F0EEE1;}
	.logo{position:absolute; width:258px; margin-left:20px;}
	.otros{position:absolute; width:466px; height:60px; margin-left:465px; margin-top:12px; border:1px solid #999999; background-color:#FFFFFF;}

.barra{ width:940px; height:27px; background-image:url(imgs/barra_top.gif); background-repeat:no-repeat; color:#fff; padding:5px 0 0 20px;}

.contenido{ width:960px; height:1242px; background-color:#F0EEE1;}
	.buscador{ position:absolute; width:728px; height:103px; margin-left:20px; margin-top:18px;}
		.opciones{ height:47px;}
			.opciones_div{ width:197px; height:45px; float:left; text-align:center;}
		.felchas{ height:13px;}
	.publicidad{
	position:absolute;
	width:160px;
	height:600px;
	margin-left:791px;
	margin-top:18px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	top: 153px;
	left: -13px;
}
		.top_publicidad{ background-color:#848a94; font-size:9px; color:#FFFFFF; text-align:center; font-weight:bold; height:18px;}
		.top_publicidad div{ padding-top:2px;}
	.lista{ position:absolute; width:728px; height:1144px; margin-left:20px; margin-top:118px;}
		.tabla{ width:728px; height:109px; background:url(imgs/caja.gif) no-repeat; margin-bottom:6px;}
			.foto{ width:177px; height:109px; float:left; text-align:center;}
			.txt{ width:531px; margin-top:16px; float:left; margin-left:20px;}

.navegacion{ width:960px; height:56px; background-color:#F0EEE1; }
.nav_centro{ padding-top:18px; margin-left:322px; font-size:11px; color:#7E8588;}
.link_nav{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#7E8588; text-decoration:none;}
	.accion{ float:left; width:58px; height:16px; border:1px solid #999999; margin-left:3px; text-align:center; padding-top:1px; }
	.num{ float:left; width:16px; height:16px; border:1px solid #999999;margin-left:3px; text-align:center; padding-top:1px;}
	.selected{ color:#000000;}

.pie{ width:960px; height:36px; background-color:#7E8588; text-align:center;}
.pie div{ padding-top:12px; font-size:11px; color:#FFFFFF;}

.grande{ font-size:18px; font-weight:bold;}
a.grande{ font-size:18px; font-weight:bold; color:#000000; text-decoration:none; }
.mediano{ font-size:12px; }
