/* CSS Document */

body{
	margin:0;
	background-color:#012301;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../img/bg.gif');
}
#content{
	width:780px;
	height:580px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-390px;
	margin-top:-290px;
	background-color:#014801;
	background-image:url('../img/bgcontent.gif');
	background-repeat:no-repeat;
	background-position:top;
}
#logo{
	width:474px;
	height:80px;
	position:absolute;
	right:25px;
	top:85px;
	background-image:url('../img/logo.gif');
	background-repeat:no-repeat;
}
#tlf{
	color:#009900;
	font-size:24px;
	position:absolute;
	top:7px;
	left:40px;
}
#topmenu{
	position:absolute;
	height:26px;
	right:10px;
	_top:7px;
	top:9px;
}
#topmenu ul{
	margin:0;
	padding:0;
}
#topmenu ul li{
	list-style:none;
	display:inline;

}
#topmenu ul li a{
	font-size:16px;
	color:#009900;
	text-decoration:none;
	height:29px;

}
#topmenu ul li a:hover{
	color:#FF9B39;
}
#topmenu .sep{
	background-image:url('../img/sep.gif');
	background-position:right;
	padding-right:8px;
	height:29px;
	background-repeat:no-repeat;
}
#servicios{
	color:#003000;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	position:absolute;
	top:50px;
	left:70px;
}
#menu{
	position:absolute;
	left:25px;
	top:83px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
	height:33px;
}
#menu ul li a{
	font-size:17px;
	color:#003000;
	text-decoration:none;
	background-image:url('../img/off.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-weight:bold;
	letter-spacing:2px;

}
#menu ul li a:hover{
	color:#FF9B39;
	background-image:url('../img/on.gif');
}
a{
	color:#FF9B39;
	text-decoration:none;
}
a:hover{
	color:#003000;
}
#tit{
	width:230px;
	position:absolute;
	top:225px;
	right:10px;
	text-align:center;
}
#foto{
	position:absolute;
	bottom:0;
	left:2px;
	width:252px;
	height:359px;
	background-repeat:no-repeat;
}
#txt{
	position:absolute;
	top:270px;
	right:20px;
	width:480px;
	height:300px;
	font-size:14px;
	color:#B5D4B5;
	text-align:justify;
	padding-right:4px;
	overflow:auto;
}
h1{
	display:none;
}
h2{
	margin:0;
	padding:0;
	color:#009900;
	font-size:24px;
}

/*fotos*/
.inicio{
	background-image:url('../img/ft/1.jpg');
}
.laboral{
	background-image:url('../img/ft/2.jpg');
}
.inversiones{
	background-image:url('../img/ft/3.jpg');
}
.contable{
	background-image:url('../img/ft/4.jpg');
}
.fiscal{
	background-image:url('../img/ft/5.jpg');
}
.consultas{
	background-image:url('../img/ft/6.jpg');
}
.contacto{
	background-image:url('../img/ft/7.jpg');
}
.acceso{
	background-image:url('../img/ft/8.jpg');
}

