/*
	Lab J R Sanchez
	WebMaster: Ronny Badilla
    Designer: Diego Ramos
    WayWebLab 2009
*/

#Header {
 width: 100%;
 background: url('../images/px_header.jpg');
 height:auto !important;
 height:80px;
 min-height:80px;
}

.header { padding:10px;}

.headerIzq { float:left;}
.headerDer { float:right;}

.headerIzq img { margin: 2px 0 0 5px;}

.headerDer ul  {
margin-top:8px;
}

.headerDer ul li {
 display:inline;
 list-style-type:none;
 margin:0 5px;
}

.headerDer ul li a{
color:#626262;
font-size:11px;
}
.headerDer ul li a:hover{ color:#000;}

.headerDer div { 
margin:13px 0 0 30px;
}
.headerDer div input[type=text]{ 
background:#fff;
border:solid 1px #0f479a;
margin-right:5px;
width:175px;
}
.headerDer button{ 
background:none;
border:none;
vertical-align:middle;
}
