/* CSS Document */




#Cuerpo_Container {
	/*
max-width:960px;
*/
	margin-top:10px;
}


div, table {

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

hr {
	height: 2px !important;
	margin: 5px 0 5px 0 !important;
	border: 0!important;
	background-color: #DADADA!important;
}


