#main {
	text-align: center;
	height: 100%;
	width: 100%;
}
#main #header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_new/header.gif);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}
#main #menu_main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	text-align: left;
}
.sup_der {
	background-image: url(../images_new/der.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 12px;
	position: relative;
	float: left;
}


.sup_izq {
	background-image: url(../images_new/izq.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 13px;
	position: relative;
	float: left;
}

.fondo_menu {
	background-image: url(../images_new/sup_str.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 952px;
	position: relative;
	float: left;
	padding-top: 10px;
}
#sup_cont  {
	background-image: url(../images_new/sup_cont.gif);
	height: 7px;
	background-repeat: no-repeat;
	background-position: center top;
}
#cent_cont  {
	width: 100%;
	clear: both;
	height: 100%;
}

#inf_cont {
	background-image: url(../images_new/inf_cont.gif);
	background-repeat: no-repeat;
	height: 11px;
	background-position: center bottom;
	clear: both;
}
#cont_izq {
	float: left;
	width: 173px;
	padding-left: 15px;
	height: 100%;
}
#cont_cent {
	width: 550px;
	padding-left: 30px;
	height: 100%;
	float: left;
	padding-right: 30px;
}
#cont_der {
	width: 180px;
	height: 100%;
	float: left;
}
#contenido  {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../images_new/fondo_cont.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.fondo_pie {
	background-image: url(../images_new/sup_str.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 952px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}
#div_pedido {
	float: right;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#div_contacto {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#div_equipos {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#div_home {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.img_izq {
	float: left;
}
.img_der {
	float: right;
}
