/* 
    Document   : vestibular-menu-hotsite
    Created on : 12/01/2016, 16:00:55
    Author     : Fábio H. Kanashiro <fabio@maua.br>
    Description:
        Folha de estilo em cascata para o novo formulário de inscrição do vestibular Maua (ENEM)
*/

.vest-menu-index{
width: 98%;
height: 45px;
border-radius: 10px;
-webkit-border-radius: 10px;
moz-border-radius: 10px;
margin: 0 auto;
}

/*.btn {
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
	.btn.full { width: 95%; margin: 10px auto; display: block;}
	
	.btn, .blue-box {
    background-color: #004684;
    color: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: -2px 2px 0 0 #002462;
    -moz-box-shadow: -2px 2px 0 0 #002462;
    box-shadow: -2px 2px 0 0 #002462;
}
*/
	
.vest-menu-index ul {
	list-style-type:none;
	width:95%;
	display:table;
}

.vest-menu-index ul li a {
    font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	background-color: #004684;
    color: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: -2px 2px 0 0 #002462;
    -moz-box-shadow: -2px 2px 0 0 #002462;
    box-shadow: -2px 2px 0 0 #002462;
	display: table;
	width:90%;
	text-align:center;
	margin-bottom:15px;
}

.f-red {
	color:#900;
}
.bg-red {
	background-color:#900;
	padding:6px;
}
.u-red {
	text-decoration: none;
	border-bottom: 2px solid #900;
}