/* categorias */
form {
	width:100%; margin:0 0 0 0; border:0; padding:0 0 0 0;
}
.campobuscar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0A78C;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #B0A78C;
	padding: 2px;
}
.botonpublicare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #E3593F;
	padding: 3px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6B51;
	border-right-color: #FF6B51;
	border-bottom-color: #A92E18;
	border-left-color: #A92E18;
}

.categorias_titulo ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.categorias_titulo a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
html>body .categorias_titulo a{ /*Non IE rule*/
	width: auto;
}
.categorias_titulo a:hover{
	padding: 2px;
	color: #A9614B;
	text-decoration: none;
}

.categorias ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.categorias a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #333333;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html>body .categorias a{ /*Non IE rule*/
	width: auto;
}
.categorias a:hover{
	padding: 2px;
	color: #A9614B;
	text-decoration: none;
}

/* anuncios */
.anuncios_titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.anuncios_titulo a{
	text-decoration: none;
	color: #000000;
}
.anuncios_titulo a:hover{
	text-decoration: underline;
	color: #000000;
}
.anuncios_descripcion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

