﻿/*------------------------------------------------------------------
	STANDS PARA EVENTOS
	layout.css
	
	[Contenidos]
	1. Body
	2. Typography
	3. Frame
	4. Navigation
	5. Page elements
	6. Form
	
-------------------------------------------------------------------*/

/* [1. Body
----------------------------------------------- */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	font-size:14px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


body {
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000;
	text-align:left;
	background:#fff;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

/* [2. Typography
----------------------------------------------- */

/* Headlines */

h1 { font-size: 50px; 	
	 padding-top: 20px; }
h2 { font-size: 26px; }
h3 { font-size: 29px;
	 color: #000; }
h4 { font-size: 24px;
	 color:#666;
	 font-family: 'PT Sans Narrow', sans-serif; }
h5 { font-size:18px;
	 font-family: 'PT Sans Narrow'; }
h6 { font-size: 12px; }

/* Text elements */

p       { margin:0 0 15px 0; font-weight:normal; }

a       { text-decoration: none; color: #39C;}
/*a:focus,*/

/* Lists */

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
ul,ol       { list-style-position:inside; margin:0 0 10px 0; }

/* [3. Frame]
----------------------------------------------- */

#sitecontainer {
	width:902px;
	margin:0 auto;
	padding:0 0 10px 0;	
}
.numeros{width:100%;
text-align:center;	}
#mainarea {
	margin:0 auto;
	clear:both;
	/*position:relative;*/
}

/* FOOTER */
#footer {
	padding:25px 0 0 0;
	border-top:1px #303030 solid;
	font-size:11px;
	color:#999;
	margin:50px 0 0 0;
	width:902px;
	clear:both;
}

#footer .col {
	padding-left:20px;
	float:left;
	width:250px;
	margin:0 0 0 1px;
}
#footer .col h4 {
	color:#000;
}
#footer .col2 {
	float:left;
	width:580px;
	margin:0 0 0 1px;
}
#footer .col2 h4 {
	color:#000;
}
#footer .middle {
	margin:0 24px 0 24px;
}
#footer .colLeft {
	width:220px;
}
#footer .colLeft a {
	width:200px;
	padding-left:10px;
	padding-top:5px;
}
#footer .colLeft a:hover {
	padding-left:10px;
	padding-top:5px;
}
#footer .colLeft2 a {
	width:570px;
	padding-left:5px;
	padding-top:5px;
	}
#footer .colLeft2 a:hover {
	padding-left:5px;
	padding-top:5px;
	}
#footer .colRight {
	float:right;
	width:130px;
}
#footer h4 {
	font-size:14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-weight: bold;
	margin:0 0 20px 0;	
}
#footer ul {
	list-style-type:none;
	padding-top:3px;
}
#footer a {
	display:block;
	margin:0 0 5px 0;
}
#footer .last {
	font-size:12px;
}

/* FINAL FOOTER */

.intro {
	border-bottom:1px #eaeaea solid;
	padding:40px 0 20px 0;
	margin:0 0 20px 0;
    height:320px;
}
.intro h1 {
	float:left;
	width:417px;	
	height:253px;
	color:#2ecad4;
	margin:0 0 15px 0;
	padding:0;
}
.intro .about {
	float:right;
	width:225px;
	padding:20px 0 0 0;
}
.intro .about p {
	margin:0 0 30px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:11px;
}
.intro .about a {
	display:block;
	margin:5px 0 0 0;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}


/* MENU IZQUIERDA */

.section {
	margin:0 0 50px 0;
}

.section .col {
	float:left;
	width:284px;
	height:500px;
	font-size:12px;
	margin:0 0 0 24px;
}
.section .col2 {
	float:right;
	padding-top:30px;
	width:550px;
	font-size:12px;
	margin:0 0 0 40px;
}

.secciones { 
	background-color:#000;
	color: #FFF; 
	padding: 2px 7px 2px 7px;
	max-width: 12%;
	font-family:Helvetica; 
	text-transform:uppercase;
}

.textoproducto { 
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	line-height:24px;
}

.titulo-noticias { font-size: 18px; }

.fecha-noticias { font-size: 12px;
				  color:#000; }

.infoproducto { 
	font-family:Helvetica; 
	font-size:10px;
	line-height:20px;
	text-align:center;
}

/* Titulos Menu izquierda */
.section .colHead h2 {
	font-family: Helvetica;
	font-weight: bold;
	font-size:16px;
	padding:8px 0 8px 6px;
	margin:0 0 4px 0;
	border-top:1px #303030 solid;
	border-bottom:1px #303030 solid;	
}
/* Final Titulos Menu izquierda */

/* Menu izquierdo texto */
.fichaproducto { 
	background-color:#000;
	color: #FFF; 
	padding: 5px 9px 5px 9px;
	font-family:Helvetica; 
	text-transform:uppercase;
}

.section .col a {
	font-size:14px;
	text-align:center;
}
.section .col h3 {
	font-size:4px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-weight: bold;	
}
.section .col h3 a {
	display:block;
}
/* Final Menu izquierdo texto */

em,dfn { font-style: italic; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* standard classes */
.clearBoth   { clear:both; font-size:0; line-height:0; height:0; }

/* clearfix */
.clearfix:after, #mainarea:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sitecontainer {
	margin-top:10px;
	background:#fff;	
}

.intro {
	padding:50px 0 25px 35px;
	background-color:#000;
	margin-top: 100px;
}
.intro h1 span {
	color:#00cee0;
}
.intro .about {
	float:right;
	width:250px;
	padding:20px 35px 0 0;
	color:#fff;
}

#expertiseNav ul li.active,
#expertiseNav ul li:hover {
	background:none #000;	
}
#expertise .page {
	width:595px;	
	background:none #000;
}

.section .col .pic {
	border:1px #f4f4f4 solid;	
}

.news .pic {
	border: 1px solid #F4F4F4;
}
.news .pic img {
	width:282px;
	height:180px;
}
.leermas {
	margin-left:420px;
	}
.leermas a {
	width:150px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	}
a#nm {display:block;width:20px;height:38px;position:fixed;bottom:30px;right:0;text-indent:-9999px;background:url('../files/nm.jpg');
}
a#header2 {position:absolute; width:100%;height:90px;top:0px;background-color:#000;
}
a#footer2 {display:block;width:100%;height:5px;position:fixed;bottom:0px;background-color:#000;
}

/* COMIENZA SLIDE */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 5px;
  margin-top: 90px;
  position: relative;
  float: center;
  width: 100%;
  }
  
.rslides_container2 {
  margin-bottom: 5px;
  position: relative;
  float: center;
  width: 100%;
  }

.centered-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

/*MENU SUPERIOR FONDO TRANSPARENTE*/
header{width:100%;height:90px;background:#000;border-color:#fff;border-bottom:1px solid rgba(255,255,255,.25);position:fixed;top:0;z-index:10;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
/*FINAL MENU SUPERIOR FONDO TRANSPARENTE*/

/*MENU SUPERIOR FONDO OPACO*/
header.sticky{height:40px;background:#000;border:0}

header h1{margin:0}
/*FINAL MENU SUPERIOR FONDO OPACO*/

/*LOGO*/
#logo{
	width:393px;
	height:100px;
	display:block;
	background:url(logo.png) no-repeat;
	text-indent:-99999em;
	position:absolute;
	top:15px;
	left:15px;
-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
/*FINAL LOGO*/

/*MENU SUPERIOR TEXTO*/
nav{text-align:right;margin-top:35px; margin-right:20px;-webkit-transition:margin .2s ease-in-out;-moz-transition:margin .2s ease-in-out;transition:margin .2s ease-in-out}

nav a:hover { color: #fff; background: #000;  }

.sticky nav{margin-top:10px}

nav a,#start-project{font-weight:400;text-transform:uppercase;color: #fff;padding:16px;font-size:12px; font-family:Helvetica}

/*FINAL MENU SUPERIOR TEXTO*/

/*LOGO ACHIQUE DESACTIVADO*/
@media only screen and (min-width:900px){#logo{-webkit-transform-style:preserve-3d}

.sticky #logo{-webkit-transform:scale(.80);-moz-transform:scale(.80);-ms-transform:scale(.80);-o-transform:scale(.80);transform:scale(.80);top:-5px;left:-10px}

}
/*FINAL LOGO ACHIQUE*/

.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}

/*FORMULARIO*/
input {
	border: thin #999;
	background-color: #CCC;
	border-radius: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 300px;
}
	.enviar {
		text-transform:uppercase;
		width: 220px;
		background-color:transparent;
		color: #FFF;
		font-size:14px;
		margin-top: 20px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 8px;
		margin-left: -2px;
		background-image: url(boton001.png);
}
textarea {
	border: thin #999;;
	background-color: #CCC;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 730px;
	height: 80px;
}