@charset "utf-8";
/* CSS Document */
.listado{
	background-image:url(_img/categoria_listado_bg.gif);
	background-color:#FFFFFF;
}
.search-st{
	width:600px;
	float:left;
	padding-top:15px;
}
.search-st .textfield{
	width:180px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	float:left;
	margin-top:1px;
}
.search-st .search_boton{
	width:63px;
	height:20px;
	border-style:none;
	border-width:0px;
	float:left;
	background-image:url(_img/buscar_btn.gif);
	cursor:pointer;
	margin-left:5px;
	display:inline;
}
.listado .reg{
	width:600px;
	float:left;
	overflow:hidden;
	display:inline;
	margin-top:10px;
	padding-bottom:4px;
}
.listado .reg_cont{
	width:600px;
	float:left;
	padding-bottom:4px;
}
.listado .reg_tit{
	width:600px;
	float:left;
	padding-bottom:4px;
}

.listado .reg_tit h2{
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	color:#000000;	
	padding-top:2px;
}
.listado .reg_tit h2 a{
	color:#000000;	

}
.listado .reg_tit h2 a:hover{
	color:#FF0000;	
	font-size:11px;
	line-height:12px;
}
.listado p{
	width:600px;
	float:left;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-color:#E1E1E1;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.listado p a{
	color:#333333;
	font-size:11px;
	line-height:11px;
}
.listado .col_izq{
color:#CC0000;
}



