body
{
	background-image: url("../imgs/bg01.jpg");
	background-repeat: no-repeat;
	background-position: center 120px;
	font-family: Verdana, Arial, Sans-serif;	
}




#container
{
	
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	/*left: 12px;*/
	width: 739px;
	height: auto;
	
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 739px;
	height: 71px;
	background-image: url("../imgs/header3.gif");
	background-repeat: no-repeat;
}

#menu_horiz
{
	position: absolute;
	top: 60px;
	width: 567px;
	margin-left: 160px;
}

#menu_horiz .item
{
	font-size: 11px;
	font-weight: bold;
	background-image: url("../imgs/itemenuppal.gif");
	background-repeat: no-repeat;
	background-position: left center;
	color: #999;
	padding-left: 12px;
	padding-right: 2px;
}

#menu_horiz .item a
{
	text-decoration: none;
	color: #999;
}

#menu_horiz .item a:hover
{
	text-decoration: none;
	background-color: #C9BF95;
	color: white;
}

#main
{
	position: absolute;
	top: 79px;
	left: 0px;
	width: 726px;
	border-right: 2px solid #E5E0CB;
	background-color: transparent;
	background: url("../imgs/menubg.gif") repeat-y left top;
	/*height: auto;*/
	min-height: 480px;
}

* html #main{height: 480px;}

#main .top 
{
	position: absolute;
	width: 730px;
	left: 0px;
	top: 0px;
	height: 10px;
	background-image: url("../imgs/maintop.gif");
	background-repeat: no-repeat;
	

}

#main .foto
{
	position: relative;
	margin-left: 160px;
	margin-top: 10px;
	
}




#main .title
{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #C9BF95;
	margin-top: 16px;
	margin-left: 162px;
	margin-right: 10px;
	padding-left: 4px;
	color: black;
	background-color: #E3DEC8;
}

#main .title_sub
{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #C9BF95;
	margin-top: 6px;
	margin-left: 170px;
	margin-right: 10px;
	color: black;	
}

#main .title_sub .fecha
{
	position: relative;
	right: 0px;	
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	color: #C9BF95;
}

#main .text
{
	position: relative;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 180px;
	margin-right: 10px;
	padding-bottom: 20px;
}

#main .text ul li
{
	margin-bottom: 8px;
}

#main .ficha_pers
{
	position: relative;
	margin-left: 168px;
	margin-top: 10px;
	margin-bottom: 20px;	
}

#main .ficha_pers .nombre
{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}

#main .ficha_pers .data
{
	
	position: relative;
	font-weight: normal;
	margin-left: 10px;
	font-size: 11px;
}

#main .webgestion_title
{
	position: relative;
	margin-top: 10px;	
	margin-left: 170px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #C9BF95;
	color: #000;
}	

#menu-head
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 150px;
	height: 14px;
	background-image: url("../imgs/menuhead.gif");
	background-repeat: no-repeat;
}

#menu
{
	position: absolute;
	top: 24px;
	left: 0px;
	width: 150px;
	bottom: 0px;
	/*background-image: url("../imgs/menubg.gif");
	background-repeat: repeat-y;*/
}

#menu .item
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 6px;
}

#menu .item a
{
	text-decoration: none;
	color: black;
}

#menu .item a:hover
{
	text-decoration: underline;
	color: black;
}

#menu .item a:active
{
	text-decoration: none;
	color: #C9BF95;
}
	

#main .footer
{
	position: absolute;
	bottom: -1px;
	width: 727px;
	height: 15px;
	background-color: #E2DDC7;
	/*background-image: url("../imgs/footer.gif");
	background-repeat: no-repeat;*/

}

#main .text .label
{
	text-align: right;
	margin-right: 4px;
}

#main .text .input
{
	border: 1px solid #C9BF95;
	background-color: white;
	-moz-border-radius: 0.1%;
	margin-bottom: 3px;
	
}

#main .text .textarea
{
	border: 1px solid #C9BF95;
	background-color: white;
	width: 400px;
	height: 100px;
}

#main .text .htmlarea
{
	border: 1px solid #C9BF95;
	background-color: white;
	width: 400px;
	height: 200px;
}

#main .text a
{
	text-decoration: none;
	color: #A99F75;
}

#main .text .inactivo
{
	color: #F52;
}

#main .text .activo
{
	color: #2C2;
}