
/**********************
 ***** HTML TAGS ******
 **********************/

html {
	/*height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
}

body{
	border: 0px;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #cccccc;
}

img{
	border: 0px none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	size: 20px;
	color: #0766ae;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	size: 16px;
	color: #0766ae;
	margin: 0px;
	padding: 0px;
}

/**********************
 ***** HTML TAGS ******
 **********************/

#header{
	background-color: #ffffff;
	width: 950px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 105px;
}

#header_logo{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	position: relative;
	left:40px;
	top: 20px;
}

#ns1{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	left: 40px;
	top: 70px;
}

#content{
	background: #cccccc;
	background-repeat: repeat-y;
	width: 950px;
	height: auto;
	margin:0px auto;
	float: none;
	padding: 0px 0px 0px 0px;
}

a.ns2Link{
	color: #0766ae;
}

a.ns2Link:link {
	text-decoration: none;
} 
a.ns2Link:visited {
	text-decoration: none;
} 
a.ns2Link:hover {
	text-decoration: underline;
}

li.sobreUrgente24{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.footer{
	background-color: #166FB3;
	color: white;
	margin-top: 10px;
}

td.footer{
	padding: 10px 10px 10px 10px;
}

a.footer{
	color:#ffffff;
}
a.footer:hover{
	color:#ffffff;
}
a.footer:visited{
	color:#ffffff;
}
a.footer:active{
	color:#ffffff;
}

/******************
 ***** FORMS ******
 ******************/

select.contactoInput{
	width:250px;
}
 
input.contactoInput{
	width:250px;
}

textarea.contactoInput{
	width:250px;
	height:100px;
}