/* 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;
    }
}

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


.ui-tabs-panel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	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;
}
.panel_rotate_titulo1 {
	margin-top: 30px;
}
.ui-tabs-panel p{
	margin-bottom: 10px;
}
.ui-tabs-panel .imagen{
	display:block;
	width: 90px;
	height: 90px;
	overflow:hidden;
	border:1px solid #707070;
	margin-bottom:5px;
	margin-right: 22px;
}
.ui-tabs-panel .fila a{
	/*width: 90px;*/
	display:block;
}
.ui-tabs-panel .imagen a{
	height: 90px;
}










.ui-tabs-nav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    list-style: none;
    margin: 0;
	
	background-image:url(../images/tabs/botones_fon.jpg);
	background-repeat: repeat-y;
	background-position: 0 0px;
	padding: 1px 20px 0px 20px;
	width: 550px;
	display: block;
	
	font-size: 10px;
	
	line-height: 17px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li{
	display:inline;
	font-size: 10px;
	
	height: 17px;
	line-height: 17px;
}

.ui-tabs-nav a {
    /* position: relative makes opacity fail for disabled tab in IE */
	/*margin: 0px 0 5px 0;*/
    color: #27537a;
	font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	
	display:inline-block;
	
	padding: 0 3px 0 3px;
	
	height: 17px;
	line-height: 17px;
	
}

.ui-tabs-nav a span {
	color: #505050;
	display:inline-block;
	
	height: 17px;
	line-height: 17px;
}


.ui-tabs-nav li .separador{
	color: #CCCCCC;
	/*font-size: 7px;*/
}

































.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;
}














/* 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;
}








