body {
  	padding-bottom: 40px;
  	background-color: #eee;
  	overflow-x: hidden;
	overflow-y: hidden;
}
.well-blue {
   	background-color: #0080FF;
   	color: white;
   	font-weight: bold;
}
.well-menu {
   	margin: 0px;
  	padding: 3px;
  	z-index:9999 !important;
  	margin-top: -10px;
}
.well-contenido{
	margin-top: -10px;
	margin-bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
.well-login {
	background-color: white;
	width: 330px;
	height: 300px;
	margin-top: 80px;
	margin-left: 200px;
}

/*
 * FIX: 07-07-2014: los labels aparecen alineados arriba con los input
 * 					situacion que no se ve bien
 */
label{
	margin-top: 5px;
}

/*
 * FIX:	nos aseguramos de que los items 
 *      del menu aparezcan sobre GC.
 */
#menu ul{
	z-index:99999 !important;
}

 /*
 * Estilos de tooltip de jQuery
 */
.ui-tooltip{
 background:#049CDB !important;
 border: 2px solid white !important;
}
.ui-tooltip {
 padding: 10px 20px !important;
    color: white !important;
    border-radius: 20px !important;
    font: bold 14px "Helvetica Neue", Sans-Serif !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 7px black !important;
}

.pGroup:first-child {display:block;}
