﻿@charset "utf-8";
/********************
Estilizações gerais
********************/
* {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html { background:; }

body {
	margin:0px;
 	background:url(../images/entrada_bg.jpg) repeat-x center 200px; 
	
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     text-decoration: blink;
     font-style: normal;
 }

#geral {
	text-align:justify;
	color:#666666;
	width: 550px;
	height:350px;
	margin: 85px auto;
	padding-top:96px;
	background: url(../images/entrada_logo.png) top center no-repeat;
}

#geral li{
	width:274px;
	margin:25px 0;
	float:left;
	color:#548ab5;
}

form {
	margin:0;
	padding:0;
}

.list{
	margin:0px;
}
select {
	background-color:#E8F7F5;
	width:120px;
	margin-top:-5px;
	border:solid 1px #7C9BAB;
}

#Entrar {
	margin-top:6px;
}

h2 {
	font-weight:normal;
	font-size:16px;
	color:#548ab5;
}

a {
	text-decoration:underline;
	color:#548ab5;
}

img, fieldset { border: none; }

hr, legend, .oculto { display: none; }

input[type=hidden] { display: none !important; }

option { padding: 0 5px; }
/********************
Fim das estilizações gerais
********************/