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

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 115px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(tab.gif) no-repeat;
}
.ui-tabs-nav a {
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	color: #FFFFFF;
}
.ui-tabs-nav a span {
    width: 80px; /* IE 6 treats width as min-width */
    min-width: 80px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 32px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.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-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	padding: 1em 8px; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* 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;
}
#container-1{
	width: 290px;
	
}
#container-1 li{
	list-style-type: none;
}
#container-1 .texto_noticia{}

#container-1 .fecha{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin-top: 5px;
}
#container-1 .titulo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #e17107;
	margin-bottom: 10px;
	width: 200px;
}
#container-1 p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 10px;
}
#container-1 a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#container-1 a:hover {
	color: #DB6F07;
	text-decoration:none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container-1 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#container-1 a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#tab_gira  a:link {
	color: #DB6F07;
	text-decoration:none;
}

#tab_gira  a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tab_gira  a:visited {
	color: #138dcc;
	text-decoration:none;
}
#tab_gira  a:active {
	color: #D138dcc;
	text-decoration:none;
}

#tab_noticias  a:link {
	color: #138dcc7;
	text-decoration:none;
}

#tab_noticias a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tab_noticias  a:visited {
	color: #138dcc;
	text-decoration:none;
}
#tab_noticias  a:active {
	color: #138dcc;
	text-decoration:none;
}
#tab_foro  a:link {
	color: #138dcc;
	text-decoration:none;
}

#tab_foro  a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tab_foro  a:visited {
	color: #DB6F07;
	text-decoration:none;
}
#tab_foro  a:active {
	color: #DB6F07;
	text-decoration:none;
}



#container-2{
	width: 290px;
}
#container-2 li{
	list-style-type: none;
}
#container-2 .texto_noticia{}

#container-2 .fecha{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin-top: 5px;
}
#container-2 .titulo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #138dcc;
	margin-bottom: 10px;
	width: 200px;
}
#container-2 p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;

	padding-left: 5px;
}



.tab_container1{
	font-family: "Trebuchet MS";
	font-size: 15px;
}
.tab_container1  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.tab_container2{
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.tab_container2  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}


/*tabs contenido secciones*/


#container-3{
	width: 890px;
	height: 750px;
	margin-left: 30px;
}
#container-3 li{
	list-style-type: none;
}
#container-3 .texto_noticia{}

#container-3 .fecha{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 800px;
	margin-top: 5px;
}
#container-3 .titulo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #e17107;
	margin-bottom: 10px;
	width: 800px;
}
#container-3 p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	width: 850px;
	padding-left: 5px;
}



.tab_container3{
	font-family: "Trebuchet MS";
	font-size: 15px;
}
.tab_container3  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.tab_container3{
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.tab_container3  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
/*tabs contenido secciones2*/


#container-4{
	width: 620px;
	height: auto;
	margin-left: 30px;
	color: #CCCCCC;
}
#container-4 li{
	list-style-type: none;
}
#container-4 .texto_noticia{}

#container-4 .fecha{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 620px;
	margin-top: 5px;
}
#container-4 .titulo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #e17107;
	margin-bottom: 10px;
	width: 620px;
}
#container-4 p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 580px;
	padding-left: 15px;
}



.tab_container4{
	font-family: "Trebuchet MS";
	font-size: 15px;
}
.tab_container4  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.tab_container4{
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.tab_container4  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
#container-4 .ui-tabs-nav a span {
	width: 145px!important; /* IE 6 treats width as min-width */
    min-width: 135px!important!
    height: 18px!important; /* IE 6 treats height as min-height */
	min-height: 32px!important;
	padding-top:10px!important;
	padding-right: 5!important;
	padding-left: 0px;
}

#container-4  .ui-tabs-nav {
	background-image: url(../imagenes/fondo_tabs_secciones.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	height: 40px;
}

#container-4 .ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(pest_secciones.png) no-repeat;
}

#container-1 .ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(tab.gif) no-repeat;
}
#container-1 .ui-tabs-nav a span {
  
 
    padding-top:10px!important;

}
#container-ancho .ui-tabs-nav a span {
	width: 145px!important; /* IE 6 treats width as min-width */
    min-width: 120px!important!
    height: 18px!important; /* IE 6 treats height as min-height */
	min-height: 32px!important;
	padding-top:10px!important;
	padding-right: 5!important;
	padding-left: 0px;
}

#container-ancho .ui-tabs-nav {
	background-image: url(../imagenes/fondo_tabs_secciones.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	height: 40px;
	width: 800px;
}

#container-ancho .ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(pest_secciones.png) no-repeat;
}

#tab_gira{
	height: 260px;
	width: 230px;
	padding: 0px 40px 25px 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#tab_noticias{
	height: 260px;
	width: 230px;
	padding: 0px 40px 25px 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#tab_introversiones{
	height: 260px;
	width: 230px;
	padding: 15px 40px 25px 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#tab_introversiones p{
	
}
/*ancho*/

#container-ancho{
	width: 920px;
	height: auto;
	margin-left: 30px;
	color: #CCCCCC;
}
#container-ancho li{
	list-style-type: none;
}

#container-ancho .texto_noticia{}

#container-ancho .fecha{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	width: 620px;
	margin-top: 5px;
}
#container-ancho .titulo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #e17107;
	margin-bottom: 10px;
	width: 620px;
}
#container-ancho p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 580px;
	padding-left: 15px;
}



.tab_containerancho{
	font-family: "Trebuchet MS";
	font-size: 15px;
}
.tab_containerancho  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.tab_containerancho{
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.tab_containerancho  a:link a:hover a:visited a:active{
	color: #FFFFFF;
	text-decoration:none;
}
#tab_proximos{
	min-height: 600px;
  height: auto !important;
}
#tab_proximos h3{
	color: #ff6100;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#tab_proximos ul{
	margin-left: 20px;
	font-size: 14px;

}
