@charset "iso-8859-1";
/* CSS Document */

html{
	height:100%;
	margin:0px 0px 1px 0px;
}
body{
	padding:5px 0 0 0;
	text-align:justify;
}
#exterior{
	text-align:center;
}
#interior{
	text-align:center;
	margin:auto;
	width:766px;
	/*border:3px #999 solid;*/
	overflow:hidden;
}
#cabecera{
	/*
	height:324px;
	width:766px;
	text-align:center;
	*/
	overflow:hidden
}
/*#cabecera img{ margin:0 auto; }*/
#cuerpo{
	width:766px;
	position:relative;
	overflow:hidden;
	min-height:370px;
}
#sidebar{
	width:215px;
	float:left;
	/*overflow:hidden;*/
}
.contenido{
	width:540px !important;
	float:left;
	padding:10px 10px 10px 0;
	/*overflow:hidden;*/
}
#pie{
	clear:both;
	height:87px;
	width:766px;
	background-color:#999;
	font-weight:bold
}
#pie *{ color:#FFF !important }
#pie-copy, #pie-menu, #pie-cont{
	float:left;
	text-align:center;
	padding-top:21px;
}
#pie-copy{
	width:214px;
	border-right:#fff 2px solid;
}
#pie-menu{
	padding-top:11px !important;
	width:550px;
}
#pie-copy p{ margin:0 0 5px 21px }

#pie img{ clear:both; margin:3px auto }