body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:#f1f1f1;
}
#container{
	width:100%;
	height:1400px;
	margin:0 auto;
}
#header{
	height:100px;
	width:100%;
	background:#22abb7 url(../images1/arriba2.png)no-repeat;
	background-position:center;
	color:White;
	font-size:3em;
	text-align:center;
	padding-top:50px;
	font-family:Arial,"Helvetica",Sans-Serif;
	border-bottom:2px solid #444;
	font-weight:bold;
	
}
.nube1{
	height:100px;
	width:140px;
	float:left;
	position: absolute;
	left:10%;
	background-image:url('../images1/nube2.png');/*aca se presentara un error en la apariencia de la nube*/
	background-size: 150px 100px;
	top: 50px;
}

.nube2
{
	height:100px;
	width:150px;
	float:right;
	position: absolute;
	right:10%;
	background-image:url(../images1/nube3.png);/*aca se presentara un error en la apariencia de la nube*/
	background-size: 150px 100px;
		
}
#globito
{
	height:220px;
	width:150px;
	float:right;
	position: absolute;
	right:3%;
	background-image:url('../images1/globito.png');/*aca se presentara un error en la apariencia de la nube*/
	background-size: 150px 220px;
	top: 350px;
}
#globito2
{
	height:150px;
	width:110px;
	float:left;
	position: absolute;
	left:3%;
	background-image:url('../images1/globo2.png');/*aca se presentara un error en la apariencia de la nube*/
	background-size: 110px 150px;
	top: 200px;
}


#page{
	width:100%;
	height:900px;
	background-color: #f1f1f1;
}
#contentbase{
	width:88%;
	height:900px;
	margin:0 auto;
	background-color:white;
}
#footer{
	width:100%;
	height:200px;
	background-image: url(../images1/paisaje.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:-180px;
	clear:both;
}
#footerc{
	background-color:#2adbdd;
}
#wrap {min-height:100%;}
#main{overflow:auto;
padding-bottom:180px;}
