#content 
{
	width: auto;
	height: auto;
	margin-left:10px;
	margin-right:20px;
	padding: 25px;
	background: #FFF;	
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 1em #D1CFCF;
	-webkit-box-shadow: 0 0 1em #D1CFCF;
    box-shadow: 0 0 1em #D1CFCF;	
}
#content h1 {margin: 0;}
#content hr 
{
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}
#content p {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; color:#000;}
#content .clear 
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

#content a { outline-color: #888;}
#content h3 
{
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
	color:#000;
}
#content div#feature_list 
{
	width: auto;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#content div#feature_list ul 
{
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
#content ul#tabs 
{
	left: 0;
	z-index: 2;
	width: 320px;
}
#content ul#tabs li 
{
	font-size: 12px;
	font-family:font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-align:left;
}
#content ul#tabs li img 
{
	padding: 5px;
	border: none;
	float: left;
	margin: 0 10px 5px 0; /*top, right, bottom, left*/
}
#content ul#tabs li a 
{
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
#content ul#tabs li a:hover {text-decoration: underline;}
#content ul#tabs li a.current 
{
	/*width:300px;
	background: url(feature-tab-current.png);*/
	width:245px;
	background:url(prueba.png);
	color: #FFF;
}
#content ul#tabs li a.current h3 {color:#FFF;}
#content ul#tabs li a.current p {color:#FFF;}
#content ul#tabs li a.current:hover 
{
	text-decoration: none;
	cursor: default;
}
#content ul#output 
{
	right: 20;
	width: 605px;
	height: 380px;
	position: relative;
}
#content ul#output li 
{
	/*margin-left:47.6%;*/
	margin-left:38%;
	position: absolute;
	width: 605px;
	height: 380px;
}
#content ul#output li a 
{
	position: relative;
	bottom: 10px;
	float: right;
	padding: 5px 11px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
#content ul#output li a:hover {background: #D33431;}