body {
	background-color:#ffe02d;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#322f31;
}

.wrapper {
	margin:0 auto;
	width:900px;
}

.cabecera {
	height:192px;
	background-color:#322f31;
}

.cabecera img{
	float:left;
}

.cabecera p{
	float:right;
	color:#cccbcb;
	width:270px;
	height:193px;
	padding-right:30px;
	padding-top:7px;
}

.cuerpo {
	display:inline;
	float:left;
	min-height:270px;
}
.cuerpo h3{
	margin:0px;
	margin-bottom:8px;
	padding:0px;
	font-size:16px;
}

.cuerpo .listado {
	padding-left:35px;
	width:390px;
	float:left;
}
.cuerpo .listado select{
	width:340px;
}

.cuerpo .buscador {
	padding-left:35px;
	width:420px;
	float:right;
}
.cuerpo .buscador input{
	width:330px;
}
.cuerpo .buscador img{
	vertical-align:bottom;
}

.separador {
	min-height:250px;
	float:left;
	border-right-style: dotted;
	border-top-color: #d5be38;
	border-right-color: #d5be38;
	border-bottom-color: #d5be38;
	border-left-color: #d5be38;
	font-size: xx-small;
	line-height: 0px;
}

#livesearch {
	margin-top:10px;
	font-size:15px;
}
#livesearch h3{
	margin-bottom:4px;
	font-size:18px;
}

.pie {
	float:left;
	width:900px;
	background-color:#FFFFFF;
	height: 62px;
}

.pie ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.pie ul li{
	display:inline;
}	

.pie ul li img{
	border:0;
}
	
