
* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, sans-serif, Arial;
 font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 738px;
}
#header {

 width: 720px;
 float: left;
 padding: 8px; 
 height: 80px;
 margin: 4px 0px 4px 0px;
 
}



#navigation {
 float: left;
 width: 720px;
 padding: 4px;
 margin: 5px 0px 5px 0px;
 /*background:#E26b29;*/
 background: url(../images/tab.png) center no-repeat;
}


#navigation ul {	
	height: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 0.8em;
}	

#navigation li {
	float: left;
	white-space: nowrap;
	
}

#navigation li a {
	display: block;
	padding: 0em 0.8em 0em 1.0em;
	border-right: solid 0.1em rgb(175,175,175);	
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover {
	border-right: solid 0.1em rgb(175,175,175);	
	/*background-color: #000000;	*/
	color: #FFFFFF;
}

#navigation .selected {
	padding: 0em 0.5em 0em 0.5em;			
	/*background-color: #E26b29;*/
	color: #FFFFFF;
}

* html #navigation a {width:5%;}


#leftcolumn { 
 color: #EB8D28;
 background: url(../images/fondo_left.jpg);
 margin: 0px 4px 4px 0px;
 padding: 8px;
 height: 384px;
 width: 156px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #000000; 
 margin: 0px 0px 5px 0px;
 padding: 8px;
 height: 384px;
 width: 542px;
 display: inline;
 overflow: auto;
}

#footer { 
 overflow:auto;
 text-align: right;
 color:#FFFFFF;
 /*font-weight:bold;*/
 font-size: 10px;
 width: 720px;
 clear: both;
 background: #E26b29;
 padding: 4px;
 margin: 0px 0px 4px 0px;
}

#footer a {	
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.title{
	font-weight:bold;	
	color: #E26b29;
}

.asterisco{
	font-size:14px;
	font-weight:bold;	
	color: #FF0000;
}

.parrafo{	
	line-height: 20px;
}

#servicios{
 float: right;
 color: #000000; 
 margin: 5px 5px 5px 5px;
 display: inline;
}

#porque{
 float: left;
 color: #000000; 
 margin: 5px 5px 5px 40px;
 display: inline;
}
