@font-face {
    font-family: 'tgregular';
    src: url('../fonts/tg-bold-webfont.eot');
    src: url('../fonts/tg-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tg-bold-webfont.woff') format('woff'),
         url('../fonts/tg-bold-webfont.ttf') format('truetype'),
         url('../fonts/tg-bold-webfont.svg#tgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#menu_principal {
	position: absolute;
	width: 115px;
	height: 177px;
	z-index: 7;
	left: 180px;
	top: 46px;
	background-color: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* internet explorer */
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
a {
	color: #000;
	text-decoration: none;
}

ul {
	list-style: none;
	margin-top: 0px;
	margin-left: -33px;
	width:100px;
}

ul li {
	font:11px/19px 'tgregular', Arial, sans-serif;
	height:100%;
	border-bottom:1px solid #CCCCCC;
	position: relative;
	float:left;
	width:100%;
	text-align:right;
}
ul li a{
	display:block;
	padding: 1px 5px;
}
ul li a:hover {
	color: #75B820;
}
ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:100px;
}

li .submenu {
	width: 115px;
	height: 21px;
	text-align:left;
}
#fondoSubMenu {
	width: 115px;
	height: 110px;
	background-color: #FFFFFF;
	padding: 0px 5px;
}

/*General*/
html, body {  
	height:100%;  
	margin:0;  
}  
body {  
	position:relative;  
	min-width:960px;  
	min-height:600px;
	background-image: url(../imagenes/fondo.gif);
}
#contenedor {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 976px;
	height: 620px;
	margin-left: -488px;
	margin-top: -300px;
	overflow:hidden;
}
#fondo_logo {
	position:absolute;
	width:177px;
	height:100px;
	z-index:5;
	left: 37px;
	top: 0px;
	background-color: #75B820;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* internet explorer */
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
#logo {
	position:absolute;
	width:177px;
	height:100px;
	z-index:6;
	left: 37px;
	top: 0px;
}
#firma {
	position:absolute;
	width:107px;
	height:8px;
	z-index:6;
	left: 400px;
	top: 604px;
}
#slider {
	width:976px;
	height:600px;
	/*IE bugfix*/
	padding:0;
	margin:0;
	z-index:3;
}
#slider li {
	border-bottom:0px;
	list-style:none;
}
#contenidos {
	position:absolute;
	width:976px;
	height:600px;
	padding:0;
	margin:0;
	z-index:1;
}
#plantas {
	position:absolute;
	border: 0px;
	border-style: none;
	z-index:5;
}
