#container {
    width: 920px;
    height: 665px;
    margin:0 auto;
	margin-top: 0;
    padding-top: 10px;
    background: white;
}

#container h1 {
	width:130px;
	margin-left: 170px;
	background:#84c8ec;
	color:white;
	font-family:'Roboto-Thin';
	font-weight: lighter; /*revisar, en las demás pags no esta*/
}


#verticalmenuContainer {
	width: 157px;
	margin:0 0 0 7px;
	padding:0;
	float: left;
}

#verticalmenuContainer img {
	width: 157px;
	margin-bottom:0;
}

#vmenu{
	height: 387px;
    text-align: center;
    list-style-type:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
    z-index:999;
    background: #ebecf0;
}

#vmenu li {
    height:30px;
    padding:5px 0 0 2px;
    text-align:left;
    font-family: 'Roboto-Light';
    font-weight: bolder;
    font-size:15.5px;
	border-bottom: solid #84c8ec;
    background: #ebecf0;
    transition:background  0.4s ;
    -moz-transition:background 0.4s ;
    -webkit-transition:background 0.4s;
    -ms-transition:background 0.4s ;
}

#vmenu li:hover {
	cursor: pointer;
	background:#eefff6;
}

#vmenu li a {
    color:#84c8ec;
    text-decoration:none;
    display:block;
}

#content {
	margin:0 7px 0 0;
	padding:0;
	float:right;
}

#content img {
	width: 440px;
	height: 360px;
	margin-right: 6px;
	float:left;
}

#beneficios {
	width: 280px;
	background: #80cbea;
	padding:10px 5px;
	float:right;
}

#beneficios h4 {
	margin:5px 0 5px 0;
	color:#359ec8;
	font-family: 'Roboto-Light';
}

#beneficios p {
	margin:0;
	line-height: 14px;
	font-size:10.5px;
	color:#333;
	font-family: 'Roboto-Light';
	font-weight: lighter;
}

.test {
	width: 134px;
	height: 134px;
	margin:15px 0 0 18px;
	float:left;
	background: #0092d5;
	text-align: center;
}

.test1 {
	clear:both;
	margin-left:0;
}

.test img, .test1 img{
	width: 134px !important;
	height: 134px !important;
}

.test h2 {
	font-size: 60px;
	width:auto;
	margin:26px 0 0 0;
	color:white;
	font-family:'Roboto'; 
}

footer {
	clear:both;
}