﻿
#div_contenedor_principal
{
	clear: both;
	width:850px;
	min-height:500px;
	margin:auto; /*  Para alinear en el centro */
	position:relative;	
}
#div_fizq
{
   float:left;
   width:201px; 
}
#div_fder
{
   float:left;
   width:600px;
}

#div_logo
{	
	float:left;
	background-image: url(img/logo.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:10px;
	width:200px;
	height:250px;
}
#div_cabecera
{
	position:relative;
	top:0px;
	text-align:right;
	width:649px;
	height:117px;
	background-color:#ffffff;
}

#div_cuerpo
{
    float:right;
	width:600px;
	min-height: 550px;
	position:relative;
}
#div_cuerpo2
{
	float:right;
	width:600px;
	min-height: 550px;
	position:relative;
}

#div_menu
{
	float:right;
	padding-right:5px;
	padding-top:5px;
	margin: 0;
	position:relative;
}
#div_login
{
	position:relative;
	padding-left:10px;
	float:right;
}

#div_contenido
{
	float:left;
	margin: 10px;
	background-color:#000000;
	width: 540px;
	position:relative;
}
#div_contenido2
{
	float:left;
	margin: 10px;
	background-color:#000000;
	width: 600px;
	position:relative;
}
#div_ofertas
{
	width:200px;
	top:251px;
	margin-bottom:10px;
	float:left;
}

.div_boton_menu
{
	padding-bottom:3px;
	float:left
}

#contenedor_oferta_mes
{
    min-width:435px;
	min-height:400px;
	float:none;
}
.div_inicio
{
    width:500px;
    float:none;
}

#res_busqueda
{
	position:relative;
}

#visitas
{
	float:right;
	position:relative;
}

/*################################################*/
#div_pie_andyko
{
	position:relative;
	width:100%;
	clear:both;
	height:20px;
	text-align:center;
}
#cop_andyko
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.enlace_andyko
{
    text-decoration:none;
    color:#ffffff;
}
/*################################################*/
