#head .headAppCorp, #head #right img, #app #menu, #app #menu_oculto, #foot, ul.ayto_toolbar, input.button, input.go_button, div.panelGrid_Columna input.go_button, .ayto_scroller input {
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

body #head #right{
    width: 100%;
	float: none;
	right: auto;
}
body #head #right span{
    text-align: right;
    width: 50%;
	display: inline;
}
body #head #right span.datosIdentificativos{
    float: left;
	text-align: left;
	font-weight: bold;
}

body #app #menu + #body {
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.panelGrid_Columna > .outputText, .outputTextExplicito {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
	font-style: italic;
}

body a {
	text-decoration: none;
	border-bottom: thin dotted #000000;
	color: black;
}

body input.tabActivo_Accesible {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	border-bottom: 1px solid #FFFFFF;
}

body input.tabInactivo_Accesible {
	font-weight: normal;
	color: #000000 !important;
}

body input.tabDeshabilitado_Accesible {
	font-weight: normal;
	color: #CCCCCC !important;
}