/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* GLOBAL STYLES
-------------------------------------------------- */

body,html {
	cursor: default;
	font-family: 'Raleway', 'Open Sans', serif !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	height: 100%;
	width: 100%;
	background-color: #000;
}

.panel-cuerpo {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: center;
	height: 100%;
}

.imagen {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	flex-grow: 2;
}

.imagen img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 400px;
}

.domicilio {
	width: 100%;
	padding: 50px;
	color: #fff !important;
	background-color: #184772 !important;
    text-align: center;
}

.footer-copyright {
	padding: 20px;
	color: #fff !important;
	background-color: #000 !important;
}

.img-afip {
	height: 50px;
	vertical-align: middle;
	border: 0px;
	float: right;
}
