a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body{
	font-family: calibri;
	background:url('background.jpg') no-repeat 50% 0px;
	}

.opcaoPrincipal{
	padding:15px;
	background:#F7F2E0;
	border: 1px solid #cccccc;
	border-radius:5px;
	}
	
	
.opcaoSecundaria{
	padding:8px;
	background:#FFF5E6;
	background: -webkit-linear-gradient(#FFF5E6, #FFD699); /* For Safari */
	background: -o-linear-gradient(#FFF5E6, #FFD699); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFF5E6, #FFD699); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(top, #FFF5E6, #FFD699);
	background: linear-gradient(#FFF5E6, #FFD699); /* Standard syntax (must be last) */
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFF5E6, endColorstr=#FFD699);
	border: 1px solid #cccccc;
	border-radius:5px;
	cursor:pointer;
	text-align: center;
	}

.opcaoSecundaria:hover{
	background: #FFEFD6;
	background: -webkit-linear-gradient(#FFEFD6, #DB704D); /* For Safari */
	background: -o-linear-gradient(#FFEFD6, #DB704D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFEFD6, #DB704D); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(top, #FFEFD6, #DB704D);
	background: linear-gradient(#FFEFD6, #DB704D); /* Standard syntax (must be last) */
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFEFD6, endColorstr=#DB704D);
	}
	
	
#contentorGeral{
	border:1px solid #888888;
	border-radius:5px;
	background:#FFFFFF;
	margin-left:50px;
	margin-top:50px;
	width: 600px;
	padding:2%;
	box-shadow: 10px 10px 10px ;'
	background: red;
	height: 400px;
	}

#contentorGestaoCertificados{
	display:inline-block;
	float: right;
	margin:30px;
	text-align:center;
	}
	
	