* {
	padding:0;
	margin:0;
}
body {
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:0 auto;
}
p {
	margin:5px;
	padding:5px;
}
a {
	color: #8d9395;
	text-decoration: none;
}
a.hover {
	text-decoration: underline;
}
#pagina {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}
#banderas {
	text-align:right;
	margin-right:10px;
	margin-top:5px;
}
#sup {
	height:150px;
	width:900px;
	background-image: url(../imagenes/sup.gif);
	background-repeat:  repeat-x;	
}
#carrito {
	margin-top:10px;
	float:right;
	text-align:right;
	margin-right:10px;
}
#carrito a {
	color: #8d9395;
	text-decoration: none;
}
#carrito a:hover {
	text-decoration: underline;
}
#logo {
	float:left;
}
#nav {
	margin-top:5px;
	margin-bottom:5px;
	height: 30px;
	width: 900px;
	background: url("../imagenes/nav.gif") top left repeat-x;
}
#nav li {
	list-style:none;
	height:30px;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	display:block;
	float:left;
	padding:8px 10px 7px 10px;
	text-decoration:none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav a {
	color: #0e88af;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
}
#menu_izq {
	float:left;
	width:200px;
	background:#fbfdfe;
	margin-bottom:5px;
}
#menu_izq h2 {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background-image: url(../imagenes/menu.gif);
	background-repeat:  repeat-x;
	padding:5px;
}

#menu_izq h2 li {
	list-style:none;
}

#menu_izq li {
	list-style:none;
}
#menu_izq a {
	color: #8d9395;
	text-decoration: none;
	padding-left: 20px;
	background: url("../imagenes/flecha.gif") top left no-repeat;	
	margin-left: 6px;
	line-height: 18px;
}
#menu_izq a:hover {
	text-decoration: underline;
}
#menu_izq h2 a{
	background: url("../imagenes/blanco.gif") top left no-repeat;	
}

#cuerpo {
	float:right;
	margin-left:5px;
	width:690px;
	background:#ffffff;
}
#cuerpo h2 {
	color:#0E88AF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background-image: url(../imagenes/nav.gif);
	background-repeat:  repeat-x;
	padding:5px;
}
#pie {
	padding-top:10px;
	float:none;
	background:#f5fdfd;
	width:900px;
	clear:both;
	height:30px;
	text-align:right;
}
#pie a {
	color: #8d9395;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
