* {
    margin: 0;
    padding: 0;
	font-size:14px;
}
body, #header, #menu, #sidebarLeft,#sidebarSecond,#sidebarRight {
  float: none !important;
  width: auto !important;
  margin:  0 !important;
  padding: 0 !important;
}
#header, #menu, #sidebar,#sidebarSecond,#sidebarRight,#footer{
	display:none;
}
#contentGlobal{
	height:auto;
}
#contenidoCentro, #contenido, #content, #contentInternR{
	overflow:visible;
	width:auto;
}
a:after
{
	content:' [' attr(href) '] '
}