@charset "utf-8";
/* CSS Document */

#tab_per_global {

}
#tab_per_global #tab_ind {
	width: auto;
	margin-top: 3px;
}
#tab_per_global #tab_ind #contenido_tab {
	display: none;
	border:1px solid #cccccc;
	border-top:0px;
	margin-top:-8px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
#tab_per_global .tab-per-h3 {
	line-height:35px;
	padding-left:10px;
	height:35px;
	display: block;
	margin: 0px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
	position: relative;
}
#tab_per_global .primeroH3bodres{
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 3px 0px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
}
#tab_per_global .ultimoH3bodres{
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 3px 0px 0px 0px;
	border-radius: 0px 0px 8px 8px;
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
}
#tab_per_global #tab_ind h3:hover {
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ececec), to(#dadada));
	background: -webkit-linear-gradient(#ececec, #dadada);
	background: -moz-linear-gradient(#ececec, #dadada);
	background: -ms-linear-gradient(#ececec, #dadada);
	background: -o-linear-gradient(#ececec, #dadada);
	background: linear-gradient(#ececec, #dadada);
}
#tab_per_global #tab_ind h3 a {
	line-height:35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#666;
	height:100%;
	display: block;
	margin: 0px;
	text-decoration:none;
	text-shadow: 0 1px 1px white;
}
#tab_per_global #tab_ind h3 a .icon{
	background-image:url(../images/tab_per/icon_tab.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	float:left;
	margin-top:8px;
	padding-right:8px;
}
#tab_per_global .unselectTab {
	background-image:url(../images/tab_per/icon_tab.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;	
}
#tab_per_global .selectTab {
	background-image:url(../images/tab_per/icon_tab.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	background-position: 0px -18px;
}
a:focus{
	outline:0;
}
