﻿/* 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;
		background:#fff !important;
		min-height:inherit !important;
    }
}

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

/* Skin */
.tabs-nav {
   list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
	background: #072d80 url(/PublishingImages/WebOUPE2010/bg_catag2_top.gif) no-repeat;
	position:relative; 
	z-index:0;
	text-align:justify;
	
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    *float: left;
    margin: 1px 0px 0px 0px;
	min-width:14%;
	padding:0 3px 0 1px;
	*margin:1px -4px 0 -1px;
	max-width:50%;
	height:24px;
	z-index:9999;
	position:relative;
	display:inline-block;
	
}

.tabs-nav h2{margin:0;padding:0;}
	
.tabs-nav a {   
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-right:1px solid #fff;
    text-align:center;
    text-decoration: none;
    white-space:nowrap; /*required in IE 6 */
	min-height: 18px;
    padding-top: 6px;
	width:100%;
	display:block;
	padding-left:4%;
	padding-right:4%;position: relative;top: 1px;
    z-index: 2;line-height: 1.2;margin-top:-1px;
}


.tabs-nav .tabs-selected .uno a {
	background: #fff url(/PublishingImages/WebOUPE2010/bg_tabSel_sx.gif) no-repeat; height:18px;margin-left:-1px;

}

.tabs-nav .tabs-selected .cuatro a {
	/*background: #fff url(/PublishingImages/WebOUPE2010/bg_tabSel_dx.gif) top right no-repeat;*/ height:18px;
	}


.tabs-nav .tabs-selected a {
    color: #385799;
	background-color:#FFFFFF;
	height:18px;
	width:100%;
	padding-left:4%;
	padding-right:4%;
	

}


/* *>.tabs-nav h2 a { /* hide from IE 6
    width: auto;
    height: auto;} */

.tabs-nav .tabs-selected a {
    padding-top: 7px;
}
.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;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color:#496D99;
}
.tabs-container {
	border-bottom:none;
    padding: 0;
   /* background: #fff;  declare background color for container to avoid distorted fonts in IE while fading */
}

#container-4,#container_empleo {width:630px;overflow:auto;display:block;}
.bottom{border-bottom:1px solid #E5E5E5;}
.tabs-container{ }

.contDespPest{padding:24px 15px 20px 0}
.Hbox .contDespPest h3{font-size:1.2em;font-weight:bold;line-height:1.3em}
.contDespPest ul{margin-bottom:16px}
.Hbox .contDespPest li{margin:4px 0}
.Hbox .contDespPest ul p{padding-left:9px !important;margin:5px 0 18px 0;font-size:1.12em }
.contDespPest .tit_colap a{color:#007fbe;font-size:1.18em;font-weight:normal}
