* {
	margin: 0;	padding: 0;
}

body {
padding: 0; margin: 0; width: 100%; display: table; background-color:#E4E9EF;
}

#contenido {
 width: 100%; display: table;
 padding: 0 0 0 0 ;
}

/* Header > Top Menu */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#topmenu {
	float: right;
	margin: -5px 0px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(../imgs/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(../imgs/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(../imgs/img04.gif) no-repeat left center;
}


/* PIE DE PAGINA */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pie {
	clear: both;
	margin-top:20px;
	padding: 5px 0 5px 0;
	margin: 0 auto;	
	width:100%;
	background: background-color:#E4E9EF;
	text-align:center;
	color:#385B88;	
}

#pie p {
	margin: 0 auto;
}
