html, body{
	height: 100%;
}

/*Loader*/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
	
	filter:alpha(opacity=50);
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
    background: #000 
                url(../images/ajax-loader.gif)
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}
/**/

header{
	background: #803581;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	text-align:center;
	float: none;
	border-bottom: solid #804A80;
}

nav{
	background-color: #465c71;
	padding: 0px 0px 0px 1px;
	width: 100%;
	float: none;
}
section{
	background-color: #808080;
	padding: 5px 5px 5px 5px;
}
footer{
	position: relative;
	border-top: solid 1px #DFD8CC;
	background-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
}

fieldset
{
    margin: 5px 0px;
    padding: 5px;
    border: 1px solid #ccc;
}

legend{
 font-size: 12px;
}

header h1
{
    margin-top: 20px;
    color: #f9f9f9;
    border: none;
}

#pie{
	color: #333;
}

.alinearIzkierda{
	text-align: right;
}

.alinearJustificado{
	text-align: justify;
}

#Contenido{
	height: 300px;
}

.scroll{
	overflow: scroll;
	height: 300px;
}

tr:nth-child(odd) {
	color:#000;
	background-color:#EAF2D3;
}

.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #444444;
}

.alert-info {
    background-color: rgba(41, 171, 224, 0.76) !important;
    border-color: transparent;
    color: #ffffff;
}

.alert-warning {
    background-color: rgba(244, 124, 60, 0.76) !important;
    border-color: transparent;
    color: #ffffff;
}
