/*  
Theme Name: gestsanitaria.com
Theme URI: http://www.gestsanitaria.com/
Description: Tema privado exclusivo para uso de GestSanitaria.Com
Version: 0.1
Author: Formado Comprido <webmaster@capoeiras.com>
Author URI: http://www.www.fcsites.com/
*/


body { 
  text-align:center; 
  margin: 0;
  color: #ddd;
  background:#000;
  width:100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
}
a {
	color:#ff6633;
}
a:hover {
	color: #FF9900;
}
h1,h2,h3,h4,h5 {
	text-align:left;
	line-height:1.2em;}
#logo { 
  margin:0 auto; 
  padding: 0;
  text-align:center; 
}
#navbar {
  font:11px "Lucida Sans", "Lucida Console", Arial, Verdana; 
  margin:15px auto 0 auto;
  width:780px;
  padding: 2px 10px 0 10px;
  height:25px;
  line-height:24px;
  text-align:right; 
  border-bottom: 1px #ccc solid;
}

#navbar li {
	display:inline;
	list-style:none;
}
#navbar li a {
	background:#333;
	margin-left:4px; 
	padding: 4px 15px;
	color: #fff;
	text-decoration:none;
	text-transform: none;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-top: 1px #ccc solid;
    border-bottom:1px #000 solid;
}
#navbar li a:hover {
	background:#efefef;
	color: #000;
	text-decoration:none;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	border-top: 1px #eee solid;
    border-bottom:1px #ccc solid;
}
#wrap { 
  margin:0 auto; 
  padding: 0;
}

#content { 
  margin:20px auto; 
  padding: 10px;
  width:780px;
  border:none;
}
#content p {   
	text-align:justify;
}
#content p.quote {
	background:#999 url(../images/quote.png) top left no-repeat;
	color:#eee;
	margin:0px auto;
	padding:6px 8px 6px 32px;
	border:1px #ddd solid;
}
.gest {
	color: #FF6600;
	font-weight: bold;
}
.sanitaria {
	color: #CCCCCC;
	font-weight: bold;
}
#footer {
	border-top: 1px #ccc solid;	
	margin:10px auto;
	padding:10px;
	color: #666666;
	width:780px;
	font:11px "Lucida Sans", "Lucida Console", Arial, Verdana;
	color:#ccc;
}
/* Images Styling */
img.izquierda {
	float:left;
	margin-right:14px;
	margin-bottom:10px;
	margin-top:5px;
	padding:3px;
	border:1px #fff solid;
	background:#999;
}
img.derecha {
	float:right;
	margin-left:14px;
	margin-bottom:10px;
	margin-top:5px;
	padding:3px;
	border:1px #fff solid;
	background:#999;
}
p.design, p.design a {
	color:#333;
}
p.design a:hover {
	color:#666;
}
/* Form Styling */
input, select, option, textarea {
	background:url(../images/bgform.png) top center repeat-x;
	min-height:16px;
	margin:1px;
	border:1px #e4dfc2 solid;
	padding:1px;
	color:#000;
	font-size:1em;
}
form {
	padding:0;
	margin:4px;
}
form td {
	color: #fff;
	text-align:right;
	vertical-align:middle;
}
form table {
    font-family: "Trebuchet MS", Georgia, Arial;
	font-size:12px;
	border:0;
}