/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding:0px 0px 0px 0px;	
	height: 30px;
}

body.home ul.tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 0px 0px 0px 0px;	
	height: 30px;
}



/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image: !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	color: #ffffff;
	font-size:15px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 9px 65px;
	margin-left: 6.2px;	
	margin-right: 0px;
	position:center;
	top: 1px;
	background: #eae8e6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px;
}

#content ul.tabs a{
	color: #000000;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#content ul.tabs a:hover { background: #000000;  color: #ffffff; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
#content ul.tabs a.current:hover,
ul.tabs li.current a {	
	cursor:default !important; 
	color:#ffffff !important;
	display: block;
	background: #000000;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

.panes>div {
    display: none;
    min-height: 200px;
   
}

/* HOME TABS THUMBS ---------------------------------------------------------*/

.panes .blocks-thumbs{
	overflow: hidden;
	padding-top: 20px;
}

.panes .blocks-thumbs li{
	display: block;
	overflow: hidden;
	float: left;
	width: 200px; 
	height: 80px; 
	margin: 5px 0px 12px 34px;
	background: url(images/) no-repeat 0px 150px;
}

#content .panes .blocks-thumbs li .header{
	font-size: 20px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #ffffff; (Iconos)
}

.panes .blocks-thumbs li a.thumb{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 80px;
	margin-bottom: 200px;
	background: url(../img/plus-sign.png) no-repeat center center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.panes .blocks-thumbs li a{ display: block; text-decoration: none; }

/* HOME TABS GALLERY ---------------------------------------------------------*/

.panes{
	margin-top: 30px;
	background: url(../img/) no-repeat top center;
}

.panes .plain-text{
	padding: 30px 30px;
}

.panes .plain-text a{
	text-decoration: none;
}
