/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
background-color: #CCBC89;
/*background: #fff url(images/screenrulers-soft.png);*/
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 770px; /* total pagewidth */
margin: 0 auto;
z-index: 1;

}
div#logoFrame {
height: 94px;
position: relative;
z-index: 1;
}
div.navBarFrame {
margin-right: 166px;
height: 30px; /* prevent collapse ? */
left: 166px;
width: 600px;
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
top: 5px;
margin: 0px;
/*border: 1px solid #000000;*/
width: 570px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 200px; /* the fluid content is 100% minus these margins wide */
/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 0px;
right: 0px;
background-color: #FFFFFF;
}
@media all {
   div#middleFrame {margin-right: 0;}
} /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {  /* actualizado */
position: absolute;
left: 0px;
top: 5px;
width: 196px;
background-color: #FFFFFF;
}
div#boxes2Frame {  /* actualizado */
position: absolute;
right: 0px;
top: 120px;
width: 159px;
}
div.infoboxContentsFL {
margin: 5px 0px 0px 5px; /* = the padding */
width: 154px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}
div.infoboxContentsFL_2 {
background-color: #AEAEAE;
margin: 5px 0px 0px 5px; /* = the padding */
width: 154px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */

}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

div#buscador {
height: 30px;
width: 350px;
z-index: 8;
position: absolute;
left: 140px;
top: 60px;
vertical-align:bottom;
}

.contenedor_izq{
	width: 175px; 
	border-top: 3px solid #FFFFFF; 
	border-left: 3px solid #FFFFFF; 
	border-right: 3px solid #FFFFFF; 
	background-color: #F9F2DD; 
	text-align:center; 
	vertical-align:top; 
	padding:0px;
}
.contenedor_der{
	width: 595px; 
	border-top: 3px solid #FFFFFF; 
	border-left: 3px solid #FFFFFF; 
	border-right: 3px solid #FFFFFF; 
	background-color: #F9F2DD; 
	vertical-align:top; 
	padding: 0px;
}
.contenedor_izqpie{
	width: 175px; 
	height:20px; 
	line-height:12px; 
	border-left: 3px solid #FFFFFF; 
	border-bottom: 3px solid #FFFFFF; 
	border-right: 3px solid #FFFFFF; 
	background-color:#F5E6B8; 
	text-align: center; 
	vertical-align: middle;
	padding: 3px;
}
.contenedor_derpie{
	width: 595px; 
	height:20px; 
	line-height:12px; 
	border-left: 3px solid #FFFFFF; 
	border-bottom: 3px solid #FFFFFF; 
	border-right: 3px solid #FFFFFF; 
	background-color:#F5E6B8; 
	vertical-align: middle;
	text-align: center; 
	padding: 3px;
}

.borde_barra_izq{
	background-image:url(images/barraruta_izq.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 9px;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
.borde_barra_der{
	background-image:url(images/barraruta_der.gif);
	background-repeat:no-repeat;
	background-position:right;
	width: 9px;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
.linea_barra_centro{
	background-image:url(images/barraruta_linea.gif);
	background-repeat:repeat-x;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

.enlace_categoria{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CF9B00;
	text-decoration: none;
	font-weight:bold;
}
.enlace_categoria:hover {
	text-decoration: underline;
	color: #DC5D00;
	font-weight:bold;
}
.enlace_categoria2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CF9B00;
	text-decoration: none;
	font-weight:bold;
}
.enlace_categoria2:hover {
	text-decoration: underline;
	color: #DC5D00;
	font-weight:bold;
}

.enlace_subcategoria{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #DC5D00;
	text-decoration: none;
}
.enlace_subcategoria:hover {
	text-decoration: underline;
	color: #5B3F01;
}

.enlace_subcategoria2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #5B3F01;
	text-decoration: none;
}
.enlace_subcategoria2:hover {
	text-decoration: underline;
	color: #DC5D00;
}

.enlace_cabecera{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.enlace_cabecera:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.enlace_piecabecera{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.enlace_piecabecera:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* end page layout */
