/* 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;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
	height:37px;
    /*background:#f8f4e8 url(../images/aj_tab_bg.gif) bottom left no-repeat;*/
    width: 310px; /* si se quita se pone a 100% (los tabs o pestaņas) */
    clear: both;
	border-bottom:1px solid #73AC16;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 1px 0 0px;
}
.tabs-nav a {
	display: block;
    padding: 2px auto;
	text-align:center;
    border-bottom: none;
    z-index: 2;
	font:12px Arial, Helvetica, sans-serif;
    color: #D5DCE1;
    line-height: 29px; /* este es el que marca la altura de los tabs o pestaņs */
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    background: #e0dac7 url("../images/aj_tab_back.gif") bottom left no-repeat;
	width:97px;
	margin:8px 0 0 0;

}
.tabs-nav .tabs-selected a {
    color:#ffffff;
	text-decoration:none;
    border-bottom: none;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
    border-bottom: none;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
    background: #F8F4E8 url("../images/aj_tab_selected.gif") bottom left no-repeat;
    padding: 2px auto;
	text-align:center;
    border-bottom: none;
	width:97px;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    border-bottom: none;
}

.tabs-container {
    padding: 0px 0;
    margin: 0;
    /*background: #ffffff;*/
}
.tabs-container a{
    padding: 0px 0;
    margin: 0;
    /*background: #ffffff;*/
	text-decoration:underline;
}

#container-1, #container-2, #container-3 {
margin:0 0 0 4px;
padding:10px 0 0 0;
/*background:#ffffff;*/
}

#container-1 p, #container-2 p, #container-3 p {
margin:0 21px 15px 21px;
text-align:left;
}
#container-1 p a, #container-2 p a, #container-3 p a {
color:#445566;
font-weight:bold;
height:15px;
background:url(images/ico_lupa.gif) top left no-repeat;
padding:0 0 0 17px;
}
#container-1 p a:hover, #container-2 p a:hover, #container-3 p a:hover {
color:#333333;
background-position:0 -15px;
}


