


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

#page {
		width:950px;
		margin:0 auto;
		margin-bottom:50px;
}

h2, h3, h4 {
	color:#225378;	
	font-family:Trebuchet MS,Trebuchet,Arial, Helvetica, sans-serif;
}



h2 {
	font-size:32px;
	color:#339900;
}

h3 {
	font-size:18px;
	color:#000;
}

h4 {
  background-color:#00f;
  color:#fff;
  font-size:18px;
  padding:0 2px;
  display:inline;
  font-weight:normal;
}


.texto {
  font-family:"Trebuchet MS",Trebuchet, Arial, Verdana;
  font-size:14px;
  margin:5px 0;
  width:800px;
  margin:0 auto;
  text-align:left;
  color:#757575;
}



/******** fframe ********/
#fframe {
	width:920px;
	margin:0 auto;
	text-align:center;	
}


#sframe {
  border:1px solid #1695A3;
  border:none;
  height:620px;
  width:670px;
}


/******* sidebar **********/
#sidebar {
	float:right;
	width:215px;
	margin-top:-140px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li {
		margin-bottom:8px;
}

#sidebar h2 {
	margin-bottom:20px;
  font-family:"Trebuchet MS",Trebuchet, Arial, Verdana;
	font-size:16px;
	color:#666;
	font-weight:bold;
}

#sidebar ul li.conf {
		background:url(/images/ico-casa.gif) center left no-repeat;
}

#sidebar ul li.lider {
		background:url(/images/ico-flag.gif) center left no-repeat;
}

#sidebar ul li.clock {
		background:url(/images/ico-clock.gif) center left no-repeat;
}

#sidebar ul li.garan {
		background:url(/images/ico-tick.gif) center left no-repeat;
}


/******* footer **********/

#footer {
	width:920px;
	background:#f3ffe2;
	border:1px solid #e1edcf;  
	margin:0 auto;	
	margin-top:20px;
	padding:5px;	
	color:#225378;
}

#footer br {
	clear:both;
	margin-bottom:30px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style:square;
}

#footer ul li {
	/*
	display: block;
	float: left;
	width: 410px;
	*/
	
	list-style:none;
	padding:20px;
	color:#85c8cf;
	
	
}

#footer ul ul {
	clear:both;
	margin-bottom:50px;
}


#footer ul ul li {
	float:left;
	width: auto;
	padding:0;	
	margin:0 0 5px 15px;
	width:30%;
	list-style:square;
}

#footer h2 {
	margin:10px 0 10px 0;
	color: #0000FF;
	font-size:18px;	
	clear:both;
	border-bottom:1px dotted #85c8cf;
}

#footer a {
	color:#225378;
}

#footer a:hover {
	text-decoration: underline;
}




