/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/


.posicionn-tabs {
margin-left: -34px;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.estilo-menu-tabs{ 
font-family: "Helvetica";
font-size: 15px; 
 }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica";
 font-size: 1em; }





/* Interaction states noooooooooooo
----------------------------------*/
.ui-state-default, .ui-state-default {  
 
color: #02405E; 
 }
 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
color: #02405E;   
}

.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #02405E; outline: none; text-decoration: none; }

.ui-state-active a:hover { color: #ffffff; text-decoration: none; outline: none; }



/*.tabs { padding: .2em; zoom: 1; }*/
.tabs .lista-tabs { 
list-style: none;  
}
.tabs .lista-tabs li { 
margin-top: 1px;
float: left; 
border-bottom-width: 0 !important; 
}

.tabs .lista-tabs li a { 
float: left; 
text-decoration: none; 
padding: 0px 8px; 
}
.tabs .lista-tabs li.tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
applying cursor: text overall if defined elsewhere... */
.tabs .tabs-panel { 

display: block; 
border-width: 0; 
background: none; }
.tabs .tabs-hide { display: none !important; }
