#content{
	margin-top: 20px;
	border-radius:2px;
	background: white;
	box-shadow: 0px 2px 5px #ccc;
	padding:0px;
	overflow:hidden;
}

#main{
	padding-top:20px;
}

#footer{
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top:20px;
	color: gray;
	font-size: 12px;
}

.verticalLine {
  width: 0px;
   height: 100%;
}

.bordeFieldset{
	border:1px solid #BDBDBD; 
	padding: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.modal_cargando {
	
    display:    none;
    position:   fixed;
    z-index:    1000005;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 0.4 ) 
				 url('../images/espere.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal_cargando {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal_cargando {
    display: block;
}