@charset "UTF-8";

body {
	color: #666666;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

cite {
	display: block;
	font-size: 10px;
	border: 1px dotted #ffaaaa;
	background-color: #eeeeee;
	margin-bottom: 0px;
	padding: 3px;
}

#base {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 20px;
}

#logo {
	float: left;
	width: 300px;
	text-align:center;
}

#logo a {
	display: block;
	background-image:url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width:280px;
}

#logo span {
	display: none;
}

#header_right {
	float: right;
	width: 600px;
	text-align: right;
}

#menu {
	clear:both;
	display: block;
	padding: 20px 0px 40px 0px;
}

#menu ul {
	list-style:none;
  	display: inline;
  	float: left;
	margin: 0;
	border: 0;
}

#menu li {
	list-style:none;
  	display: inline;
  	float: left;
	margin: 0;
}

.sep_menu_left {
	padding: 0px 0px 0px 7px;
	background-image:url(img/menu_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.sep_menu {
	padding: 0px 2px 0px 0px;
	background-image:url(img/menu_separador.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.sep_menu_right {
	padding: 0px 7px 0px 0px;
	background-image:url(img/menu_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
}


#menu a {
	display:block;
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
	padding: 7px 27px 8px 28px;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-transform:uppercase;
}

#menu a:hover {
	background-image:url(img/menu_bg_over.jpg);
	color: #FF0000;
}

#menu .resaltado {
	color: #aa0000 !important;
}

#menu .resaltado:hover {
	color: #ff0000 !important;
}

#left {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#main {
	float: right;
	width: 700px;
}

#center {
	float: left;
	width: 480px;
	padding: 10px 10px 10px 10px;
}

#right {
	float: right;
	width: 200px;
}

#footer {
	clear:both;
	background-color:#eeeeee;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

h1 {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

#tipo {
	border: 1px solid #cccccc;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}
#anuncioform {
	border: 1px solid #cccccc;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

#cat {
	display: block;
	background-color:#eeeeee;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

#cat select {
	margin-left: 20px;
	font-size: 11px;
}
#subcat {
	display: block;
	background-color:#eeeeee;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

#subcat ul {
	list-style: none;
	margin:0;
	padding:0;
}

#subcat li {
	list-style:none;
  	display: inline;
  	float: left;
	margin: 0;
}

#subcat a {
	display:block;
	min-width: 205px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.clrb {
	clear:both;
}

.fecha {
	color: #ff0000;
	margin: 0;
}

.anuncio {
	margin: 0px 0px 10px 0px;
}

.subtitle {
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
	margin-top: 30px;
}

#tipo input {
	margin-left: 20px;
	font-size: 11px;
}

#tipo select{
	margin-left: 20px;
	font-size: 11px;
}

#tipo strong {
	display: block;
}

#tipo .leyenda {
	margin-left: 20px;

}

#tipo textarea {
	margin-left: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#tipo a {
	color: #666666; 
}

#anuncioform input {
	margin-left: 20px;
	font-size: 11px;
}

#anuncioform select{
	margin-left: 20px;
	font-size: 11px;
}

#anuncioform strong {
	display: block;
}

#anuncioform .leyenda {
	margin-left: 20px;

}

#anuncioform textarea {
	margin-left: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#anuncioform a {
	color: #666666; 
}
#right img {
	margin-bottom: 10px;
}

#left a span {
	display: none;
}

.animales {
	display: block;
	background-image:url(img/btn_animales.jpg);
	width: 200px;
	height: 38px;
}

.casayhogar {
	display: block;
	background-image:url(img/btn_casayhogar.jpg);
	width: 200px;
	height: 38px;
}

.coleccionismo {
	display: block;
	background-image:url(img/btn_coleccionismo.jpg);
	width: 200px;
	height: 38px;
}

.cuerpoymente {
	display: block;
	background-image:url(img/btn_cuerpoymente.jpg);
	width: 200px;
	height: 38px;
}

.empleo {
	display: block;
	background-image:url(img/btn_empleo.jpg);
	width: 200px;
	height: 38px;
}

.imagenysonido {
	display: block;
	background-image:url(img/btn_imagenysonido.jpg);
	width: 200px;
	height: 38px;
}

.informatica {
	display: block;
	background-image:url(img/btn_informatica.jpg);
	width: 200px;
	height: 38px;
}

.inmuebles {
	display: block;
	background-image:url(img/btn_inmuebles.jpg);
	width: 200px;
	height: 38px;
}

.negocios {
	display: block;
	background-image:url(img/btn_negocios.jpg);
	width: 200px;
	height: 38px;
}

.ocio {
	display: block;
	background-image:url(img/btn_ocio.jpg);
	width: 200px;
	height: 38px;
}

.serviciosprofesionales {
	display: block;
	background-image:url(img/btn_serviciosprofesionales.jpg);
	width: 200px;
	height: 38px;
}

.telefonia {
	display: block;
	background-image:url(img/btn_telefonia.jpg);
	width: 200px;
	height: 38px;
}

.vehiculos {
	display: block;
	background-image:url(img/btn_vehiculos.jpg);
	width: 200px;
	height: 38px;
}

.search_input {
	border: none;
	border-color: #FFFFFF;
	width: 195px;
	height: 21px;
	background-image: url(img/search_input.jpg);
	background-repeat: no-repeat;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

.search_button {
    vertical-align: top;	
}

#buscador {
	margin: 20px 0px 20px 0px;
}

.mapaweb {
	display: none;
}

#categorias_top {
	width: 200px;
	height: 24px;
	background-image:url(img/categorias.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#categorias {
	width: 198px;
	border-bottom: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

#categorias a {
	background-color:#F9F9F9;
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px 5px 5px 10px;
}

#categorias a:hover {
	background-color:#E9E9E9;
	font-weight: bold;
}

#login_top {
	width: 200px;
	height: 24px;
	margin-top: 20px;
	background-image:url(img/usuarios.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#login {
	width: 180px;
	padding: 10px 10px 10px 10px;
	background-color:#F9F9F9;
	color: #666666;
}

#menu_usuario_top {
	width: 200px;
	height: 24px;
	margin-top: 20px;
	background-image:url(img/usuarios.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_usuario {
	width: 198px;
	border-bottom: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

#menu_usuario a {
	background-color:#F9F9F9;
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px 5px 5px 10px;
}

#menu_usuario a:hover {
	background-color:#E9E9E9;
	font-weight: bold;
}

.login_input {
	border: none;
	border-color: #f9f9f9;
	background-color: #f9f9f9;
	width: 164px;
	height: 21px;
	background-image: url(img/login_input.jpg);
	background-repeat: no-repeat;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

.login_button {
    vertical-align: top;
}

.separador {
	border-top: dashed 1px #DDDDDD;
}

.alert {
	color: #FF0000;
}




