@CHARSET "UTF-8";
/*$Id: stylesheet.css 98 2008-02-08 19:36:29Z miguelangel $*/
/* ============================================================================
 * Estilos generales
 * ============================================================================
 */

body {
    font-size: 11pt;
    background: white;
}
 
#decoration, #upperlinks_container, #languages_container, 
#menubar_container, #menubar2_container, #bottomcontainer,
#left_column, #final_credits {
    display: none;
}

#adminactions_menubar_container, .cmsLink, .cmsConfigItem, .cms_actions {
    display: none;
}

input[type='button'], input[type='submit'] {
    display: none;
}

#pagecontainer {
	border: 0;
	margin-left: 5em;
}

#topcontainer {
  height: auto;	
	border-top: 0;
}

#maincontainer {
	display: block;
}

#pageheader #nombreempresa {
    font-size: 1.5em;
}

#pageheader #actividadempresa {
    font-size: 1.2em;
}

.section {
	margin: 0;
	padding: 0;
}


#section_main #title {
	margin-left: 0;
	padding-left: 0;
}

#section_main {
	margin-left: 0 !important;
}


#main_homepage #introduction {
	width: 100%;
	margin-right: 0;
}

#main_homepage #latest_books {
	width: 100%;
	border: 0;
	clear: both;
}

#pager .item {
	font-size: 2em;
}
#pager a.item, #pager .nav  {
	display: none;
}

#cmsAyuda {
	margin-left: 2em;
	margin-right: 0;	
}

#cmsAyuda .topic {
	border-left: 0;
}



