body{ background:#eee; color:#666; width: 100%; margin:0 ; padding:0; font-family: monospace; }

a{text-decoration: none; color:#006dcc;}
section {display: table;position: absolute;height: 100%; width: 100%;}
.contentWrapper { display: table-cell; vertical-align: middle; }
.content { margin-left: auto; margin-right: auto;  display:table; padding:20px 20px 20px 120px; }
.content.error{background: url('../img/w.png') no-repeat 20px center;}
.content h2{ font-size:26px; font-weight: lighter;}
.content .txt{ font-size:16px;}
.exception{ position:fixed; bottom:0; left:0; width:100%; background: #eee; color:#333; z-index:2;}
.exception h2{ font-weight: normal; font-size:26px; margin:0; line-height: 40px; 
              background: #ccc url('../img/e.png') no-repeat left top; text-indent: 60px;}
.exception h3{ font-size:18px;; font-weight: lighter; text-indent: 10px; margin:0;
              background: #ffc; line-height: 30px; color:#999;}
.exception h3 .file{font-weight: normal; color:#333;}
.exception h3 .line{font-weight: normal; color:#333;}
.exception h3 .line{font-weight: normal; color:#333;}
.exceptionContenido{display:none;}
.exception .close{position:absolute; top:0; right: 0; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/x.png') no-repeat center;}
.exception .show{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/open.png') no-repeat center;}
.exception .hide{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/hide.png') no-repeat center;}

.exception.open .show{display:none;}
.exception.closed .hide{display:none;}
.exceptionWrapper{position:relative;}
.exceptionWrapper .tituloTxt{ width: 90% ;}
.exception .exLinea{ background:#fcc;}
.exceptionTracking h4{ margin:0; background: #e5e5e5; text-indent: 10px; line-height: 30px;}
.exceptionTracking .traceLine{ border-bottom: 1px solid #e5e5e5; text-indent: 10px; padding:4px 0;}
.exceptionTracking .traceLine .funct{ color:#0000ff;}
.exceptionTracking .traceLine .line{ color:#FF0000;}
 

/*errores*/
.errorWrapper{ position:fixed; bottom:0; left:0; width:100%; background: #eee; color:#333; z-index:9999;}
.errorWrapper h2.errorTitulo{ font-weight: normal; font-size:26px; margin:0; line-height: 40px; 
                              background: #ccc url('../img/wn.png') no-repeat left top; text-indent: 60px;}

.spkError{position:relative;}
.errorWrapper .close{position:absolute; top:0; right: 0; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/x.png') no-repeat center;}
.errorWrapper .show{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/open.png') no-repeat center;}
.errorWrapper .hide{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/hide.png') no-repeat center;}

.errorWrapper.open .show{display:none;}
.errorWrapper.closed .hide{display:none;}

.spkErrorList, .exceptionContenido{max-height: 300px; overflow-x:hidden; overflow-y:auto; display:none;}

.spkErrorList h3.errorSubLinea{ font-size:18px;; font-weight: lighter; text-indent: 10px; margin:0;
              background: #ffc; line-height: 30px; color:#999;}

/*.errorHandle h2{ font-weight: normal; font-size:26px; margin:0; line-height: 40px; 
              background: #ccc url('../img/wn.png') no-repeat left top; text-indent: 60px;}
.errorHandle h3{ font-size:18px;; font-weight: lighter; text-indent: 10px; margin:0;
              background: #ffc; line-height: 30px; color:#999;}
.errorHandle h3 .file{font-weight: normal; color:#333;}
.errorHandle h3 .line{font-weight: normal; color:#333;}
.errorHandle h3 .line{font-weight: normal; color:#333;}
.errorHandleContenido{display:none;}
*/







/*
.errorHandle .close{position:absolute; top:0; right: 0; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/x.png') no-repeat center;}
.errorHandle .show{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/open.png') no-repeat center;}
.errorHandle .hide{position:absolute; top:0; right: 50px; cursor:pointer; width: 40px; height: 40px;
                background:url('../img/hide.png') no-repeat center;}

.errorHandle.open .show{display:none;}
.errorHandle.closed .hide{display:none;}
*/
.errorHandleWrapper{position:relative;}
.errorHandle .exLinea{ background:#fcc;}
.errorHandleTracking h4{ margin:0; background: #e5e5e5; text-indent: 10px; line-height: 30px;}
.errorHandleTracking .traceLine{ border-bottom: 1px solid #e5e5e5; text-indent: 10px; padding:4px 0;}
.errorHandleTracking .traceLine .funct{ color:#0000ff;}
.errorHandleTracking .traceLine .line{ color:#FF0000;}