/* ====================================================================================
 Main Styles
last update 30-05-2008
====================================================================================*/ 

/*-------------------- basic---------------------*/ 
body { background-color: #d5e1e5; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height:130%;margin:0;padding:0;}
body, html{
	height: 100%;
}
td, select, input, select, textarea, option { font: normal 1em Verdana, Arial, Helvetica, sans-serif; }
a{ color: #007688; outline: none; text-decoration: none }
a:visited{ color: #5299A5; }
a:hover, a:visited:hover{ color: #005260; text-decoration: underline; }
a:active{  color: #8DC220; }
a img{ border: 0; }
p{ margin: 0; padding: 6px 0; }

/*-------------------- headers---------------------*/ 
h1{ font-size: 45px; font-weight: bold;  margin: 5px 0; padding: 10px 0; text-align: left; color:#d57651}
h2{  font-size: 35px; font-weight: bold; margin: 5px 0 10px 0; padding: 10px 0;  color: #447889;text-align: left; }
h3{  font-size: 20px; font-weight: normal; margin: 6px 0 0 0; padding: 0;color: #447889;text-align: left; }

/*-------------------- layout---------------------*/ 
#contenedor{
	width: 760px;
	padding:20px;
	background-color: #ffffff;
	border:1px solid #f6f6f6;
	margin:10px auto;
}
