/**{
	border: 1px solid blue;
}*/
div, ul, img, table{
   margin:0px;
   padding:0px;
   border: none;
   margin:0;
}

body, html{
	margin:0px;
	padding:0px;
	width:873px;
	height:382px;
	font-family:Trebuchet MS;
	.overflow:hidden;
}
#pagina{
	background:url(../img/farmacias/bg_farmacias.gif);
	background-attachment:fixed;
	width:873px;
	height:382px;
	margin:0px;
	padding:0px;
}

#relleno{
	background:url(../img/farmacias/bg_rayado.gif) repeat;

	width:833px;
	height:367px;
	margin:0px;
	
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:5px;
	}

#logoFarmacias{
	width:720px;
	height:72px;
}

#fecha{
	color:#ffffff;
	font-size:11px;
	
	width:311px;
	height:16px;
	background: #661429;
}


#selectLocalidad{
	width:800px;
	margin-top:20px;
}

#elegirLocalidad {
	background:#faf9f9;
	font-family:Trebuchet MS;
	font-size:11px;
	border:1px solid #7F9DB9;
}

#contenido{
	width:841px;
	height:151px;

	margin-top:5px;
}

#contenido table{
	padding:1px;
	text-align:middle;
}

#celdaTitulo{
	background:#282829;
	color:#ffffff;
	font-size:11px;
	height:15px
}

.celdaGris{
	background:#ececec;
	color:#282829;
	font-size:11px;
	height:30px;
}
.celdaGris a, .celdaBlanca a{
	text-decoration:none;
}

.celdaBlanca{
	background:#ffffff;
	color:#282829;
	font-size:11px;
	height:30px;
}

.reduceFuente{
	font-size:10px;
}

#logosPie{
	width:833px;
	
	margin-top:15px;
	color:#282829;
	font-size:11px;
	text-align:right;
}

#logosPie a{
	text-decoration:none;
	color:#282829;
}

#logosPie a:hover{
	color:#282829;
	text-decoration:underline;
}

.derecha{
	margin-left:19px;
}