#search-place ul{
	width:200px;
}

#search-place ul li{
	overflow:hidden;
	list-style-type:none;
	background:none;
	margin-bottom:10px;
}

#search-place ul li label{
	float:left;
	width:50px;
}

#search-place ul li select{
	float:right;
	width:110px;
	border-radius:5px;
	-webkit-border-radius:5px;
	height:18px;
	border:1px solid #999;
}

#search-place ul li#hidpage {
	display:none;
}

.wrapRst {
	width:500px;
	position:relative;
	overflow:hidden;
	margin-bottom:12px;
}

.wrapRst .rstLogo{
	width:200px;
	float:left;
}

.wrapRst .rstLogo img {
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
}


.wrapRst .rstNombre{
	width:298px;
	float:right;
	padding-top:30px;
}

#paginacion {
	margin-bottom:15px;
	overflow:hidden;
}

#paginacion li {
	border:1px solid #c0ddff;
	list-style-type:none;
	background:#f8ffff;
	border-radius:3px;
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
	padding:1px 3px;
}