body {
    max-width: 1024px !important;
    background: #1E262A;
	padding: 0;
	margin: auto;
    height: 100%;
    width: 100%;
}
/*---------------------divTable-----------------------*/
    header {
        color: #505050;   
    }
     nav{
        background-color: #27313b;
     }
	      nav a {
    display: inline-block;
    padding: 8px;
  
    }
    nav a:first-child {
        background-color: #27313b;
    }
    nav a+a {
        float: right;
    }
	/*---------------------ads -----------------------*/
.ads {
    background: #000;
    color: #fff;
    margin: 1px;
    font: 14px "droid arabic kufi", georgia;
    text-align: center;
    padding: 3px;
}
/*-------------------DIV ADS BIS-----------------------*/
.sosiales {
    background-color: #1C2833;
    text-align: center;
    margin: 0px;
    padding: 3px;
}
.sosiales a {
    display: inline-block;
    width: 30%;
    margin: auto;
    margin-bottom: 5px;
    border: 3px solid #0b8fcd;
    border-radius: 7px 7px 7px 7px;
}
.sosiales img {
    width: 92%;
    height: 80px;
    padding: 5px 0px 0px 0px;
}
	/*---------------------contact US-----------------------*/
.contact {
    background: #000;
    color: #fff;
    margin: 1px;
    font: 18px "droid arabic kufi", georgia;
    text-align: center;
    padding: 3px;
}
.contact img {
height:850%;
width:85%;
}
/*----------REPORT-Share----------------------*/
.gavogshare li a {
    font-weight: 700;
    font-size: 21px;
    white-space: nowrap;
    color: #000;
    display: block;
    height: 43px;
    text-decoration: none;
    min-height: 31px;
    line-height: 51px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 20px
}
.gavogshare li:nth-child(even) {
    background-color: #cfbdbd;
}
.gavogshare li:nth-child(odd) {
    background-color: #ffffff;
}
.gavogshare li {
    line-height: 2em;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAQAAACh6J5QAAAAVElEQVR42mNgAIKZAjMFGKDgPxhCBC8AoQCKMFjwPxAeQBUOAAuC4AJUQxKQJeDCqBJIwpgSDNglkMDMBXCJBPyqsZqN1SVY3Y3DlzjCBEcIYg9vAKU8oB+Z6vhQAAAAAElFTkSuQmCC);
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px solid gray
}
ul {
   padding-inline-start: 0px;
   margin: 0 0 0 0px;
}
/*---------------------Descrip-----------------------*/
.Descrip {
    background: #000;
    color: #fff;
    margin: 1px;
    font: 18px "droid arabic kufi", georgia;
    text-align: center;
    padding: 3px;
}
.Descrip li {
    display: block;
}
	/*---------------------footer-----------------------*/
.Footer {
    border: 2px solid #a940a2;
    clear: left;
    text-align: center;
    padding: 1px;
    border-radius: 2em 2em 2em / 2em 2em;
    background-color: black;
	font-size: 10px;
	color: bisque;
}
.Footer a {
    color: #3be6e8;
	text-decoration: none
}