@charset "utf-8";
/* CSS Document */

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#b7d4e0;
}

a:hover {
	color:#fff;
}

body {
	background:#000;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}

h1 {
	font-weight:normal;
	color:#ffcb05;
}

h2 {
	font-weight:normal;
	margin-bottom:auto;
	color:#00a1af;
}

li {
	list-style:none;
}

.site {
	width:970px;
	margin:auto;
	background:url(http://www.studiointernet.com.br/imagens/background.jpg) no-repeat;	
	text-align:left;
	
}

.header {
	
	/*height:293px;*/
	
}

.content {
	
}

.footer {
    height:293px;
}


a.efeito {
    font-size:17px;
  	padding:5px;
  	color:#b7d4e0;
}

a:hover.efeito {
  	color:#fff;
 	 -moz-border-radius:10px;
  	background:rgba(111,111,111,0.5);
}

.hosp, .hosp td{
  	border:1px solid #153d3d;
  	padding:5px;
}

.hosp h1 {
	text-align:center;
	font-style:italic;
	color:#1262c4;
}

input[type=text], [type=password], textarea, select {
	color:#000;
	padding:5px;
    -moz-border-radius:10px;
	border:0;
	background:#fff;

}

input[type=submit], input[type=button] {
	    -moz-border-radius:10px;
		background:url(../imagens/cssButton.jpg) repeat-x;
		border:0;
		color:#FFF;
		padding-top:3px;
		padding-bottom:3px;
		
		padding-left:10px;
		padding-right:10px;

		height:40px;
		font-size:16px;
}