/* RESET */
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, font, 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, nav, section, article, header, footer, section, header, footer, article, aside, hgroup { margin: 0; padding: 0; border: 0; outline: 0; font-size: 1em; vertical-align: baseline; background: transparent; font-weight: normal; } 

html{ height:100%; min-width: 768px; }
body{height:100%;}
ol, ul{ list-style: none; }
blockquote, q{ quotes: none;  }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
a{ text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display: block; }
html{ font-family: Georgia, serif; font-size: 62.5%; background-color: #f3f2f1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }
input, textarea, button{ font-family: Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-border-radius: 0px; border-radius: 0px; margin: 0px; line-height: 1; }
input[type=submit], button{
	cursor: pointer;
}
input[type=text], input[type=email], input[type=search], input[type=submit], button, textarea{ -webkit-appearance: none; }
img {
	-ms-interpolation-mode: 0;
}
a{ color: inherit; }
h1, h2, h4, h5, h6, h7, li, li li, li ul, li ul li, label, dd, dt, input, a { font-size: 1 em; }
/* ************************************** COMMON ELEMENTS ************************************** */
h3{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	color: #FFF;
}
/* ************************************** BANNER ROTATIVO HOME ************************************** */
#banner{
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

.logo_container{
	width: 100%;
	margin: 0 auto;
	background-color: #f3f2f1;
	height: 80px;
	top: 0px;
	padding-top: 10px;
	left: 0px;
	position: absolute;
	text-align: center;
}

#slideshow {
	width: 900px;
	height: 516px;
	background-image: url(../img/homepage1.jpg);
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
#slideshow img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-height: 640px) {
  #slideshow {
    margin-top: -260px;
    top: 50%;
  }
}

.galeria_home {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	float: left;
}

/* nav menu */
#banner_nav{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	position: fixed;
	background: #f3f2f1;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	padding: 20px 0 0 0;
	width: 100%;
	min-width: 768px;
	height: 30px;
}


#banner_nav li{
	display: inline-block;
	margin: 0 10px 15px 10px;
}

#banner_nav a{
	padding: 2px 6px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #000000;
}

#banner_nav a.current, #banner_nav a.current:hover{
	border-bottom: 2px solid #000000;
}

.ipad #banner_nav a.current, .ipad #banner_nav a.current:hover{
	border-bottom: none;
}

#banner_nav a:hover{
	border-bottom: 2px solid #dddddd;
}

.ipad #banner_nav a:hover{
	border-bottom: none;
}

/* ************************************** PROJECTS ************************************** */
#projects{
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 25px 0px 10px 0px;
	text-align: center;
}

.titulo{
	margin-bottom: 30px;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 4em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #414042;
}


.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 960px;
	height: 460px;
	margin: 0 auto;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 960px;
}

#mygallery{
	overflow: hidden;
	margin: 0 auto;
	height: 460px;
	margin-bottom: 4%;
	margin-top: 3%;
}

/* ************************************** ESTUDIO ************************************** */
#estudio{
	min-height: 600px;
	width: 100%;
	padding: 25px 0;
	height: 700px;
	float: left;
	height: 100%;
	width: 100%;
	background: url(../img/ellos.jpg) center top no-repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
}

.contenido_estudio{
	width: 1024px;
	margin: 0 auto;
	height: auto;
	}

.titulo_estudio{
	margin-bottom: 30px;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 4em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	margin-top: center;
}

.col{
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 25%;
	margin-right: 30px;
	margin-left: 5%;
}

.col2{
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 25%;
}

.col3{
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 30%;
	margin-left: 30px;
}
/* ************************************** FIN ESTUDIO ************************************** */

/* Comercial */
#comercial {
  height: 100%;
  width: 100%;
  	padding: 25px 0px 10px 0px;
}

/* ************************************** CONTACTO ************************************** */
#contact{
	height: 100%;
	width: 100%;
	background: url(../img/contacto.jpg) center top repeat;
	overflow: hidden;
	padding: 25px 0;
	min-height: 620px;
}


.contact_titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFF;
	margin-bottom: 10px;
	margin-left: 600px;
	margin-top: 200px;
	text-align: left;
}

.contact_datos{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin-left: 600px;
	text-align: left;
}
