/*===========================================
// GENERALES
===========================================*/

*{
	margin: 0;
	padding:0;
}

html{
	overflow-y: scroll;
	overflow-x:hidden;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F2230;
	height: 100%;
	background-image: url(../imagenes/b_fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eef1f7;
}

#main{
	width: 950px;
	margin: 0 auto;
	min-height:92%;
	position:relative;
}

#pie{
	width:100%;
	bottom: 0px;
	clear: both;
	height:85px;
	padding-top: 15px;
	background-color: #262D3F;
	position: relative;
	background-image: url(../imagenes/sombrapie.gif);
	background-repeat:  repeat-x;
	background-position: top;
	margin-top: 20px;
}

#menu{
	height:140px;
	width:950px;
}

#cabecera{
	height:318px;
	width:950px;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	position: static;
}

#cabecera_swf{
	height:318px;
	width:450px;
	float: left;
}
#cabecera_txt{
	height:218px;
	width:425px;
	float: right;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 15px;
}

#ofertas2{
	height:170px;
	width:950px;
	background-image: url(../imagenes/ofertas.jpg);
	background-repeat: no-repeat;
	position: static;
}

#ofertas
{
	height:auto;
	width:950px;
}

#o_1{
	background-image: url(../imagenes/o_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 51px;
}

#o_2{
	background-image: url(../imagenes/o_2.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#o_m{
	background-image: url(../imagenes/o_m.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 70px;
	position: relative;
}

#item{
	height:250px;
	width:780px;
	margin-top: 15px;
	margin-right: 85px;
	margin-left: 85px;
	margin-bottom: 15px;
}

#itemAuto{
	height:100%;
	width:780px;
	margin-top: 15px;
	margin-right: 85px;
	margin-left: 85px;
	margin-bottom: 15px;
}

#img_item{
	height:212px;
	width:274px;
	margin-right: 50px;
}

#text_item{
	width: 456px;
	float: right;
	position: static;
	top: auto;

}

