
html, body {
	/*background: #b2562f;*/
	background: #EEAE52;
	margin: 0px;
}

#contenidor {
	margin: auto;
	width: 770px;
	background: url('/07/images/backgrounds/content-sorra2.gif?31490122690') top left;
}

#head {
	width: 770px;
	height:208px;
	margin:auto;
	text-align:center;
	color: #000000;
	background: url('/07/images/backgrounds/header-sorra2.jpg?31490122690') left top;
}

#left {
	float: left;
	width: 170px;
}

	

#right {
	float: right;
	width: 595px;
}

	

#footer {
	clear: both;
	width: 770px;
	height: 44px;
	margin: auto;
	text-align:left;
	background: url('/07/images/backgrounds/footer-sorra2.gif?31490122690');
}

#footersub {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
}

.wrapper {
	clear: both;
	width: 100%;
}


/***********************************************************
ESTRCTURA POPUPS
********************************************************** */
#popup-header {
	float:left;
	margin:auto;
	width:770px;
	background: url('/07/images/backgrounds/header-popup2.gif?31490122690');
}

#popup-content {
	float:left;
	margin:auto;
	width:595px;
	padding-left:170px;
}

#popup-footer {
	clear: both;
	width: 770px;
	height: 44px;
	margin: auto;
	text-align:left;
	background: url('/07/images/backgrounds/footer-sorra2.gif?31490122690');
}