@charset "utf-8";
/* CSS Document */

/*  
Autor: jguerin@hibou.com.bo
*/


body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	text-align: center;

	}


/*---------------------------------------------------------*/
#principal{

	width:800px;
	/*height:600px;*/
	margin: auto;
	

}



#ubicador {

	width:800px;
	/*height:600px;*/
	margin: auto;
	

}

#izquierda {
	width: 266px;
	float:left;
	
}

#derecha {
	width: 534px;
	float:right;
	
}

/*---------------------------------------------------------*/

	
/*---------------------------------------------------------*/
#imagen {

	/*width:266px;*/
	height:402px;
	background-color:#FFFFFF;
}

#img {
	clear:both;
	width: 202px;
	height: 210px;
	margin: auto;
	padding: 90px 0 90px 0;
	
}


/*---------------------------------------------------------*/


#logo {
	clear:both;
	/*width:266px;*/
	height:198px;
	background-color: #00699D;
}

#img_logo {
	clear:both;
	width:161px;
	height:52px;
	background: url(hibougif.gif) no-repeat center;
	padding: 50px 0 0 0;
	margin: 0 0 0 90px;
}



/*---------------------------------------------------------*/

#contenido {

	/*width:534px;*/
	height:402px;
	background-color:#FFFFFF;
}

#texto {

	width: 432px;
	margin: 0 90px 0 0;
	padding: 90px 0 0 0;	
}

#texto p {
	text-align:justify;
	color:#00699D;
	font:verdana;
	font-size:14px;
	font-weight: bold;
}


#parrafo {

	width: 432px;
	margin: 0 90px 0 0;
	padding: 5px 0 0 0;
	
}

#parrafo p {
	text-align:justify;
	font:verdana;
	font-size:11px;
	line-height: 12px;
	

}


#parrafo li {
	text-align:left;
	font:verdana;
	font-size:11px;
	line-height: 12px;
	

}

/*---------------------------------------------------------*/


#navegacion {

	/*width:534px;*/
	height:198px;
	background-color: #00699D;
	
}

#navegacion ul{
    margin : 0 auto;
    padding: 15px;
    list-style: none;
	
	
}
#navegacion li{

    display:inline;
	margin: 0 55px 0 0;
	
    
}
#navegacion a{
	font-size: 11px;
    font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
} 	

#navegacion a:hover{
	
	text-decoration: underline;
		
	
} 	

/*---------------------------------------------------------*/
#current a {
	text-decoration:underline;
}

#current a:hover {
	cursor:default;
}