@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(../img/estructura/backgroundgeneral.jpg) no-repeat center top;
	color:#6d6e71;
	font-family:Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:1em;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#CC6699;
}
a:hover{
	text-decoration:underline;
	color:#CC6699;
}
#wrapper{
	width:960px;
	text-align:left;
	margin:0 auto;
	padding:0;
	height:101%;
	min-height:100%;
	z-index:0;
	position:relative;
}
#header{
	width:100%;
	padding:120px 0 20px 40px;
	position:relative;
	float:left;
}
#header h1 {
	background:url(../img/logo.png) no-repeat;
	height:64px;
}
#header h1 a{
	color:transparent;
}
#header a:hover{
	color:transparent;
	text-decoration:none;
}
*html #header h1 a{
	color:#FFFFFF;
	background:url(../img/logo.gif) no-repeat;
	height:60px;
	font-size:0.01em;
}
#contentwrapper{
	width:100%;
	height:420px;
	position:relative;
	float:left;	
	background:url(../img/estructura/background_content.jpg) repeat-y right #FFFFFF;
}
*html #contentwrapper{
	height:300px;
}
#content{
	width:860px;
	height:320px;
	padding:20px 0px 20px 50px;
	position:relative;
	float:left;
}
*html #content{
	height:370px;
	overflow:hidden;
}
#menu{
	position:relative;
	float:left;
	width:100%;
	background:url(../img/estructura/background_menu.jpg) no-repeat;
	height:40px;
	margin-left:14px;
	padding-top:10px;
}
*html #menu{
	background:url(../img/estructura/background_menu.jpg) no-repeat right;
	width:881px;
	padding-left:80px;
	left:-1px;
}
#footer{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-top:140px;
	font-size:0.65em;
}
#menu li{
	position:relative;
	float:left;
	list-style:none;
	display:block;
	padding:4px 60px 4px 20px;
	font-size:0.75em;
}
#menu a{
	color:#6d6e71;
}
#menu a:hover{
	color:#b62175;
	text-decoration:none;
}
#menu .active{
	background:url(../img/estructura/milo.jpg) no-repeat right;
}
#menu .active a{
	color:#333333;
	font-weight:bold;
}