:root {	
	--white: #ffffff;
	--blue: #0056aa;
	--yellow: #FF9900;
	--green: #009900;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #555;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #1076a7;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color:var(--blue);
	text-align:left;
}

.contenido {
	padding-top: 140px;
}
.contenido img {
	margin-bottom: 40px;
}
input {
	border:1px solid #ccc;
	padding: 11px;
	margin-bottom: 15px;
	width:100%;
	font-size:16px;
}
textarea {
	border:1px solid #ccc;
	padding: 11px;
	margin-bottom: 15px;
	width:100%;
	height:100px;
	font-size:16px;
}
#html5-watermark {
	display: none !important;
}