*{
margin: 0px;
padding: 0px;
}

div#body{
	margin:auto;
	/*margin-top:60px;*/
	width:100%;
	height: 100%;
	/*border:1px solid black;*/
	/*background: #F90E0E;*/
}

img#adm{
	padding: 12px;
	width: 95%;
	/*height: 100%;	*/
}

#texto1{
	padding: 12px;
	color: #2B6581;
	/*background: #5bc0de;*/
	background: #fff;
	font-family: arial;

}

img#what{
	padding-left:15px;
	float: left;
	width: 15%;
	color: #0D108C;
	/*border:1px  solid rgba(25,255,241,.50);*/
	/*background: rgba(255,255,241,.50);*/
}
#texto2{

	padding: 12px;
	color: #2B6581;
	border-radius: 15px;
	border:1px  solid #bce8f1;
	background: #d9edf7;
	font-family: arial narrow;

}

#texto3{
	padding: 3px;
	color: #31708f;
	/*border:1px  solid rgba(25,255,241,.50);*/
	background: #5bc0de;


}

div#izq{
	width:23%;
	height: 550px;
	/*background-color: #d9edf7;*/
	float:left;
}
div#centro{
	width:54%;
	height: 550px;
	background-color: rgba(255,255,255,.70);
	float:left;

}
div#der{
	width:23%;
	height: 550px;
	background-color: rgba(169,211,230,.50);
	float:left;
}
 
#user-box{
	margin: 10px;
} 

#user-box a{
	text-decoration: none;
	border: none;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 6px 18px;
	/*text-transform: uppercase;*/
	color: #fff;
	background: #04AA6D!important;
	border-radius: 5px;
	cursor: pointer;

} 

#user-box a:hover{
	background: #08905E!important;

}



@media screen and (max-width: 800px) {

img#what{
	float: left;
	width:15%;
	/*color: #0D108C;*/
	/*border:1px  solid rgba(25,255,241,.50);*/
	/*background: rgba(255,255,241,.50);*/
}

div#izq{
	/*display: none;*/
	width:100%;
	height: 100%;
	float:none;
	 
}
div#centro{
	width:100%;
	height: 100%;
	float:none;

}

div#der{
	width:100%;
	height: 100%;
	float:none;
}



};