/* 2011 Equipo NTG */
/*  CSS para INAPI PORTAL*/
/*  media: Screen */

/*logo*/

#header h1 {
    background: transparent url("../Css/images/logo-inapi.png") no-repeat 0 0;
    position:absolute;
    top:0;
    left:0px;
    text-indent: -999%;
    z-index: 100;
    width: 180px;
    height: 175px;  
}

#header h1 a {
    display:block;
    width: 180px;
    height: 175px; 
}


/*menu auxiliar*/


#header ul {
	font-family: 'gobCL' ,Arial,sans-serif;
    float: right;
    list-style: none outside none;
    margin: 25px 8px 0 0;
}
#header li {
margin : 0;
float: left;
}


#header ul li a {
font-size : 12px;
padding : 8px 15px 5px 12px;
color : #7d7d7d;
text-decoration : none;
}

#header ul li.current a {
color: #006cb7;
}

#header ul li a:hover {
text-decoration : none;
color: #006cb7;
}


/*--------Buscador-----------------*/


.buscador {
position:absolute;
z-index:99;
top: 60px;
left: 780px;
width:160px;
height:24px;
background: url(../Css/images/bg_busqueda_global.png) no-repeat 0 0;
margin:0;
padding:0;
}


.buscador fieldset {
border:none
}

.buscador legend {
display:none
}

.buscador input.text{
    border: none;
    font-size: 11px;
	margin: 3px 0 0 3px;
    height: 20px;
	width: 126px;
	background-color:transparent;
	color: #8f8f8f
}

 .buscador input.btn {
	background: url(../Css/images/btn_buscar_global.gif) no-repeat 0 0;
    border: none;
	font-size: 0;
	text-indent: -9999%;
	overflow: hidden;
	line-height: 0;
    height: 23px;
	width: 16px;
	cursor:pointer;
	margin: 0 0 0 2px;
}

.invisible {
	display:none
}


/*--------suscribase-----------------*/


.suscribase form {
position:absolute;
z-index:99;
top: 60px;
left: 600px;
width:160px;
height:24px;
background: url(../Css/images/bg_busqueda_global.png) no-repeat 0 0;
margin:0;
padding:0;
}


.suscribase fieldset {
border:none
}

.suscribase legend {
display:none
}

.suscribase .form_text input{
    border: none;
    font-size: 11px;
	margin: 3px 0 0 5px;
    height: 20px;
	width: 120px;
	background-color:transparent;
	color: #8f8f8f
}

.suscribase div.form_button input {
	float:right;
	background: url(../Css/images/btn_enviarmail.gif) no-repeat 0 0;
    border: none;
	font-size: 0;
	text-indent: -9999%;
	overflow: hidden;
	line-height: 0;
    height: 20px;
	width: 20px;
	cursor:pointer;
	margin: -20px 5px 0 2px;
}