/**
 * Mailing-project : Registros en la Red
 * Copyright (c) Registros en la Red
 *
 * @copyright   Registros en la Red
 * @link        http://registros.net
 */
/* 
    Created on : 13-oct-2016, 17:49:11
    Author     : adrian
*/


.test {

	background-color: rgba(255,0,0,0.1);


}



html,
body {
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
	/*background-color: #E5E5E5;*/
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	background:#000000;
	padding:10px;
	

}
#body {
	padding:10px;
	/*padding-top: 50px;*/
	padding-bottom:80px;   /* Height of the footer */
}
#footer {

	position:absolute;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	background:#000000;
	padding-top: 15px;
	


}
.width {
	width: 75%;
	margin: auto;

}

.workspace {
	
	display: table-row;
	/*width: 100%;*/
}

nav {
	
	display: table-cell;
    /*float: left;*/
    min-width: 200px;
    max-width: 250px;
	/*min-height: 500px;*/
	/*height: 100%;*/

    margin: 0;
    padding: 1em;
	padding-right: 10px;
	padding-top: 30px;
	

	/*border-right: 1px solid gray;*/
}



article {
    /*margin-left: 170px;*/
    
	display: table-cell;
	
    padding: 1em;
	padding-left: 35px;
    overflow: hidden;
	
	width: 100%;
	
	/*min-height: 500px;*/
	

	
}

article.logged {
	
	border-left: 1px solid #E8F6F5;
}



.relative {
	
	position: relative;
}

#header .info {
	
	text-align: right;
	
	position: absolute;
	right: 0px;
	bottom: 0px;

}