@import url('reset.css');

/* General Demo Style */
body{
	background:#404040 url(../images/bg-geral.png) repeat-x  0  50px;
	color:#CCC;
	font-family: Arial, sans-serif;
	font-size:14px;
	margin: auto;
}

a{ color: #900; text-decoration:none;}
a:hover.vt { text-decoration:underline; color:#05587d;}

.clr{
	clear:both;
}
h1, h5{
	font-size:14px;
	display:block;
	color:#06F;
	margin:3px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
	font-weight:700;
	background: #ccc;
	/*background: url(../images/bg-header.jpg) center center repeat-y; */
}

/* Header Style */
.header {
	height:12x;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header p{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align: center;
}
.header a:hover{
	color:#fff;
}
.header a {
	font-weight:bold;
}

#enviar  {
	width:80px;
	color:#275cb2;
	font-size:12px;
	font-weight:bold;
}

form {margin-left: 30px;}
