﻿body {
    background-color: #222;
}

/*a {
    vertical-align: bottom;
    color: #808080;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a:link {
    color: #fff;
}

a:focus {
    color: #fff;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: black;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: black;
}*/

#Menu {
    display: table-cell;
    min-width: 180px;
}

#Contenido {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.BackgroundModalProgress {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #636363;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 6000 !important;
}

.ModalPopUp {
       z-index: 6001 !important;
}

.ModalProgress {
    position: fixed;
    top: 20%;
    left: 20%;
    height: 20%;
    width: 60%;
    z-index: 11000;
}

.BackgroundModal {
    position:absolute;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mycheckBig input {
    width:18px; 
    height:18px;
    align-content:center;
} 

.profile-img {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
}

.widthtotal {
    width:100%;
}
