@CHARSET "UTF-8";

.busq {
    background-image: url("../images/fondo.jpg");
    height: 380px;
    margin: auto;
    width: 970px;
}
.t_bus {
    margin-left: -74px !important;
    margin-top: -21px !important;
}

.t_bus h1{
    margin: 5px 0 0 32px;
}
#busqueda2 {
    float: right;
    font: 11px 'HelveticaNeue',Helvetica,Arial;
    height: 22px;
    margin-top: 27px;
    padding: 0;
    width: 738px;
}
#busqueda2 h6 {
    color: #5B5B5B;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 5px 13px 0 12px;
}

#busqueda2 img {
	width:17px;
	height:13px;
	float:left; 
	margin-top: 3px;
}

#busqueda2 select {
	width:150px;
	height:21px;
	float:left;
	padding: 3px 0px 0px 3px;
	margin: 0px 8px 0px 5px;
	border:1px solid #666;
	color: #888;
	font: 10px 'HelveticaNeue', Helvetica, Arial;
}

#busqueda2 input[type="text"] {
	width:114px;
	height:11px;
	float:left;
	padding: 4px;
	border:1px solid #ccc;
	border-right: none;
	color: #888;
	font: 10px 'HelveticaNeue', Helvetica, Arial;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	behavior: url(/images/PIE.htc);
}
#busqueda2 input[type="radio"] {
    float: left;
    height: auto;
    margin: 5px 15px 0 -5px;
    width: auto;
}

#busqueda2 input[type="submit"]{
	width:71px;
	height:21px;
	border:1px solid #ccc;
	position:relative;
	cursor: pointer;
	background: url(../images/buscar.png) center ;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	behavior: url(/images/PIE.htc);
	
}
.r_btn {
    float: right;
    width: auto;
}
#cont_busq {
    float: left;
    height: 270px;
    margin: 13px 0 0 11px;
    padding: 0;
    width: 955px;
}

#cont_busq li {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    float: left;
    height: 66px;
    list-style: none outside none;
    margin: 0 17px 5px 0;
    padding: 10px;
    position: relative;
    width: 195px;
}
#cont_busq li img {
    float: left;
    height: 73px;
    margin: 7px 4px;
    width: 73px;
}
#cont_busq li h1 {
    clear: both;
    float: left;
    font: 16px 'HelveticaNeue';
    height: 22px;
    margin: 0 0 0 4px;
    overflow: hidden;
    width: auto;
}
#cont_busq li p {
    clear: both;
    color: #8C8C8C;
    float: left;
    font: 11px 'HelveticaNeue';
    height: 15px;
    margin: 2px 0 -4px 4px;
    overflow: hidden;
    width: auto;
}
.ver_m {
    color: #F59120;
    float: left;
    font: 12px 'FuturaLtBTLight';
    height: 11px;
    margin: 2px 0 2px 4px;
    width: 45px;
    clear: both;
}
.bott {
    float: left;
    font: 15px 'HelveticaNeue',Helvetica,Arial;
    height: 50px;
    padding: 13px;
    width: 940px;
}
.bott h5 {
    float: left;
    font-weight: normal;
    margin: 0 20px 0 0;
    width: 243px;
}
.bot_page {
    float: right;
    margin: -32px 10px 10px;
}