	/* Header styles */
#header {
	width:1024px;
	background-image: url('../images/fondo_cabecera.jpg');
	background-repeat: repeat-x;
	background-position: right;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}
#header form {
	vertical-align:middle;
	color: #4c3426;
	background-color: #FFCD97;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header form input {
	margin: 1px 1px 1px 10px;
}
#header .logo {
	float: left;
	width: 205px;
	margin: 0px;
	padding:0px;
	position: relative;
}
#header .ban_cab {
	float: left;
	width: auto;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	position: relative;
}

#header .login {
	padding: 60px 15px 0px 0px;
	float: right;
	margin: 0px;
	position: relative;
	width: 180px;
}

#menu  {
	width:1024px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url(../images/barra_menu.jpg);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu ul {
	list-style:none;
	margin: 0px auto;
	padding: 0px;
	width: 646px;
}
#menu ul li {
	list-style:none;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
	
#menu ul li a {
	margin:0px;
	padding:1px 28px;
	text-align:center;

	color:#fff;
	text-decoration:none;
}
	
#menu ul li a:hover {
	color:#4c3426;
}
#menu ul li a.active,#menu ul li a.active:hover {
	color:#4c3426;
}
	
.col2 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}
.col2 .cat{
	text-decoration: none;
}

.col2 select{
	width:90%;
	margin-top: 10px;
}
.col2 ul li{
	color: #666666;
	margin: 0px 0px 2px 40px;
	font-size: 1em;
	padding: 0px;
}
.col2 form {
	margin: 0px;
	padding: 0px;
}
.col2 ul li ul li{
	margin: 0px;
	padding: 0px;
}
.col2 a{
	color:#666666;
}
.col2 a:hover{
	color:#333333;
}
.col2 .sub {
	font-size: 0.9em;
	text-decoration: none;
	color: #b8b8b8;
	padding-left: 7px;
}
.col2 .direc {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 0.75em;
	color: #aaaaaa;
	padding-left: 55px;
}

.boton_envio{
	border:0;
}
.col3 .banner p {
	display: block;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-left: -4px;
	margin-top: 0px;
}

/* column container */
.colmask {
	padding-left: 0px;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
 /*   float:left;*/
	width:1024px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,.colmid,.colleft {
	background-repeat: repeat-y;
	background-position: center;

	float:left;
	width:1024px;				/* width of page */
	position:relative;
}
.col2,.col3 {
	background-repeat: repeat-y;
	background-position: center;
	float:left;
	position:relative;
	padding:0 0 1em 0;
	margin-top: 0px;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col1 {
	background-repeat: repeat-y;
	background-position: center;
	float:left;
	position:relative;
	padding:0 0 1em 0;
	margin-top: -5px;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col4 {
	display: block;
	background-color: #DBDCDF;
	margin-bottom: 0px;
	margin-right: 9px;
	margin-left: 15px;
	margin-top: 10px;      /* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
	/* 3 Column settings */
.threecol {
	background:#ffffff;
	padding-top: 10px;
	background-image: url(../images/bk_center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.threecol .colmid {
	right:20%;				/* width of the right column */
}
.threecol .colleft {
	right:58%;				/* width of the middle column */
}
.threecol .col1 {
	width:58%;				/* width of center column content (column width minus padding on either side) */
	left:99%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:20%;				/* Width of left column content (column width minus padding on either side) */
	left:20%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:20%;				/* Width of right column content (column width minus padding on either side) */
	left:80%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	width:592px;
	color: #9e9e9e;
	font-size: 10px;
	font-family: arial;
}
#footer p {
	padding:10px;
	margin:0;
}

#footer a{
	text-decoration:none;
}
