html, body {
	background-color: #becbbe;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

html {	overflow-y: auto; }

#main {
	width: 796px;
	height: auto;
	min-height: 100%;
	margin: auto;
	background-color: #FFFFFF;
	font-family: Arial; 
	color:#012d33;
	font-size: 11px;
}

.Texto2 {
	color:#313131;
	font-size: 15px;
}