#pest {
	margin: 0 5% -11px 5%;
	background-color: #F9FCFE;
}

#pest a {
	background-color: #F9FCFE;
	border: 1px #CCCCCC solid;
	border-bottom: none;
	padding: 4px 10px;
}

#pest a:visited,#pest a:active,#pest a:focus {outline: none;}

#pest a.sel {
        padding-bottom: 5px; /*1px menos de padding bottom que hace desaparecer al borde*/
        background-color: #FFF;
}

input {width: 380px;}
table.widefat input {width: auto !important;}


/*
en IE no es posible hacer un div fijo y flotante, y hay que andar con triquiñuelas...
http://tagsoup.com/-dev/null-/css/fixed/legacy/0-0-0
http://tagsoup.com/-dev/null-/css/fixed/
http://www.howtocreate.co.uk/fixedPosition.html
*/
#ajaxIndicator {
	position: fixed;
	top: 5px;
	left: 5px;
	border: 3px solid #f00;
	background: #fff;
	display: none;	
}

* html {overflow-y: hidden;}
* html body {overflow-y: auto; height: 100%;}

* html #ajaxIndicator {
	position: absolute;
}
/**/

table {
    margin-left: auto;
    margin-right: auto;
    /*
     http://www.granneman.com/webdev/coding/css/centertables/
     */
}
/*esto simula una table border=1 en css*/
.borde1 {
    border-style: outset;
    border-width: 1px;
}

.borde1 td {
    border-style: inset;
    border-width: 1px;
}

.borde1 th {
    border-style: inset;
    border-width: 1px;
}

.borde0 {
    border: none;
}

.borde0 td {
    border: none;
}

/* propociona altura a divs sin altura con contenido flotado */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.qbozp_errorarea {
  border: solid Red 1px;
  background-color: #fbb;
  color: Red;
  text-align: center;
}

.qbozp_infoarea {
  border: solid Green 1px;
  background-color: #bfb;
  color: Green;
  text-align: center;
}

table.widefat tr:hover {background-color: #FFFEEB;}



fieldset {border: 1px solid #cccccc;padding:20px;margin:0 0 20px 0; }

fieldset table {width: 100%;}
fieldset table td {width: 33%;} /*para que est�n equiespaciados; si hay dos m�gicamente se inventa un 50%*/
