body {
	background-color: #0c0c0c;
}

.header {
	background: url("../images/bgtool.jpg") 0 0 no-repeat;
	height: 38px;
}
.logo {
	margin: 20px 20px 80px 0;
}

.modal {
	overflow: visible;
	display: block;
}
.modal-dialog {
	margin-top: 200px;
}
.modal-content {
	background-color: rgba(255, 255, 255, 0.8);
}
.modal-body {
	/*min-height: 270px;*/
	padding: 30px 50px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-weight: normal;
	font-size: 30px;
}

.btn {
	background: #089200 url("../images/icon-btn.jpg") left 18px top 15px no-repeat;
	font-size: 18px;
    color: #FFF;
    width: 263px;
    height: 53.5px;
    
    margin: 20px auto;
    line-height: 40px;
}
.btn:hover {
	background: #089200 url("../images/icon-btn.jpg") left 18px top 15px no-repeat;
	font-size: 19px;
	color: #FFF;
	width: 280px;
    height: 56px;

	
	margin-bottom: 18px;
}

.imagen {
	margin-top: 50px;
}

.imgcomputer {
	height: 440px;
}
.img-backdrop {
	max-width: 780px;
}

ul {
	list-style: none;
}

.footer {
	position: relative;
	z-index: 9999;
	width: 600px;
	float: right;
	color: #FFF;
	text-shadow: 2px 2px 4px #000000;
	font-style: italic;
	margin-right: 20px;
}
.footer a {
	color: #FFF;	
	text-decoration: underline;
}