@charset "UTF-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

body{
	background-color:#fff;
	margin:0 auto 0 auto;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a { 
	outline:none;
	text-decoration:none;
	color:#ee2d24;
	/*color: #73942d;*/
}

/*a:hover { outline:none}*/

h1{
	text-indent:-5000px;
}

h2{
	margin:280px 0 8px 0;
	text-align: center;
	font-size:18px;
	color: #5e656d;
}

p {
	text-align: center;
	font-size:12px;
	color: #5e656d;
	line-height:18px;
}

.destaque{
	color:#ee2d24;
}

#content {
	width:950px;
	height:500px;
	margin:auto;
	text-align:left;
	/*padding:55px 0 0 0;*/
	background-image: url(../images/bg-vitoria-divers.jpg);
	background-position: center 50px;
	background-repeat:no-repeat;
}
#bt-comando {
	height:65px;
	width:150px;
	margin:5px 0 0 400px;
}