/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #515151;
	background-color: #9b9b9b;

}

img {
	max-width: 100%;
	height: auto;
}

/*---- layout --- */

.wrapper {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	background-color: #f1f1f1;

}

.centered {
	clear: both;
	width: 95.7%;
	max-width: 976px;
	margin: 0 auto;
}
	.video {
		background: url(../imgs/layout/bg-intro-video.jpg) 0 0 repeat-x;
		/*height: 337px;*/
		clear: both;
	}

	iframe { margin-bottom: -4px; }

#flashContent {
	width: 50%;
	margin: auto;
	display: block;
}

#header {
	padding-top: 30px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#center {
	padding-top: 25px;
	width: 95%;
	max-width: 976px;
	margin: 0 auto;
}

#content {
	background-color: #f1f1f1;
	width: 65%;
	margin: 0 auto;
	padding-top: 1.875rem;
}

#footer {
	background-color: #efefef;
	padding: 2.5rem 0 1.25rem;
	text-align: right;

}

.iso {
	margin-bottom: 12px;
}


#footer .address {
	/*background: url('../imgs/layout/footer-logo.jpg') 6px 6px no-repeat #fff;*/
	border: 1px solid #cbcbcb;
	padding: 6px;
}

.address p:first-child {
	border-bottom: 2px solid white;
}

#footer p {
	font-style: italic;
	color: #fff;
	background: #a6a6a6;
	font-size: 0.75rem;
	padding: 6px 12px;
	margin: 0;
	/*margin-left: 61px;*/

}



#menu {
	background: url(../imgs/layout/nav-bg.jpg) 0 0 repeat-x;
	/*padding-left: 20px;*/
	margin-top: 20px;
}

#content, #footer {
	margin: 0 auto;
	/*overflow: hidden;*/
}

.left {

}
.column {
	width: 190px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
}
.column-content {
	width: 560px;
	margin: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 90px;
}

.column-content.uruguay {
	padding-bottom: 40px;
}

.column-right {
	float: left;
	margin-left: 28px;
	width: 200px;
}

.icon {
	background: #FFF;
	overflow: hidden;
}

#content .centered {
	/*background: url(../imgs/layout/isos-n.jpg) 97.5% 100% no-repeat;*/
}

.intro {

}

.intro h1, h2, h3, h4 {
	font-weight: normal;
}

.intro h1 {
	font-size: 2.2em;
	line-height: 1em;
	margin	: 12px 0;
	font-weight: normal;
	color: #274f97;
}

.intro h2 {
	line-height: 1.2em;
	color: #828282;
}

.procesos h2 {
	color: #274f97;
	font-weight: bold;
}

.intro h3.titulo {
	font-size: 1.3em;
}

.intro h4 {
	font-size: 1.125rem;
}

#servicio {
	font-weight: bold;
	padding-left: 130px;
	/*position: absolute;
	top: 410px;
	left: 205px;*/
}

.procesos {
	position: relative;
	margin-top: 36px;
}

	.procesos ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.procesos ul li {
		font-size: 1.1em;
		padding-left: 24px;
		background: url(../imgs/layout/li-item.png) 0 4px no-repeat;
		margin-bottom: 6px;
	}

	.procesos a {
		text-decoration: none;
		color: #274f97;
	}

	.procesos a:hover {
		text-decoration: underline;
	}

	.procesos-txt {
		float: right;
		width: 52%;
		padding-left: 12px;
	}
	.procesos-imgs {
		float: right;
		width: 48%;
		position: relative;
	}

	.procesos-txt p {
		margin-bottom: .7rem;
	}

.procesos-y-servicios {
	overflow: hidden;
	margin-bottom: 12px;
}

.procesos-claim {
	clear: both;
}

#inline {
	/*margin-top: 37px;*/
}

.upper {
	text-transform: uppercase;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 1em 0;
	padding: 0;
}
/*---- navigation --- */


ul#nav {
	border-left: 1px solid #fff;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: left;
	list-style-type: none;
	width: 12.5%;
	height: 2.1875rem;
	text-align: center;
	font-size: 0.6875rem;
	border-right: 1px solid #fff;
}

ul#nav li a {
	background:url(../imgs/layout/nav-sprite.jpg) 0 0 no-repeat;
	display: block;
	width: 100%;
	height: 1.5625rem;
	color: #ffffff;
	padding-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

ul#nav li a:hover, ul#nav li a:focus {
	  background:url(../imgs/layout/nav-sprite.jpg) 0 -35px no-repeat;

}

ul#nav li a#here  {
	background:url(../imgs/layout/nav-sprite.jpg) 0 -35px no-repeat;
}

span.hamburger {
	display: none;
}

div#inline-detail {
	position: absolute;
	bottom: -50px;
	left: -50px;
}


@media only screen and (max-width: 1000px) {
	ul#nav li { font-size: 0.55rem; }
}

@media only screen and (max-width: 920px) {
	h3#servicio {
		padding-left: 0;
	}
	div#inline-detail {
		position: absolute;
		bottom: -23px;
		left: -3%;
		width: 100px;
	}

}

@media only screen and (max-width: 801px) {
	ul#nav { display: none; }

	#menu { margin-top: 0; clear: both;}

	span.hamburger {
		display: block;
		font-size: 30px;
		float: right;
	}
	span.hamburger:hover {
		cursor: pointer;
	}

	ul#nav {
		height: auto;
		text-align: center;
		clear: both;
	}

	#menu, ul#nav li a#here {
		background-image: none;

	}

	ul#nav li a#here {
		background: #ececec;
	}

	ul#nav li {
		display: block;
		text-align: center;
		float: none;
		width: auto;
		font-size: 0.7rem;
		border-bottom: 1px solid #ececec;
		position: relative;
	}
	ul#nav li a {
		color: #333;
		background-image: none;

		height: 100%;
		position: absolute;
	}
	ul#nav li a:hover {
		background: #ececec;
	}

	#content {
		width: 85%;
	}
	.procesos ul li {
		float: none;
	}
	.procesos-claim {
		margin-top: 30px;
	}

	#flashContent {
		width: 100%;
		margin: auto;
		display: block;
	}
}

@media only screen and (max-width: 610px) {
	.procesos-txt {
		float: none;
		width: 70%;

	}
	.procesos-imgs {
		float: none;
		width: 70%;
	}
	.procesos ul li {
		/*float: left;*/
		margin-right: 12px;
	}
	div#inline-detail {
		position: absolute;
		bottom: -23px;
		left: -3%;
		width: 150px;
	}
	#footer .address {
		background: none;
	}
	#footer p {
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 610px) {
	.procesos-txt {
		width: 100%;
		padding-left: 12px;
		margin: auto;
	}
	.procesos-imgs {
		width: 100%;
		position: relative;
		text-align: center;
		margin: auto;
	}

}

/*---- //navigation ----*/


h2 {
	line-height: 1em;
	margin-bottom: 12px;

}

p {
	margin-bottom: 1.25rem;
	font-size: 0.9375rem;
}

img#vacas {
	margin-top: 96px;
}




/*---- //form ----*/

form {
	margin-left: 86px;
}

textarea {
		width: 100%;
		height: 150px;
	}

.textInput {
		width: 170px;
	}

input[type='submit'] {
	padding: 6px 12px 6px 10px;

	width: 70px;
	height: 34px;
	font-family: Tahoma, Geneva, sans-serif;
}

/*---- //lang ----*/

.lang {
	float: right;
	display:block;
	margin-top: -11px;
	margin-left: 6px;
	padding-bottom: 8px;
}


table a {
	text-decoration: none;
	transition: all .2s ease;
	font-weight: bold;
	color: #999;
	padding: 12px 24px;
}

table  a:hover {
	text-decoration: underline;
}
td.politicas {
	vertical-align: middle;
 }

p.campos {
	text-align:right;
	margin-top:-30px;
}

@media only screen and (max-width:608px) {
	td.politicas {padding-left: 12px;}
	table a {
		font-size: 12px;
		padding: 12px 0;
	}
	.column {
		width: 0;
	}
	.galleria-theme-classic {
		background: transparent !important;
	}
	.galleria-theme-classic .galleria-thumbnails-container {
		display:none;
	}
	p.campos {
		text-align:center;
		margin-top:-10px;
	}
	form {
		margin-left: 0;
	}
}
