@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	vertical-align: baseline;
	background: transparent;
}


/******************************************/
/*               ESTRUCTURA               */
/******************************************/

body {
	background: #f0f0f0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	/* color: #6A6969; */
	color: #828282;	
	/*background-color:gray;*/
}




#contenedor {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
  	position: relative;
	text-align: left;
	margin-top: 5px;
	/*background-color: blue;*/
	border: 1px solid #8CC63F;
}

#header {
	width: 900px;
	height: 74px;
	float: left;
	/*margin-bottom: 38px;*/
	background: red;
	
	
}

#header-logo {
	width: 182px;
	height: 74px;
	padding: 0px 0px 0px 0px;
	float: left;
	/*background: #66CC00;*/
	/*background-image: url(../../img/front_layout/hd_logo.gif);*/
}

#header-trans1 {
	width: 74px;
	height: 74px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/hd_trans1.gif);
}

#header-center {
	width: 496px;	
	height: 74px;	
	padding: 32px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/hd_center.gif);
	background-repeat: repeat-x;
	/*overflow:hidden;*/
}
#top_menu {width: 100%; margin-left: -25px; height: 15px; float: left;}
#breadCumb {width: 100%; height: 15px; margin-top: 14px;  float: left; overflow:hidden;} 

#header-trans2 {
	width: 39px;
	height: 74px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/hd_trans2.gif);
}

#header-right {
	width: 109px;	
	height: 74px;	
	padding: 32px 0px 0px 0px;
	float: left;
	text-align: center;
	background-repeat:repeat-x;
	background-image: url(../../img/front_layout/hd_right.gif);
}



#midle {
	width: 900px;
	/*height: 538px;*/
	float: left;
	padding: 20px 0;
	background: #ffffff;
}

#midle-menu-left {
	width: 182px;
	float: left;
	/*background-color: lime;*/
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	
	
}

#midle-right {
	/*width: 164px; estipular el ancho causa diferencias irreconciliables entre firefox y explorer*/
	width: 718px;
	float: left;
}
#midle-right #content{
	float: left;
	width: 496px;
	/* margin: 0 148px 0 74px; */
	padding-left:74px;
	/*background-color: maroon;*/
}
#midle-right #destacats{
	float: right;
	width: 110px;
	min-height:400px;
  height:auto !important;
  height:400px;
  padding-top: 72px;
	/*background-color: maroon;*/
}

#footer {
	width: 900px;
	height: 38px;
	
	/* move to items*/
	font-size: 11px;
	color: #a0a0a0;		
}
#footer-left {
	width: 216px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/footer_left.gif);
}

#footer-trans1 {
	width: 40px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/footer_trans1.gif);
}

#footer-center {
	width: 496px;	
	height: 38px;	
	padding: 4px 0px 0px 0px;
	float: left;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../../img/front_layout/footer_center.gif);
}
#footer-trans2 {
	width: 39px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(../../img/front_layout/footer_trans2.gif);
}

#footer-right {
	width: 109px;	
	height: 38px;	
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	background-image: url(../../img/front_layout/footer_right.gif);
}

/* SLIDING PANEL STYLES */
 
#login-panel {
	height: 24px; 
	padding-top: 5px;
	width: 900px; /*WIDTH OF HIDDEN SLIDE PANEL*/
	display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/
	/*border: 2px solid #66cc00;*/
	border-bottom: none;
	overflow: hidden;
	background: #ffffff;
}







