/* Archivo: estilobusquedaavanzada.css */
.labelTablas{
    text-align:center;
}
.comandos{
	display:inline;
	list-style: none;
}
#condicion{
	width:100%;
	text-align:left;
}
#condicion{
	list-style-image: url("and.gif") 
}
#condicion li ul li{
	list-style-image: url("or.gif") 
}
body{
	text-align:center;
}
label{
	padding:10px;
}
.Calendario{
	background-repeat:no-repeat;
/*	padding-top:30px;*/
	margin:0px;
	height:17px;
	overflow:hidden;
/*	display:block;*/
	background-image:url('../../../../new/imagenes/show-calendar.gif');
	width:17px;
}