@charset "utf-8";
/* --------------------
     Design:	Érica Dreyssig
Development:	www.figonni.com
-----------------------
	verde			#218E9E
	verde light		#A2C9D0
	verde dark		#11454F
	dorado			#C1A25F
	dorado light	#F1DBB2
	dorado light 2	#F2E5BF
	dorado dark		#886417
	dorado dark 2	#765614
----------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display:block;
}
li {
	list-style: none;
}
img {
	display: block;
	border: none;
	-ms-interpolation-mode: bicubic;
}
abbr[title] {
	border-bottom: 1px dotted;
}
::-moz-selection {
	color: #FFF;
	background: #218E9E;
	text-shadow: none;
}
::selection {
	color: #FFF;
	background: #218E9E;
	text-shadow: none;
}

/* --------------------
	GO
----------------------- */
html {
	cursor: default;
	height: 100%;
	color: #333;
	background-color: #C1A25F;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font: normal 12px/18px "HelveticaNeueCondensedMedium", Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	/**/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	color: #765614;
}
a:active, a:hover {
    outline: none;
}

/* --------------------
	TEXTOS
----------------------- */
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	text-rendering: optimizelegibility;
}
h1, h2, h3 {
	margin-bottom: 10px;
	color: #412F0A;
	font: normal 22px/24px "GaramondItalic", "Times New Roman", Times, serif;
	letter-spacing: -0.01em;
}
h4, h5, h6 {
	margin-bottom: 0;
	color: #886417;
	font: normal 14px/24px "HelveticaNeueCondensedMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
blockquote {
	color: #886417;
	margin-bottom: 24px;
	font: normal 14px/20px "HelveticaNeueCondensedMedium", Arial, Helvetica, sans-serif;
}
p, ul {
	margin-bottom: 18px;
}
strong {
	font-weight: normal;
}

/* --------------------
	CONTAINERS
----------------------- */
body, #header, #menu, #center, #footer {
	position: relative;
}
body {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	/**/
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

/* --------------------
	HEADER
----------------------- */
#header {
	width: 100%;
	height: 105px;
}

/**/
.brand {
	position: absolute;
	top: 35px;
	left: 50px;
}
.brand a {
	display: block;
	width: 165px;
	height: 45px;
	text-indent: -999em;
	background: url(../img/logo-estudio-miramonte.png) no-repeat;
}
.brand a:hover {
	opacity: 0.7;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/* --------------------
	MENU
----------------------- */
#menu {
	width: 100%;
	height: 50px;
	background: #F2E5BF url(../img/bg-trama.png);
}

/**/
.nav {
	margin-left: 420px;
	padding-top: 20px;
}
.nav li {
	position: relative;
	display: block;
	float: left;
	margin-right: 40px;
}
.nav a {
	display: block;
	color: #222;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(256,256,256,0.5);
}
.nav a:hover {
	color: #765614;
}
.nav li.current a {
	color: #218E9E;
}

/* --------------------
	MENU > IDIOMA
----------------------- */
.lang {
	position: absolute;
	top: 65px;
	right: 50px;
}
.lang li {
	position: relative;
	display: block;
	float: left;
	margin-left: 40px;
}
.lang a {
	display: block;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(256,256,256,0.5);
}
.lang a:hover {
	color: #11454F;
}
.lang li.current a {
	color: #CCC;
}

/* --------------------
	FOOTER
----------------------- */
#footer {
	width: 100%;
	height: 50px;
}
#footer p {
	position: absolute;
	top: 25px;
	margin: 0;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}
#footer a {
	color: #999;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #218E9E;
}
.footer-copy {
	left: 50px;
}

/**/
.footer-design {
	right: 50px;
	text-align: right;
}
.footer-design a {
}
.footer-design a:hover {
}
.footer-design strong {
	font-weight: normal;
	color: #666;
}

/* --------------------
	CENTER
----------------------- */
#center {
	position: relative;
	width: 1200px;
	height: 400px;
	background: #F2E5BF url(../img/bg-trama.png);
}
#center:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 350px;
	top: 0;
	left: 0;
	background: #F1DBB2;
	/**/
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/**/
.inner {
	width: 1150px;
}
.box-scroll {
	overflow: auto;
}

/**/
.box-img,
.box-txt,
.box-data,
.box-single {
	position: relative;
	float: left;
}
.box-img {
	width: 395px;
	height: 350px;
}
.box-txt {
	width: 630px;
	height: 300px;
	padding: 25px 75px 25px 25px;
}
.box-data {
	width: 705px;
	height: 325px;
	padding: 25px 0 0 25px;
}
.box-single {
	overflow: hidden;
	width: 730px;
	height: 350px;
}

/* --------------------
	PAGE > SERVICIOS
----------------------- */
.servicios-menu {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 115px;
	margin: 0;
}
.servicios-menu li {
	position: relative;
	float: left;
}
.servicios-menu a {
	display: block;
	padding: 1px 20px;
	background: #FFF;
	color: #218E9E;
}
.servicios-menu a:hover,
.servicios-menu li.current a:hover {
	background: #11454F;
	color: #FFF;
}
.servicios-menu li.current a {
	background: #218E9E;
	color: #FFF;
}

/**/
.col-ambitos,
.col-alcance {
	position: relative;
	float: left;
}
.col-ambitos { width: 55% }
.col-alcance { width: 45% }

/**/
.box-servicios {
	position: relative;
}
.box-servicios a {
	border-bottom: 1px dotted;
	padding-right: 15px;
	background: transparent url(../img/icon-lightbox.png) no-repeat right center;
}
.servicios-juridicos,
.servicios-contables {
	position: relative;
	width: 705px;
	height: 315px;
	margin-bottom: 350px;
	padding: 35px 0 0 25px;
}

/**/
.lightbox-servicio {
	z-index: 10;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 300px;
	padding: 25px 75px 25px 25px;
	background: #E6D9C1 url(../img/bg-ligtbox-servicio.jpg) no-repeat 0 0;
}
.lightbox-servicio-close {
	z-index: 11;
	display: none;
	position: absolute;
	top: 0;
	right: 25px;
}
.lightbox-servicio-close a {
	display: block;
	padding: 1px 10px;
	background: #765614;
	color: #FFF;
}
.lightbox-servicio-close a:hover {
	background: #C1A25F;
}

/**/
.lightbox-servicio h3 {
	color: #218E9E;
	font-size: 26px;
}
.lightbox-servicio h4 {
	color: #412F0A;
}


/**/
.box-servicios ul,
.lightbox-servicio ul {
	margin: 0 0 15px 25px;
}
.lightbox-servicio ul ul {
	margin-top: 4px;
}
.box-servicios li,
.lightbox-servicio li {
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(../img/bullet-1.png) no-repeat 0px 6px;
}

/* --------------------
	PAGE > POSTULATE
----------------------- */
iframe#formulario-postulate {
	max-width: 705px;
}

/* --------------------
	PAGE > CONTACTO
----------------------- */
.box-contacto-info {
	position: relative;
	float: left;
	width: 225px;
	margin-right: 25px;
}
.box-contacto-info p {
	margin-top: 50px;
	font-size: 15px;
	line-height: 30px;
	color: #886417;
}
.box-contacto-info small {
	color: #C1A25F;
}
.box-contacto-info a {
	color: #218E9E;
	border-bottom: 1px dotted;
}
.box-contacto-info a:hover {
	color: #11454F;
}

/**/
.box-mapa {
	overflow: hidden;
	position: relative;
	float: left;
	width: 420px;
	height: 290px;
	border: 5px solid #FFF;
	background: #F2E5BF;
}
#gmap_container {
	width: 420px;
	height: 375px;
}

/* --------------------
	SCROLL
----------------------- */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.vscrollerbase,
.vscrollerbar {
	width: 12px;
	cursor: pointer;
}
.vscrollerbase {
	background: #F2E5BF;
}
.vscrollerbar {
	background: #C1A25F;
	/**/
	transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
}
.vscrollerbar:hover {
	background-color: #11454F;
}
.hscrollerbase, .hscrollerbar, .scrollerjogbox {
	display: none;
}

/* --------------------
	VARIOS
----------------------- */
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}

/**/
.spacer {
	position: relative;
	padding: 0 5px;
	/**/
	opacity: 0.5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.hidden {
	display: none;
	visibility: hidden;
}

/**/
.img-center {
	margin: 0;
	text-align: center;
}
.img-center img {
	display: inline;
}

/* --------------------
	BREAKPOINTS
----------------------- */
@media only screen and (max-width: 1280px) {
	body,
	#footer,
	#header {
		width: 980px;
	}
	#center,
	.slide-panel {
		width: 980px;
		height: 400px;
	}
	.inner {
		width: 980px;
	}
	.box-txt {
		width: 410px;
	}
	.box-data {
		width: 485px;
	}
	.box-single {
		width: 510px;
	}
	/**/
	.img-center {
		padding-left: -25px;
		text-align: left;
	}
	/**/
	.servicios-juridicos,
	.servicios-contables {
		width: 485px;
	}
	h3 small {
		font-size: 85%;
	}
	.lightbox-servicio {
		width: 410px;
	}
	/**/
	iframe#formulario-postulate {
		max-width: 485px;
	}
	.box-mapa {
		width: 235px;
		height: 350px;
		margin-top: -25px;
		border: none;
	}
	#gmap_container {
		width: 235px;
		height: 375px;
	}
}