.ancla {
	position: absolute;
}

.etiqueta {
	color: #53862A;
}

.atras {
	position: absolute;
	z-index: 0;
}

.ancla2 {
	position: relative;
}

.contenedor_noticias {
	position: absolute;
	top:7px;
	left:0px;
	width:480px;
	height:250px;
	background: url(../img/noticias.gif);
    opacity:.95;
    -moz-opacity:.95;
    filter:alpha(opacity=95);
}

.imgInicio {
	position: absolute;
	top:10px;
	left:0px;
	width:480px;
	height:250px;
}

.contenedor {
	position: absolute;
	top: 0px;
	left: -204px;
	margin:0px; /*para que no se pegue al borde*/ 
	padding:0px; /*algo de relleno*/
	width:715px; /*este ancho es para que cuadre con el texto*/ 
	height:425px; /*idem*/ 
	border:1px solid #53862A; /*decoracion*/ 
	background-color:#E2F5B7; /*more*/ 
	display: none;
	z-index: 255;
}

.cnt_noticia_inicio {
	position: absolute;
	top: 5px;
	left: 10px;
	margin:0px; /*para que no se pegue al borde*/ 
	padding:0px; /*algo de relleno*/
	width:710px; /*este ancho es para que cuadre con el texto*/ 
	height:423px; /*idem*/ 
	border:1px solid #53862A; /*decoracion*/ 
	background-color:#E2F5B7; /*more*/ 
	display: none;
	z-index: 255;
}

.contenedor_contacto {
	width:288px;
	height:238px;
	border:1px solid #53862A; /*decoracion*/ 
	background-color:#FFFFFF; /*more*/ 
	display: none;
}

.contenedor_grid {
	width:510px;
	height:360px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

.contenedor_info {
	width: 388px;
	height: 275px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

.contenedor_thumbs {
	width: 388px;
	height: 95 px;
	overflow: -moz-scrollbars-horizontal;
	overflow-x: scroll;
	overflow-y: hidden;
}

.contenedor_marcas {
	width: 250px;
	height: 400px;
	/* background-color:#c0c0c0; */ 
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

input, select,textarea {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}