body {
    background-color: #eee;
}

/* Navbar 
------------------------------------*/

.gmx-navbar.navbar .brand {
    padding: 0px 0px 0px;
}

.gmx-navbar .navbar-inner {
    background-color: #005566;
    border: 1px solid #fff;
    background-image: none;
    background-image: none;
    background-image: none;
}

.gmx-navbar .navbar-text {
    margin-top: 20px;
    color: #ffffff;
    font-size: 30px;
}


/* Buttons 
------------------------------------------------*/

.boton {
	background-color:#056;	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid; 
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:30px;
	width:187px;
	text-decoration:none;
	text-align:center;
}

.boton:hover {
	background-color: #ccc;
}


/* Bootstrap 2 Custom Styles 
-------------------------------------*/

.form-horizontal .controls {
    margin-left: 367px;
}

.form-actions {
	background-color: #fff;
}

.form-horizontal .form-actions {
    padding-left: 0;
}

.span10 {
  width: auto;
  float: none;
  min-height: 1px;
  margin-left: auto;
}

.container {
	margin-top: 20px;
}

.navbar .container {
	  margin-top: inherit;
}

.form-horizontal .control-label {
    width: 360px;
}


/* Styles 
--------------------------*/

div.ui-datepicker{
	font-size:	.9em;
}

.mp_date {
	cursor: pointer !important;
}

.f_inicio {
	cursor: pointer !important;
}

.center-element{
	text-align: center;
}

.gmx-container label.control-label {
	color: #005566;
	font-weight: bold;
}

.gmx-container a.help-inline {
	color: #55bb44;
}

.gmx-container.container {
    background-color: #fff;
}

.footer-text {
    margin: 0px 0px 0px 0px;
    font-family: arial,verdana, Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #444444;
    padding: 0px;
    margin: 0px;
}

