body {
	background: #f0f0f0;
	font: 9px normal Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
}
.hipervinculoDirecto a{
	float: right;
	text-decoration: none;
	color: #564141;
	font-weight:bold;
	font-size: 11px;
	padding-right:5px;
	padding-top: 5px;
}

.topimagen {
	background-color:#fff;
	height:29px;
	border-bottom:#333 3px solid;
	width: 100%;
}
.topimagen_izda{
	float:left;
}
.topimagen_dcha{
	float:right;
}
.topimagen_izda img{
	border: none;
}
.topimagen_dcha img{
	border: none;
} 

.subcabecera {
	background: #FFFFFF;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	color: black;
}
.subcabecera .circuito{
	background: #FFFFFF;
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	color: gray;
}
.subcabecera2 {
	background: #FFFFFF;
	height: 17px;
	font-size: 10px;
	font-weight:bold;
	color: gray;
}

.subcabecera img{
	height: 12px;
	width: 16px;
}
.subcabecera table {
	width: 100%;
}
.container {
	width: 99%;
}
.container ul{
	background: #FFFFFF;
}

.tab_container {
	border: 1px solid #8d6b6b;
	border-top: none;
	clear: both;
	width: 100%;
	background: #FFFFFF;
	height:350px;
}


.tab_subcontainerParrilla {
	margin-top:10px;
	width: 100%;
	background: #fff;
	overflow:auto;
	height:255px;
}

.tab_content {
	padding: 0px;
	font-size: 1.2em;
	width:100%;	
	border-top: 1px solid #8d6b6b;
}


.tab_content table#parrilla{
	border: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
.cajaComentario{
	width: 100%;
	clear:both;
	float: left;
	background: transparent url(../images/example-2_mini.gif) repeat-y scroll left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
}
.carrera .cajaComentario .colIzq{
	width:10%;
	float: left;
}
.carrera .cajaComentario .colIzq p{
	margin-top: 2px;
	background: black;
	color: white;
	text-align: center;
	width:100%;
	margin-bottom: 5px;
}
.carrera .cajaComentario .colIzq img{
	float: top;
	padding-left:2px;
}

.carrera .cajaComentario .colDer{
	width:80%;
	padding: 10px;
	float:left;
	text-align:justify;
}


#hora{
	color: #8a8a8a;
	text-align: right;
	border-bottom: 1px solid #aaaaaa;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	margin-top:0px;
	/*margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;*/
}



/***************  para los tabs ****************/

/* 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 {
    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 2px;
    min-width: 84px; /* be nice to Opera */
    background: #FFFFFF;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 8px;
    background: url(../images/tab.gif);
}
.ui-tabs-nav a {
    position: relative;
    top: 2px;
    z-index: 1;
    padding-left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #fff;
}
.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;
    outline: 0; /* prevent dotted border in Firefox */
}
.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 a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 5px;
    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-top: 5px;
}
.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 -52px;
}
.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 { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    background-color: #fff;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../loading.gif) no-repeat 0 50%;
}
