html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #dadada;
	font-family: 'Oxygen', sans-serif;
}

/* unvisited link */
a:link {
	text-decoration: none;
	color:#818285;
}

/* visited link */
a:visited {
	color:#818285;
}

/* mouse over link */
a:hover {
	color: #0f75bc;
}

/* selected link */
a:active {
	color:#818285;
}

#top {
	background-color: #FFF;
	transition: .5s;
	z-index: 99;
	width: 100%;
	max-width: 1014px;
}

#sitio {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-color: #FFF;
	border-left: 8px solid #cdcdcd;
	border-right: 8px solid #cdcdcd;
	border-bottom: 8px solid #cdcdcd;
	padding: 20px;
	box-sizing: border-box;
}

#logo {
	background-image: url('logo.png');
	width: 275px;
	height: 128px;
	background-size: cover;
	display: inline-block;
	transition: .4s
}

#menu {
	display: inline-block;
	float: right;
	margin-top: 60px;
	font-size: 12pt;
	text-transform: UPPERCASE;
	transition: .5s
}

#menu > ul > li {
	display: inline-block;
	font-weight: bold;
	transition: .5s
}

#slider {
	margin-top: 10px;
}

.tit {
	margin-top: 20px;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #0f75bc;
	border-bottom: 3px solid #0f75bc;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.contenido{
	transition: .5s;
	margin-top: 64px;
}
.contenido > p {
	font-size: 12pt;
	line-height: 29px;
	color: #7d7e81;
	text-align: justify;
	margin-top: 15px;
}

b{
	font-weight: bold;
}

ul.col3 {
	width: 33.333%;
	box-sizing: border-box;
	display: table-cell;
	padding-top: 16px;
}

.col3 > li {
	font-size: 11pt;
	color: #7d7e81;
	line-height: 27px;
	font-weight: bold;
}

.serviciostit {
	font-size: 16pt;
	font-weight: bold;
	color: #424242;
	margin-bottom: 20px;
	display: inline-table;
}

input {
	width: 100%;
	height: 31px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;
	border: 1px solid #7d7e81;
	color: #0f75bc;
	font-weight: bold;
	box-sizing:border-box;
}

#formulario {
	background-color: #E8E8E8;
	padding: 13px;
}

#formulario textarea {
	width: 100%;
	font-size: 13pt;
	border: 1px solid #7d7e81;
	color: #0f75bc;
	font-weight: bold;
	height: 100px;
	margin-bottom: 10px;
	padding-left: 10px;
	box-sizing:border-box;
}

.botonsubmit {
	background-color: #0f75bc;
	color: #fff;
	height: 43px;
	font-size: 15pt;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
}

.menu-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	height: 63px;
	max-width: 1014px;
	width: 100%;
	box-shadow: 0 7px 10px -6px #dadada;
	background-color: #fff;
	transition: .5s;
}

.logo-fixed {
	width: 125px !important;
	height: 68px !important;
	transition: .5s;
}

.nav-fixed {
	margin-top: 23px !important;
	transition: .5s;
}

#menu-mobile {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(15,100,188,0.9);
	position: fixed;
	margin:0px;
	padding: 0px;
	z-index: 999;
	text-align: center;
	font-size: 21pt;
	line-height: 50px;
}

#menu-mobile a {
	color: #FFF;
}

#btn-mobile {
	display: none;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 9999;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 41px;
}

#btn-mobile2 {
	display: none;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 9999;
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 28pt;
	float: right;
	color: #000000;
	width: 32px;
	height: 41px;
}

.cerrar{
	display: none;
}

#listo {
	width: 60%;
	height: 60px;
	color: #FFF;
	background-color: #0F75BC;
	position: fixed;
	top: 50%;
	font-size: 20pt;
	text-align: center;
	left: 20%;
	border: 4px solid rgb(10, 100, 162);
	line-height: 60px;
	font-weight: bold;
	display: none;
}

#error {
	width: 60%;
	height: 60px;
	color: #FFF;
	background-color: #B50000;
	position: fixed;
	top: 50%;
	font-size: 20pt;
	text-align: center;
	left: 20%;
	border: 4px solid #860101;
	line-height: 60px;
	font-weight: bold;
	display: none;
}

footer {
	width: 100%;
	height: 25px;
	margin-top: 20px;
	color: #8E8E8E;
	text-align: center;
	border-top: 2px solid #E6E6E6;
	padding-top: 10px;
}

.imgtop img {
	width: 100%;
}

@media (max-width: 1076px) {
	#top {
		position: relative;
	}
	#slider {
		margin-top: 74px;
	}
}

@media (max-width: 876px) {
	#top {
		position: fixed;
		top: 0px;
		left: 0px;
		box-shadow: 0px -2px 10px #000;
	}
	#logo {
		width: 125px;
		height: 68px;
	}
	#menu{
		display: none;
	}
	#btn-mobile{
		font-size: 28pt;
		float: right;
		color: #000000;
		margin-top: 0px;
		display: block;
	}
	#slider{
		margin-top: 74px;
	}

	ul.col3 {
		width: 100% !important;
		box-sizing: border-box !important;
		display: inline-block !important;
		margin: 14px auto !important;
		text-align: left !important;
	}

	.tit {
		font-size: 16pt;
	}

	.contenido > p {
		font-size: 12pt;
	}

	.serviciostit {
		font-size: 16pt;
	}

	.col3 > li {
		font-size: 12pt;
	}

	#menu-mobile > ul > li{
		font-size: 15pt;
		font-weight: bold;
	}

	.contenido {
		transition: .5s;
		margin-top: 64px;
	}
}

.titnoticia{
	font-size: 28pt;
	margin-bottom: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
	font-weight: bold;
	line-height: 40px;
}

.imagenov{
	margin-top: 35px;
}