/* Alineación de la portada */
.portada{
	position: absolute;
	z-index:1;
}

.buscador_portada{
	position: relative;
	z-index:2;
}

.portada_suple{
	position: absolute;
}

.portada_nota{
	position: inherit;
}


/* Fondos */
.fondo_principal {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/head/linea_fondo1.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#dfe2db;
	margin-right: 0px;
	margin-left: 0px;
	/*overflow-x: hidden; 
 	overflow-y: scroll; */
}


.fondo_top {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
	background-image: url(../imagenes/head/linea_top1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
}


.fondo_top_izquierda{
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/head/linea_fondo_i.gif);
	background-position: inherit;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
}

/* BOTONES */
.caja_buscar{
	width:80px;
	height:18px;
	border:0px;
	color: #96A2B6;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
}

.boton_buscar{
	width:52px;
	height:24px;
	background-image: url(../imagenes/buscador/buscar.gif);
	border:0px;
}

.boton_enviar{
	width:60px;
	height:15px;
	background-image: url(../imagenes/notas/enviar.gif);
	border:0px;
	font-size:10px;
}


.boton_enviar_busqueda{
	width:60;
	30px;
	height:20px;
	background-image: url(../imagenes/buscador/enviar.gif);
	border:0px;
}


.boton_enviar_clasificados{
	width:60px;
	height:20px;
	background-image: url(../imagenes/clasificados/invisble.gif);
	border:0px;
	color: #535337;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:bold;
}


.boton_caja_clasificados{
	width:100px;
	height:20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #535337;


}



/* LETRAS */
.Titulo_Morado_Tenue {
	color: #b8c9db; 
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

.Titulo_Mayusculas {
	color: #ffffff; 
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
}

.Titulo_Gris{
	color: #333333; 
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
}
