/* 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... */
    .tabs-hide {
        display: none;
    }
}

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

/* Skin */
.tabs-nav {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    display:block;
    margin: 0 0 3px 0;
	width:163px
    
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0px;
    
}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 18px;
	padding-right:10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	margin-right: 5px;
	font-size: 9px;
	-moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari and Chrome */
 border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 behavior: url(../ie-css3.htc); /* Activamos el soporte para IE */
 background: #000000 url(../images/iconos.gif) no-repeat;
	background-position:5px 8px
	
}
.tabs-nav a:hover {
	color: #FE4C4C;
}

.tabs-nav .tabs-selected a {
	color: #000000;
	background-color: #FE4C4C;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    
}
.tabs-nav a span {
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 7px;
    
	
	
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;

}
.tabs-nav .tabs-selected a span {
    
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    
		
}

.tabs-container {
	padding: 0px;
	width:100%;/* declare background color for container to avoid distorted fonts in IE while fading */
	color: #FFFFFF;
	margin-top: 10px;
	/*height: 262px;*/
	text-align: justify;
	line-height: 16px;
	
}
.tabs-container .tipo-celda {
	vertical-align: bottom;
	display: table-cell;
	width: 158px;
}
.tabs-container .tipo-celda .big-foto {
	position: absolute;
	right: 0px;
	top: 0px;
	-moz-border-radius: 10px; /* Firefox */
 -webkit-border-radius: 10px; /* Safari and Chrome */
 border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 behavior: url(../ie-css3.htc); /* Activamos el soporte para IE */
}

.big-foto{
	
	height: auto;
	/*max-height:320px;*/
	width:592px;
	float: right;
	margin-top:-57px
}

.tabs-loading em {
    padding: 0px;
    background: url(loading.gif) no-repeat 0 50%;
}
