@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image:url(../img/bg01.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

A:visited{border:hidden;text-decoration:none; }
A:link{border:hidden;text-decoration:none;}
A:hover{border:hidden;text-decoration:none;}
A:active{border:hidden;text-decoration:none;}

img {
	border:0;
}


#main{
	margin:0 auto; 
	text-align:center; 
	overflow:auto;
}

#contenedorPrincipal {
	margin:0 auto;
	background-color:#ffffff;
	text-align:left;
	width:990px;
	display:block;
	overflow:auto;
}

#bannerPrincipal {
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(../img/banner01.jpg);
	width:990px;
	height:250px;
	display:block;
}

#busqueda {
	margin:0 auto;
	width:990px;
	display:block;
}


#bannerGoogleLateral {
	background-color:#ffffff;
	width:120px;
	min-height:600px;
	display:block;
	float:right;
}

#bannerGoogle {
	background-color:#ffffff;
	width:728px;
	height:90px;
	overflow:hidden;
	display:block;
	float:right;
	margin-bottom:0px;
}

#menu {
	width:204px;
	/*min-height:600px;*/
	background-color:#ffffff;
	display:block;
	float:left;
}

#contenido {
	width:786px;
	/*min-height:600px;*/
	background-color:#ffffff;
	display:block;
	float:right;
	overflow:hidden;
}

#centro{
	width:450px;
	background-color:#ffffff;
	display:block;
	float:left;
	z-index:99;
}

#derecha{
	background-color:#ffffff;
	width:336px;
	display:block;
	float:right;
}

#banner990x110{
	margin:0 auto;
	background-color:#ffffff;
	width:990px;
	height: 125px;
	overflow:hidden;
	display:block;
	z-index:100;
}
#banner990x100{
	margin:0 auto;
	background-color:#ffffff;
	width:990px;
	height: 125px;
	overflow:hidden;
	display:block;
	z-index:100;
}
#subcontenido{
	margin:0 auto;
	background-color:#ffffff;
	width:990px;
	overflow-x:hidden;
	overflow-y:auto;
}
	
#col01{
	background-color:#ffffff;
	width:250px;
	display:block;
	float:left;
	min-height:250px;
	height:auto;
}

#col02{
	background-color:#ffffff;
	width:490px;
	display:block;
	float:left;
	min-height:250px;
	overflow:hidden;
}

#col03{
	background-color:#ffffff;
	width:250px;
	display:block;
	float:left;
	min-height:250px;
	z-index-10;
}

#pie {
	margin:0 auto;
	vertical-align: middle;
	width:990px;
	height:48px;
	background-color:#bbbbbb;
	display:block;
	float:none;
}

#superBanner {
	cursor:pointer;
	/*background-color:#ffffff;*/
	top:50px;
	left:50%;
	margin-left:-395px;
	position:absolute;
	width:790px;
	height:600px;
	z-index:101;
}

.menues tr:hover {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
}

.menuaBotones td {
	color:#FFF;
	background-color:#003;
	background-image:url(../img/b_bg_gris.png);
	background-repeat:repeat-x;
	font-weight:bold;
	cursor:pointer;
	height: 28px;
	padding: 0px 5px 0px 0px;
}
.menuaBotones td:hover {
	color:#003;
	background-color:#FFF;
	background-image:url(../img/b_bg_azul.png);
	background-repeat:repeat-x;
	font-weight:bold;
	cursor:pointer;
	height: 28px;
	padding:0px 5px 0px 0px;
}

#articulo{
	font-size:x-small;
	margin: 5px 10px 10px 5px;
	text-align:justify;
	float: none;
}

#foto {
	float: left;
	margin-right: 10px;
}

#articulotitulo{
	font-size:small;
	font-weight:bold;
	margin: 5px 10px 10px 5px;
	text-align:left;
}

#articulointro{
	font-size:x-small;
	font-style:italic;
	margin: 5px 10px 10px 5px;
	text-align:left;
}

#anuncio{
	text-align:center;
	background-color:#000;
}


#clasificados_contenedor{
	display:inline-block;
	width: 780px;
	overflow: auto;
	margin: 0 auto;
	border:solid 1px;
}
#categoria {
	clear: both;
	float:left;
	overflow: auto;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	width: 246px;
	margin: 1px;
	margin-bottom: 5px;
}
#imagen {
	background-color: #0FF;
	float: left;
	height: 64px;
	width: 64px;
	overflow: hidden;
	font-size: x-small;
}
.calsificados_titulo {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
