html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
ul, ol, li, dl, dt, dd,
table, tr, th, td, thead, tbody, tfoot, caption,
form, fieldset, legend, input, button, textarea, select, label,
applet, object, iframe, audio, video, canvas,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

	
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	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;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}
/*	General
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #f5f5f5 url(../images/back.jpg) no-repeat fixed 0 -150px;
	color: #7A7A7A;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px
}
::selection{
	color:#fff;
	background:#191919
}
::-moz-selection{
	color:#fff;
	background:#191919
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #2c62a4;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #ACACAC
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	margin: 10px 0;
	font-weight: bold;
	line-height: 1;
}
h1,h2,h3,h4,h5{ font-family: 'Roboto', sans-serif; color: #384043}
h1 {   font-size: 26px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 0; }
h2 { font-size: 14px }
h3 { font-size: 14px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }

.main h2 { font-size: 21px; font-weight:100;  }

p {
	margin-bottom: 15px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}
h2 i { color:#333}
/*//// MAIN CLASS */
.row {
	width: 1060px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}
.boxed {
	margin: 0 auto;
	position: relative;
}

.main { margin-top:0}
.main,
.container  {
	width: 1020px;
}
.container > header {	 }
.container > header {
height:100px;  padding:10px; }
.container > header h1 {font-size: 24px;line-height: 1.3;margin: 0;float: left;color:#FFF;}
.container > header .logo { width:300px; height:95px; background:url(../images/sprite.png) 0 -124px; 
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
/*left:50%; margin-left:-125px;*/ position:absolute;z-index: 128; top:15px; left:-21px;
}
.container > header .logo a { display:block; width:300px; height:95px;}
.container > header h1 span {float: left; display:none}
.container > header i {float: left;font-size:28px; margin-right:20px; color:#5480af; cursor:pointer}
.container > header #showForm {float: left;font-size:28px; margin-right:10px; margin-top:10px;color:#FFF; cursor:pointer; display:none}
.main > section {
	max-width: 260px;
	width: 90%;
	margin: 0 auto;
}
.main > section h2 {
	font-weight: 300;
	color: #ccc;
}
.container > header nav a:hover:before {	color: #fff;}

 /* ARTICLES */
 .anyClass {
	float: left;
	overflow: hidden !important;
	width: 101% !important;
}
.anyClass article {
/*	width: 24%;
	min-height: 312px;
	margin: 6px 1% 6px 0;*/
	width:98%; margin: 10px 1% 10px 0; min-height:128px;
	padding: 0;
	-webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	float:left;
	overflow:hidden;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	background:#FFF; position:relative;
}

.anyClass article img { cursor:pointer;	}
.anyClass article .detailes { padding:20px 20px 10px 20px;display: block;color: #BFBFBF;background: #fff; position:relative; float:left; width:68%;}
.anyClass article .hover-fx {overflow: hidden;position: relative;float:left; width:242px; background: #DDD;}
.anyClass article:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.ie8 .anyClass article:hover {border: 1px solid #c20000;}


.preve:hover, .nexte:hover {color: #000;}

.anyClass article .detailes h3 {margin: 0 0 2px 0;font-weight: normal;}
.anyClass article .detailes h3 a {color: #2c62a4; font-size:22px}
.anyClass article .detailes h2 {margin: 0 0 2px 0;font-weight: normal;}
.anyClass article .detailes h2 a {color: #2c62a4; font-size:22px}
.anyClass article .detailes p {color: #666; padding:10px 0}
.anyClass article .detailes a {color: #BFBFBF;}
.anyClass article .detailes a:hover, .detailes h2 a:hover {color: #333;}
.anyClass article .detailes a:hover, .detailes h3 a:hover {color: #333;}

/* 	Image-overlay
----------------------------------------------------------------------*/
.O_hover {
	overflow: hidden;
	position: relative;
}
.O_hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.O_hover:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);

}

.anyClass article .hover-fx img {
	margin: 0 auto;
	opacity: 1;
	/*width: 100%;*/
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
}
.anyClass article:hover img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=50);
}


.anyClass article .hover-fx span {
	font-size: 16px;
	padding: 10px 0 0 12px;
	display: block;
}


footer.footer { width:100%; clear:both; position:relative; margin-top:20px; top: 25px; right: 10px;}
footer.footer .footer_background { background-color: #DDEFF3;  }
footer.footer .span2 { float: right; width:130px }
footer.footer .ico { width:20px; height:20px; float: right; padding:6px; margin-right:10px; margin-top:5px;   
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.2); text-align:center }
footer.footer i { font-size:18px; color:#ccc }
footer.footer .ico i { color:#FFF}
footer.footer .facebook { background:#3c5184;} 
footer.footer .googleplus { background:#d4422f;} 
footer.footer .twitter { background:#00abed;}
footer.footer .pinterest { background:#d02027;}
footer.footer .rss { background:#d5870e;}

footer.footer .span10 { width:100%; }
footer.footer .logo {
    background: url("../images/sprite.png") no-repeat scroll 2px -240px rgba(0, 0, 0, 0);
    float: left;
    height: 68px;
    margin-top: 5px;
    margin-left: 10px;
    width: 197px;
}
footer.footer .box-descagas  ul:first-child { margin-left:10px}
footer.footer .box-descagas  ul li a {color:#f5f5f5; text-decoration:none}
footer.footer .box-descagas  ul li a:hover {color:#fff;}
footer.footer .box-descagas  ul { margin:0 1% 0 0; padding:0; list-style:none; float:left; width:23%;}
footer.footer .box-descagas  ul li { margin:0 10px 0 10px; padding:0; display:block; font-size:12px; color:#3e3e3e; line-height:16px}
footer.footer .box-descagas  ul li h6 { margin-left:-20px; color:#f5f5f5; margin-bottom:10px}
footer.footer .box-descagas  ul li:last-child i { color:#ccc}
footer.footer .box-descagas  h6 { font-size:15px;  margin: 2px 10px 0 0}
footer.footer .box-descagas {
    overflow: hidden;
    padding: 28px 20px;
    position: relative;
    text-align: right;
}
footer.footer .box-descagas a {
    color: #555; cursor:pointer;
}
footer.footer .footer_text { width: 100%; text-align: center; position: absolute; margin: 10px 0; }
/*footer.footer .box-descagas:nth-child(1) { background:#000; color:#f5f5f5}
footer.footer .box-descagas:nth-child(2) { background:#333; }
footer.footer .box-descagas:nth-child(3) { background:#f5f9fc;}
footer.footer .box-descagas:nth-child(4) { background:#ffffff;}*/
footer.footer .about { padding:16px 0 0 7px; width:400px; float: left }
footer.footer .about ul li a {color:#0856a7; text-decoration:none}
footer.footer .about ul { margin:0; padding:0; list-style:none; clear:both; display:block  }
footer.footer .about ul li { margin:0 10px 0 0; padding:0; float:left; font-size:12px; color: #0856a7}
footer.footer .about ul li.copy { color:#999}

.box-new { margin-bottom:1px; padding:10px; color:#263355;position:relative; float:left; min-height:185px}

.box-new-bottom { margin-bottom:3px; padding:10px; background:rgba(229,242,250,.75); color:#0f3256; overflow:hidden;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);}

#arrowUp {
  position: fixed;
  height: auto;
  width: auto;
  right: 10px;
  bottom: 10px;
  font-size: 48px;
}
#arrowUp a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: serif;
}

.back {background: rgba(0,0,0,.95);display: block;height: 100%;left: 0;opacity: 0.8;position: fixed;top: 0;width: 100%; z-index:101}

/* boton 2 */
/*.button-two:after { content:""; width:48px; height:48px;font-family:'FontAwesome';content:"\f17a"; font-size:48px; position:absolute; right:0; top:20px; margin-right:-70px; color:#999;}*/

.button-two:after { content:""; background:url(../images/sprite.png) 0 -622px; width:305px; height:35px; position:absolute; left:-20px; bottom:-42px; color:#999; }
.button-two:hover:after { content:""; background:url(../images/sprite.png) 0px -659px;}
.version { float:left; width:200px; margin-left:20px; height:20px; padding:10px; font-size:12px; color:#999}
.button-two.fl { float:left; min-width:284px; margin-top:20px; position:relative}
.button-two{display:inline-block;padding:15px 5px 10px;color:#bed7e1;text-shadow:-1px -1px 0 rgba(0,0,0,0.25);font-size:13px;background:#00853f;
border:1px solid #00853f;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);box-shadow:0 1px 4px rgba(0,0,0,0.3);
-webkit-font-smoothing:antialiased;text-decoration:none; }
a.button-two:hover{text-decoration:none;background:#019e4b;}
.button-two strong{color:#fff;font-size:25px;}
.button-two em{font-weight:bold;font-style:normal;color:#c8ecff;padding-left:50px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}
.button-two span.one{background:url(../images/arrow-03.png) no-repeat;background-position:0 0;padding:12px 0 15px 50px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}
.button-two span.one:hover{background:url(../images/arrow-03.png) no-repeat;background-position:0 -43px;}

.button-two span.two{background:url(../images/arrow-04.png) no-repeat;background-position:0 0;padding:14px 0 16px 50px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}
.button-two span.two:hover{background:url(../images/arrow-04.png) no-repeat;background-position:0 -43px;}

#slide1_container {
  width:405px;
  height:106px;
  overflow:hidden; 
  margin:0 auto;
}
#slide1_images {
  width:1620px;
  -webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;
}
#slide1_images img {
  padding:0;
  margin:0;
  float:left; /* All the images are in a row next to each other. */
}
#slide1_controls { position:absolute;  z-index:999;  right: 0; top: 160px;  width: 203px;}
#slide1_controls i { cursor: pointer;}
#slide1_controls span { opacity:.5}
#slide1_controls span.selected { opacity:1}

.shadow { width:513px; float:right;}
.to50 { width:100%;  float:left}
.brands { width:670px; height:80px; position:absolute; left:0; top:125px;background:url(../images/brands.png) no-repeat; opacity:0.3 }
.box-new p { font-size:14px; line-height:18px}
.to50 p {text-align:justify;}
.elements { margin:10px 0 10px; clear: both; float:left}
.mkt { width:30%; float:left; padding: 0 10px; margin-bottom:20px; margin-right:10px}
.mkt h2 { font-size:15px}
.mkt p { font-size:13px; line-height:13px}
.mkt .icon { -webkit-transition: all 0.5s ease;transition: all 0.5s ease;margin:5px 15px 0 0  }
.mkt .icon.a {background:url(../images/sprite.png) 0 -408px; width:80px; height:83px; float:left; }
.mkt .icon.b {background:url(../images/sprite.png) -82px -408px; width:80px; height:83px; float:left;  }
.mkt .icon.c {background:url(../images/sprite.png) -166px -408px; width:80px; height:83px; float:left;  }

.mkt:hover .icon.a {background:url(../images/sprite.png) 0 -494px; width:80px; height:83px;   }
.mkt:hover .icon.b {background:url(../images/sprite.png) -82px -494px; width:80px; height:83px;  }
.mkt:hover .icon.c {background:url(../images/sprite.png) -166px -494px; width:80px; height:83px;  }

.pagination { margin:0px 20px; float:right; clear:both}
.pagination li {
  display: inline;
}

.pagination ul {margin:20px 0 0 0;}

.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a,
.pagination .active span {background-color: #f5f5f5;}
.pagination .active a,
.pagination .active span {color: #0c527b;  cursor: default;}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #43a0d5;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}
.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}

#flagss{position:absolute;top:10px;right:0px;width:140px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#flagss .activate { width:20px; height:20px;font-size:16px; position:absolute; right:0; top:-3px; margin-right:-20px; color:#999; } 
#flagss img{margin-right:5px;}
#flagss .flag{width:18px;height:12px;float:left;background:url(../images/sprite.png) no-repeat;margin-right:5px;  
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;}
#flagss .flag a{width:18px;height:12px;display:block;}
#flagss .flag { opacity:0.3}
#flagss .flag:hover { opacity:1}
#flagss .flag.view { opacity:1}
#flagss .flag.en{background-position:0 -0;}
#flagss .flag.es{background-position:-18px -0;}
#flagss .flag.fra{background-position:-36px -0;}
#flagss .flag.de{background-position:-54px -0;}
#flagss .flag.it{background-position:-72px -0;}
#flagss .flag.nl{background-position:-90px -0;}
#flagss .flag.pt{background-position:-108px -0;}

.snorton { margin-top:26px; margin-left:20px}