/* CSS Document */

body {
	padding-top:15px;
	padding-bottom:15px;
	background:#5AB5D0;
}

#Content{ 
	position:relative;
	background:#FFFFFF;
	width:800px;
	height:100%;
	padding:10px;
	padding-bottom:25px;
	min-height:550px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

.Left {
	text-align:left;
}

.Right {
	text-align:right;
}

.Center {
	text-align:center;
}

.Green {
	color:#66CC66;
	font-family: Arial, Helvetica, sans-serif;
}

.Negro{
	color:#000000;
}

.Azul{
	color:#6699CC;
}

.Orange{
	color:#FF9933;
}
