body,td,th {
	font-size: 12px;
	color: #333;
	font-family:Verdana, tahoma, Arial;
}
body {
	background-color: #FFA100;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-image: url(images/fondo.gif);
}

body, html {
	/*min-height: 100%; /* alto minimo FF y Safari */
	/*height: 100%; /* alto minimo para IE Windows */
	min-height:100%;
	height:auto !important;
	height:100%;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

#contenedor {
	display:table;
	width:800px;
	height:100%;
	border:2px solid #D78501;
	border-top:0;
	border-bottom:0;
	background-color:#fff;
	margin:auto;
}

#contenido_top{
	width:100%;
	height:150px;
}

#contenido_top_izq{
	width:300px;
	float:left;
	text-align:center;
	margin:20px 0;
}

#contenido_top_der{
	width:480px;
	float:right;
	text-align:right;
	padding:30px 10px;
	font-size:10px;
}

#menu_top{
	background-image:url(images/fondo_menu.gif);
	background-repeat:repeat-x;
	height:34px;
	border-top:1px solid #6398D3;
	border-bottom:1px solid #369;
	width:100%;
	text-align:center;
}

#contenido_izq{
	width:235px;
	float:left;
	text-align:center;
}

#contenido_der{
	width:550px;
	float:right;
	text-align:center;
}

#contenido_productos{
	width:545px;
	border-top:1px solid #f60;
	margin-top:10px;
	text-align:center;
}

.contenido_productos_izq{
	width:269px;
	text-align:left;
	float:left;
	border-right:1px solid #f60;
}

.contenido_productos_der{
	width:270px;
	text-align:left;
	float:right;
}

.caja_productos{
	width:260px;
	margin:5px 0;
	padding:10px 0;
}

.caja_productos_izq{
	float:left;
	width:90px
}

.caja_productos_der{
	float:right;
	width:170px;
}

#contenido_abajo{
	text-align:center;
	font-size:10px;
	border-top:1px solid #f63;
	vertical-align:bottom;
	width:100%;
	background:#E9E9E9;	
}

.caja {
	border:1px solid #666;
	vertical-align:middle;
}

.lista_mapa li{
	padding:10px 0;
}

.lista_mapa li a {	font-weight:bold;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:0;
	padding:0;
}

#navi li a {
	display:block; //
	width:209px;
	padding:6px 0 6px 10px;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#FFF;
}

#navi li a:hover {
	color:#0F0;
	background-color:#036;
}