@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
	border:0;
}
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#666;
	
	background-color:#fff;
}

/* GENERALES*/
.clear
{
	clear:both;
}
.hidden
{
	display:none;
}
.negrita
{
	font-weight:bold;
}
h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7226AC;
}
h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7226AC;
}
h4
{
	margin:10px 0 3px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7226AC;
}
p
{
	margin:0 0 2px 0;
	width:90%;
	font-size:11px;
	color:#666;	
}
p a
{
	margin:0 0 2px 0;
	font-size:11px;
	color:#660000;	
}
li a
{
	color:#660000;
}
a:hover
{
	text-decoration:underline;
}
.layer_title
{
	margin:10px 0 7px 0;
	padding:0 0 0 8px;
	width:inherit;
	
	background:url(../img/fnd_header.png) 0 3px repeat-y;
	
}
.p_return_up
{
	width:94%;
	margin:10px 0 0 0;
	padding:5px 0 0 10px;
	
	background:url(../img/ico_up.gif) 0 10px no-repeat;	
	border-top:1px solid #CDC0F3;
	
}
	.p_return_up a
	{	
		color:#7226AC;
		text-decoration:none;	
	}

/*-----------------------------------------*/
#container
{
	margin:0 auto;
	padding:0 0 30px 0;
	width:100%;
	height:100%;
	position:relative;
}
#header
{
	padding:0 0 0 0;	
	width:inherit;
	
	background:url(../img/fnd_header.png) repeat-x;
}
	#header h1
	{
		float:left;
		margin:0;
		padding:0 0 0 5px;
		width:46px;
	}
	#header h1 a
	{
		text-decoration:none;
	}
	#header ul
	{
		list-style:none;
		float:left;
		margin:0;
		padding:0 0 0 10px;		
	}
	#header ul li
	{
		float:left;
	}
	#header ul li a
	{
		display:block;
		height:28px;
		
		text-decoration:none;
		
		background-repeat:no-repeat;
		background-position:0 0;
	}	
	#header ul li a span
	{
		visibility:hidden;
	}

#footer
{
	padding:0 0 1px 0;	
	width:inherit;
	height:22px;
		
	text-align:right;
	background:url(../img/fnd_footer.png) repeat-x 0 bottom;
	
	position:fixed;
	bottom:0;
}
	#footer h3
	{
		width:99%;
		padding:3px 0 2px 0;
		
		font-family:Arial, Helvetica, sans-serif;
		color:#7226AC;
		font-size:11px;
		font-weight:normal;
	}


#content
{
	padding:0 0 10px 15px;	
	width:96%;
		
	text-align:left;
}
	#content ul,#content ol
	{		
		padding:8px 0 8px 0;
		list-style:inside;	
	}	
	#content ul li	
	{
		list-style-image:url(../img/ico_list.gif);
		margin:0 0 3px 0;				
	}		
	#content ul li a
	{
		color:#660000;
	}
	#content .ul_types
	{
		margin:0 0 10px 0;
	}	
	#content .ulImg li	
	{
		list-style:none;
	}		
	#content .ul_types li	
	{
		list-style:none;
		margin:0 0 3px 0;
		padding:0 22px 0 0;
		width:90%;
		height:22px;
		
		background:#CDC0F3 url(../img/fnd_li_right.gif) right 0 no-repeat;
	}	
	#content .ul_types li a
	{
		display:block;
		padding:4px 0 0 7px;
		width:90%;
		height:18px;
		
		font-size:12px;
		color:#fff;
		text-decoration:none;
		
		background:url(../img/fnd_li_left.gif) 0 0 no-repeat;
	}	
	
	#content .ul_listtypes
	{
		margin:0 0 10px 0;
	}	
	#content .ul_listtypes li	
	{
		list-style:none;
		display:inline;
		
		color:#7226AC;
		font-size:11px;
	}	
	#content .ul_listtypes span
	{
		text-decoration:underline;
	}	
	#content .ul_listtypes li a
	{
		color:#7226AC;
		font-size:11px;
		text-decoration:none;
	}	
	#content .ul_listtypes li a:hover
	{
		text-decoration:underline;
	}	
	
		

