﻿html, body, form {
    height: 100%;
    min-height: 100%;
}

form {
    width:100%;
}

#head {
    width:100%;
    height:11px;
}

#foother {
    width:100%;
    height:11px;
}

#contenido {
    width:100%;
    height:100%;
}

#home {
    box-sizing: border-box;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    height: 100%;
    margin: auto;
    margin-top: 10px;
}

#izquierda {
    background-image: url(../Imagenes/MasterPage/esquina_izq.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width:1%;
    height:100%;
    float:left;
    background-size: 100% 100%;
}

#centro {
    background-image:url(../Imagenes/MasterPage/Superior.GIF);
    background-position: left top;
    background-repeat: repeat-x;
    width:98%;
    height:100%;
    float:left;
}

#derecha {
    background-image: url(../Imagenes/MasterPage/esquina_der.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width:1%;
    height:100%;
    float:left;
    background-size: 100% 100%;
}

#foother-izquierda{
    background-image: url(../Imagenes/MasterPage/esquinainferior_izq.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
    width:1%;
    height:100%;
    float:left;
    background-size: 100% 100%;
}

#foother-centro {
    background-image: url(../Imagenes/MasterPage/inferior.gif); 
	background-position: left top; 
	background-repeat: repeat-x;
    width:98%;
    height:100%;
    float:left;
    text-align:center;
}

#foother-derecha {
    background-image: url(../Imagenes/MasterPage/esquinainferior_der.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
    width:1%;
    height:100%;
    float:left;
    background-size: 100% 100%;
}

#lefpanel {
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    margin: 0px;
    float: left;
    background-color:#fff;
}

#login{
    padding:200px 200px;
}

.rowhead{
    background-color:black;
    color:white;
    font-size: 18px;
    text-align:center;
}
#left_header {    
    width: 100%;
    height: 20%;        
}

#imageContainer
{
    vertical-align: bottom;  
    display: table-cell;
}

#left_center {    
    height:60%;
    background:#e5e5e5;
    background: url(../images/menu_body.png) repeat;
}
#left_footer {
    background: url(../images/menu_bottom.png) no-repeat left top;
    height:20%;    
}
#mainContent {
    box-sizing: border-box;
    width: 75%;
    height: 100%;
    float: right;
    background-color:#fff;
}

#copyright {
    width: 100%;
    text-align: center;
    float: left;
    background: white;
}

.hidden{
	display:none;
}

.table_center {
    margin:auto;
    padding:100px 100px;
}

.ajaxloading{
    
}
.row	   { margin-top:5px; margin-bottom:5px; height: 26px; }
.colum   { width:33%; float:left; clear:right;}
.dataName  { float:left; width:38%; text-align:right; } 
.datafied  { float:left; width:59%; text-align:left; }
.validator { float:left; width: 1%; color:Red; clear:right; padding: 4px 2px 2px 2px; }
