body {
	margin:0px;
	border:0px;
	padding:0px;
	line-height: 1.2em;
	font:0.75em "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", geneva,tahoma,verdana,arial, sans-serif;
	background:url(images/bg.gif) top left;
	color: #AAA;
}

hr {
	display: none;
}

#contenedor {
	margin: 0px auto;
	width: 100%;
	height: 100%;
	min-height:100%;
}
 
#header1{
	background: url(images/header.gif) no-repeat top right;
	min-width: 750px;
	text-align: center;
	padding: 0;
	width: 100%;
	background-color:#000000;
}

#header2{
	background: url(images/header.gif) no-repeat top right;
	min-width: 750px;
	text-align: center;
	padding: 0;
	width: 100%;
	background-color:#000000;
	background-position: right -160px;
}
#header3{
	background: url(images/header.gif) no-repeat top right;
	min-width: 750px;
	text-align: center;
	padding: 0;
	width: 100%;
	background-color:#000000;
	background-position: right -320px;}
#header4{
	background: url(images/header.gif) no-repeat top right;
	min-width: 750px;
	text-align: center;
	padding: 0;
	width: 100%;
	background-color:#000000;
	background-position: right -480px;}
#header5{
	background: url(images/header.gif) no-repeat top right;
	min-width: 750px;
	text-align: center;
	padding: 0;
	width: 100%;
	background-color:#000000;
	background-position: right -640px;}

#titulo {
	background: url(images/logo.png) no-repeat top left;
	margin: 0;
	text-indent: -5000px;
	margin-left: 40px;
	height: 120px;
}

#menu2 {
	overflow:hidden;
	height:40px;
	position:relative;
}

ul#menu {
    list-style-type:none;
    position:absolute;
    bottom:0;
    left:10px;
    font:9px Verdana,Arial,Geneva,Lucida,Helvetica,sans-serif;
    letter-spacing:-1px;
    text-transform:lowercase;
}

ul#menu li { display:inline; }

ul#menu a,ul#menu a:hover { text-decoration:none;}

ul#menu li a {
    display:block;
    float:left;
    color:#CCC;
    background:#222;
    margin:0 3px 0 0;
    padding:5px 12px;
	
}
ul#menu a {
	color:#99CC33;
	background:#333;
	border-bottom: 3px solid #333;
}
ul#menu a:hover {
	color:#99CC33;
    /* background:#7e9dac; */
    background:#333;
	border-bottom: 3px solid #9C3;
}

ul#menu .active {
	color:#99CC33;
    background:#333;
	border-bottom: 3px solid #9C3;
}

#subtitle {
	background: url(images/grunge.hr.gif) repeat-x left bottom;
	margin-bottom: 15px;
}

#empresa{
	margin: 0;
	background:url(images/empresa.gif) no-repeat;
	text-indent: -5000px;
	width: 80px;
	height: 40px;
}

#main {
	position: relative;
	margin: 0px 30px 30px 30px;
}

#mainContent {
	width: 400px;
	float: left;
}

#breadcrumb {
	padding: 0px;  
	color: #CCCCCC; 
	float:left;
	font-size:0.9em;
	position: relative;
	top: -21px;
	left: 65px;
}

#breadcrumb a{  
	color: #CCCCCC; 
}

#breadcrumb a:hover{  
	color: #FFFFFF;
	text-decoration:underline;
}


#footer {
	font-size: 0.8em;
	color: #cfcfcf;
	padding: 5px;
	background: #303030;
	clear: both;
	text-align: center;
}

#footer a { 
	color: #fff;
	text-decoration: none; 
	clear: both;
}

#footer a:hover {
	color: #9c3;	
	text-decoration: underline;
}

address {
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px dotted;
}
		
#map {
	width: 500px; height: 300px;
	margin: 30px 0px 30px 420px;
}