/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		/*display: none;*/
		
		position: absolute;
		left: -10000px;
		display: block;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
	outline: 0;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li{
	display:inline;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	color: #505050;
	/*display:inline-block;*/
	padding-left:3px;
	padding-right:3px;
	height: 14px;
	
}
.ui-tabs-nav a {
    /* position: relative makes opacity fail for disabled tab in IE */
	margin: 0px 0 4px 0;
    color: #27537a;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	color: #505050;
}
.ui-tabs-nav .ui-tabs-selected a {
	background: #fff200;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    /*cursor: text;*/
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    /*cursor: pointer;*/
}
.ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
	font-size:10px;
	color:#505050;
	width:570px;
	padding: 15px;
	background:url(../images/tabs/fon_panel.jpg) repeat-y;
}
.ui-tabs-panel a{
	font-weight:bold;
	color:#649623;
	text-decoration:none;
}
.ui-tabs-panel a:hover{
	color:#94d434;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}







.panel_rotate_titulo1 {
	margin-top: 30px;
}
.ui-tabs-nav {
	background-image:url(../images/tabs/botones_fon_perfil.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 20px 10px 60px;
	height: 16px;
	display: block;
}
.ui-tabs-panel p{
	margin-bottom: 10px;
}
.ui-tabs-panel .texto{
	/*width: 130px;*/
	/*padding-left:10px;*/
}
.ui-tabs-panel .fila a{
	width: 90px;
	display:block;
}
.ui-tabs-panel .imagen a{
	height: 90px;
}



#tabs_preloader {
	color: #505050;
	font-weight:bold;
	position:absolute;
	background:#fff200;
	padding:10px;
	margin: 10px;
	z-index: 200;
}