/* CSS Document */
body { 
	margin-top: 0px; 
	color: #333333; 
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 16px;
	text-align:center;
}
#frame{
margin:100px auto auto auto;
	text-align:left;
	width: 400px;
}
.lftspace{
	padding:10px 0 0 30px;
}
.txtversal{
	text-transform: uppercase;
}
.txtcolor{
	color: #134369; 
}
a{
	text-decoration:none;
	color: #333333;
}
a:hover{
	text-decoration:underline;
}
#content{
	
	height: 400px;
	background-color: #FFF; 
	/*text-align:center;*/
	margin-top: 50px;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 100px;
	text-align:center;
}