/* mac hide \*/
html, body {height:99%}
/* end hide*/
body {
	padding:0;
	margin:10px;
	background:#fff;
/*	background:#c7daf8 url(../images/fondo.gif) repeat-x; */
}
#pagina{
   width:767px;
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:auto;
   margin-right:auto;
	border:1px solid #164ead;
	margin-bottom:-22px;
	padding:1px;
	background:#fff url(../images/fondo_menu.gif) repeat-y;

}
* html #pagina{height:100%;}/* ie 3 pixel jog*/ 

#cabecera {
	position:absolute;
   top:12px;
	left:50%;
   margin-left:-384px;
	width:769px;
	height:130px;
	overflow:hidden;
}
div#cabecera img {
	width:767px;
	display:block;
	margin-bottom:1px;
}
#menu {
	position:relative;/*ie needs this to show float */
	width:172px;
	float:left;
	padding-top:130px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
}
* html #menu {margin-right:-3px}/* three pixel jog*/
#contenido {
	width:555px;
	padding:20px;
   margin-left:172px;
   background-color:#fff;
}
* html #contenido {margin-left:169px;}

#pie {
	width:769px;
	background:#114fa6 url(../images/final.gif) repeat-y;
	border:1px solid #1350ab;
	margin:0 auto;
	clear:both;
	padding-top:2px;
	height:18px;
	position:relative;
}
* html #pie {
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
#limpiacabecera {height:130px;}
#limpiapie {clear:both;height:10px;}
* html #contenido {height:1%;}
