/***********************************************************
ARCHIVO Y HOJA DE ESTILOS OFICIAL DE GRAMD TELECOM PERÚ
PRODUCIDA Y CREADA DE ACUERDO A LA NORMATIVA CSS2 DE LA W3C
TODOS LOS DERECHOS RESERVADOS ® 2006 WWW.GRAMD.COM.PE
COMPAÑÍA DE INTERNET Y TELECOMUNICACIONES
by: Augusto Castañeda
**********************************************************/

/*---------------------------------------------------------
 CABECERA DE PAGINA
----------------------------------------------------------*/

#topOfPage {
	display: none;
	}

#conteiner { 
	width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px; 
	padding-left: 15px; 
	background: #fff; 
	}

#header { 
	height: 45px;
	}

#logo {
	width: 505px;
	float: left;
	}

#logo span{
	color:#690;
	font-family:Arial;
	font-size:1.5em;
        font-weight:bold;
	}

#logo .nota{
	
	font-family:Arial;
	font-size:0.9em;
	color:#690;
	}


#search { 
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 225px;
	}

#boletines {
	width: 148px;
	height: 15px;
	background-image: url("../images/boletin-informacion.gif");
	text-align:right;
	}

#boletines span {
	display: none;
	}


#verPromocion{
	background-color:#666;
}

#verPromocion:hover{
	background-color:#999;
}