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

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#FFF;
	color:#6d6e71;
	font-family:Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#92278F;
}
#totalwrapper {
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	padding:0 auto;
}
#header {
	position:relative;
	float:left;
	width:100%;
}
.logo {
	position:relative;
	float:left;
	padding:20px;
}
.logo a {
	border:none;
}
/* menu */
#menusuperior{
	position:relative;
	float:right;
	background:#000;
	padding:4px;
	list-style:none;
	margin:0 10px 0 0;
	font-size:0.8em;
}
#menusuperior li{
	position:relative;
	float:left;
	display:block;
	padding:0 10px;
}
#menusuperior a{
	text-decoration:none;
	color:#CC6699;
}
#menusuperior a:hover {
	text-decoration:none;
	color:#fcfcfc;
}

/* */
.fondomarcas{
	background:url(../img/fondos/bg_logos.jpg) bottom right no-repeat;
	width:100%;
	height:100%;
}
.fondografica{
	background:url(../img/fondos/bg_grafica.jpg) bottom right no-repeat;
	width:100%;
	height:100%;
}
.fondoweb{
	background:url(../img/fondos/bg_web.jpg) bottom right no-repeat;
	width:100%;
	height:100%;
}
/* MENU */
.sub{
	position:relative;
	float:left;
	width:600px;
	margin:30px 0 0 300px;
	z-index:50;
}
.subgrafica{
	position:relative;
	float:left;
	width:600px;
	margin:214px 0 0 300px;
	z-index:51;
}
.subweb{
	position:relative;
	float:left;
	width:600px;
	margin:394px 0 0 300px;
	z-index:51;
}
.columna{
	position:relative;
	float:left;
	width:200px;
	text-align:left;
	text-transform:uppercase;
	line-height:1.6em;
}
/**/
h1 {
	margin: 0;
	padding: 7px 0 0 16px;
	font-size: 3em;
	text-transform: uppercase;
	font-weight:normal;	
}
#feature_list {
	width: 100%;
	height: 101%;
	overflow: hidden;
	position: relative;
}
#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabs {
	left: 0;
	z-index: 20;
	width: 100%;
	min-height:700px;
	height:100%;
	text-align:left;
}
#tabs li {
	font-size: 1em;
	padding:20px 0;

}
#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 120px;
	outline: none;
}
#tabs li a:hover {
	text-decoration: none;
}
ul#tabs li a.current {
	background:#666;
	color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 100%;
	height: 100%;
	min-height:700px;
	position: relative;
	background:#FFF;
}
ul#output li {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height:700px;
}
