body{
	background-color:#91B8D0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	}
.main{
	width:475px;
	margin:auto;}
p{
	font-size:24px;}

/*info section styles*/
section.info {
	width: 458px;
	margin: 3px 3px 0 0;
	float: left;
	background: white;
}

section.info h2 {
	color: #6CA9E9;
	line-height: 30px;
	padding-left: .6em;
	font-size: 1.6em;
	font-weight: 100;
}

section.info img {
	display: block;
	margin: 0 auto 30px;
}

section.info p {
	margin: 0 20px 10px;
}

/*collapsible  containers*/
section.condense {
	max-height: 413px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 5s ease 0s;
	-moz-transition: max-height 5s ease 0s;
	-ms-transition: max-height 5s ease 0s;
	-o-transition: max-height 5s ease 0s;
	transition: max-height 5s ease 0s;
}

section.condense:hover {
	max-height: 999px;
}

section.condense:after {
	content: " ";
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
}

section.condense:hover:after {
	background-position: right bottom;
}


img.imagen1 {
	display: block;
	float: right;
}

div.imagen1 {
	background: white;
	width: 670px;
	height: 125px;
	padding: 65px 32px 0 0;
	text-align: right;
	margin-bottom: 3px;
}

div.imagen1 h1 {
	margin-bottom: .2em;
}

div.imagen1 p {
	color: rgb(191, 191, 191);
	text-transform: uppercase;
	font-size: 1.5em;
}