@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#wrapper {
    width:800px;
    height:auto;
    margin:auto;
	border: 1px solid #CCC;
}
#cabecera {
    width:800px;
    overflow:hidden;
    height:auto;
}
#header {
    height:250px;
	width:600px;
    background-color:#000;
	float:right;
	text-align:center;
}
#logo {
    height:250px;
	width:200px;
	background-image:url(../img/logo_final.jpg);
    float:left;
}
#menu {
    width:800px;
    overflow:hidden;
    height:30px;
	background-color:#CCC;
}
#main {
    width:800px;
    overflow:hidden;
    height:auto;
}
#column_left {
    width:600px;
    background-color:#000;
    height:550px;
    float:right;
}
#column_right {
    width:200px;
    height:550px;
	background-color:#000;
    float:left;
}
#column_right_top {
    width:199px;
	background-color:#000;
	background-image:url(../img/promo_fondo.jpg);
    height:450px;
    float:left;
}
#footer {
	height:35px;
	background-color:#CCC;
	color:#666;
	text-align:center;
	padding-top:15px;
	font-size:11px;
}
#footer1 {
	background-color:#CCC;
	color:#333;
	text-align:center;
	font-size:11px;
}
#tabla {
    width:auto;
    overflow:hidden;
    height:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#tablaizq {
    width:560px;
    height:530px;
    float:left;
}
#tablader {
    width:270px;
    background-color:#688B9A;
    height:160px;
    float:right;
}
#tabla2 {
    width:auto;
    overflow:hidden;
    height:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#tablaizq2 {
	padding-top:10px;
    width:270px;
    background-color:#688B9A;
    height:160px;
    float:left;
}
#tablader2 {
	padding-top:10px;	
	width:270px;
    background-color:#688B9A;
    height:160px;
    float:right;
}
#menulateral {
    width:auto;
    overflow:hidden;
    height:auto;
	margin-top:30px;
}
#promociones {
	margin-top:40px;
    width:170px;
    height:500px;
    float:left;
	margin-left:14px;
}
