html {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #C57F94;
	height: 100%;
}
.alert {
	font-weight: bold;
	color: #c00;
}

a {
	color: #8F072F;
}

#header {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 10;
	color: #fff;
	width: 100%;

}
#logo {
	position: absolute;
	left: 20px;
	z-index: 15;
}
#h1, #h2, #h3 {
	font-weight: bold;
}

#h1 {
	font-size: 26px;
}
#h2 {
	position: absolute;
	right: 0;
	width:70%;
	font-size: 22px;
	background-color: #8F072F;
	padding: 17px 0.8em;
}


#boxLeft {
	float: left;
	background-color: #FBEA9E;
	height: 100%;
	width: 80%;
	z-index: 5;
}

#contentLeft {
	margin-top: 120px;
	padding: 0 20px 20px 20px;

}

#boxRight {
	float: left;
}
#contentRight {
	margin-top: 120px;
	padding: 0 20px 20px 20px;
}
#footerLeft {
	position: relative;
	width: 100%;
	background-color: #F7D63E;
	bottom: 0;
}
#footerLeft p {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
}

img {
	border: none;
}
.imgRight { float: right;  margin: 3px 0 6px 12px;}
.imgLeft { float: left; margin: 3px 12px 6px 0;}
img .foto {  margin: 3px 0 6px 12px;}
