		html, body {
			margin: 0;
			margin-bottom: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #3F3E39;
			
		}
		
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
		}

		#banner {
			
			padding: 0;
			margin-bottom: 0;
			height: 114px;
				
		}
		
		#content {
			width: 758px;
			/*padding-top: 41px;
			
			background-image: url(../fotos/foto01_cabe.jpg);
			background-repeat: no-repeat;*/
			border-left: 1px;
			border-left-color: #C9C9C9;
			border-left-style: solid;
			border-right: 1px;
			border-right-color: #C9C9C9;
			border-right-style: solid;
			
		}
		
		#footer {
			clear: both;
			padding-top: 5px;
			margin-top: 0;
			background-color: #BA3030;
			height: 20px;
			text-align: center;
			color: White;
		}
		
		#footer ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			
		}
		
		#footer a {
			text-decoration: none;
			color: White;
		}
		
		#footer a:hover {
			text-decoration: underline;
			color: White;
		}		
		
/*--------------------------------------------------------------------*/
		#logo {
			float: left;
		}
		
		#menu-secundario {
			/*background-color: #BA3030;*/
			/*padding: 6px; */
			/*margin-top: 50px;*/
			margin-bottom: 1px;
			width:505px;
			/*height: 20px;*/
			float:left;
			
		}
		
		#menu-corporativo {
			background-color: #EFEFEF;
			padding-top: 8px;
			width:505px;
			height: 23px;
			float:left;
			text-align: center;
			font-size: 14px;
		}
		
		#menu-corporativo ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		#menu-corporativo li {
			display: inline;
			margin-left: 10px;
		}
		
		#menu-servicios {
			width: 229px;					
			background-color: white; 
			border-left: 1px;
			border-left-color: #E7E3D5;
			border-left-style: solid;
			border-right: 1px;
			border-right-color: #E7E3D5;
			border-right-style: solid;
			padding-top: 22px;
			float: left;	
			margin-top: -178px;
			
			z-index: 10;
			position: relative;
			left: 22px;
			/*top: 22px;*/
		}
			
		#home {
		
			background-color:#E7E3D6; 
			width:60px; 
			height: 26px; 
			float:left;
			text-align: center;
			
		
		}
		
		#home a {
			padding-top: 6px;
			padding-bottom: 5px;
			text-decoration: none;
			color: #3F3E39;
			display:block;
		}
		#home a:hover {
			background:#C1BBAA;
			color: #3F3E39;

		}
		#home a img {
			border:0;
			margin-right:4px;
		}
	
		#menu-sec {
			
			background-color:#BA3030; 
			width: 424px;
			height: 19px;
			float:right;
			padding-top: 7px;
			padding-left: 10px;
			padding-right: 10px;
			color: White;
		
		}
		
		#menu-sec a{
			text-decoration: none;
			color: White;
		}
		
		#menu-sec a:hover {
			text-decoration: underline;
			color: White;
		}		
		