@charset "UTF-8";

/*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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
/*termina reset*/


* {margin:0;padding:0;} 

body {
	border-top: 10px solid #D38304;
	background-color: #EBE7E0;
	background: 
		url(../images/bg_orange.png) top repeat-x,
		url(../images/bg.png) center repeat;
	font-family: Lucida grande, sans-serif;
	}

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	}
#main {
	width: 960px;
	margin: 20px auto;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 5px #ccc;
  	-webkit-box-shadow: 0px 0px 5px #ccc;
  	box-shadow: 0px 0px 5px #ccc;
  	color: #8d8a86;
  	line-height: 1.1em;
	background: #eeeae2 url(../images/bg_trama.jpg) right bottom no-repeat;
	}
#main.trama-izq {
	background: #eeeae2 url(../images/bg_trama.gif) left bottom no-repeat;
	}

header {
	height: 140px;
	}
	header h1 a {
		background: url(../images/ariane-sistemas_logo.png) 0 0 no-repeat;
		width: 307px;
		height: 106px;
		display: block;
		text-indent: -9999px;
		margin: 20px 0 0 10px;
		float: left;
	}
	header nav {
		float: right;
		width: 250px;
		height: 50px;
		margin: 20px 0 0 270px;
	}
	header nav ul li {
		float: left;
		width: 110px;
		height: 50px;
	}
	header nav ul li a {
		display: block;
		width: 110px;
		height: 10px;
		padding: 20px 0;
		border-left: 1px solid #b0ada8;
		border-right: 1px solid #fff;
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		color: #8d8a86;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px #fff;
	}
	header nav ul li a:hover {
		background: url(../images/bg_nav.png) 0 0 repeat-x;
		color: #23280c;
	}
	header nav ul li a.current {
		background: url(../images/bg_nav.png) 0 0 repeat-x;
		color: #23280c;
	}
	header nav #log {
		background: url(../images/log.png) center right no-repeat;
		padding-right: 15px;
		border-right: none;
	}

/*-------------------section MAIN*/
#intro {
	width: 960px;
	height: 250px;
}
	#intro .col_600px {
		width: 539px;
		float: left;
		margin: 30px 130px 30px 30px;
	}
	#intro .col_400px {
		width: 360px;
		margin: 0 30px;
		margin-top: 110px;
		float: left;
	}
	#intro h1 {
		color: #fff;
		font-size: 48px;
		font-weight: bold;
		text-shadow: 0 1px 1px #c5c1bb;
		margin: 30px 0;
		line-height: 1.2em;
		margin-left: 30px;
		font-family: helvetica, arial, sans-serif;
		width: 400px;
		float: left;
	}
	#intro h2 {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: 0 1px 1px #c5c1bb;
		line-height: 1em;
		margin-left: 60px;
		margin-top: -30px;
		font-family: helvetica, arial, sans-serif;
	}
	#intro p {
		text-shadow: 0 1px 1px #fff;
		font-size: 12px;
		color: #8d8a86;
		margin-bottom: 1em;
	}
	#intro p strong {
	font-weight: bold;
	}
	#intro img {
		float: left;
		width: 261px;
	}
	#intro iframe {
		float: left;
		box-shadow: 0px 0px 5px #8d8a86;
	}
	#intro a {
		background: url(../images/boton.png) 0 0 no-repeat;
		width: 174px;
		height: 24px;
		display: block;
		color: #8d8a86;
		text-shadow: 0 1px 1px #fff;
		text-align: center;
		padding: 12px 0;
		text-decoration: none;
		margin-left: 260px;
		-moz-transition: color 0.5s linear;
   		-o-transition: color 0.5s linear;
   		-webkit-transition: color 0.5s linear;
   		transition: color 0.5s linear;
	}
	#intro a:hover {
		color: #000;
	}
#highlights {
	width: 930px;
	height: 220px;
	margin-left: 30px;
	border-bottom: 1px solid #aca9a5;
	margin: 0 auto;
	padding: 20px 0;
	}
	#highlights .col_text-grande {
		width: 260px;
		height: 250px;
		float: left;
		margin: 0 20px;
	}
	#highlights .col_text-grande h2 {
		width: 260px;
		height: 50px;
		font-family: helvetica, arial, sans-serif;
		font-size: 24px;
		line-height: 1.1em;
		color: #E9B820;
	}
	#highlights .col_text-grande p {
		font-size: 12px;
		padding-bottom: 1em;
		color: #8d8a86;
		line-height: 1.2em;
		font-family: lucida grande, sans-serif;
	}
.tecnologias {
	width: 960px;
	height: 100px;
}
	.tecnologias h2 {
		width: 115px;
		height: 41px;
		float: left;
		background-color: #E9B820;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
		margin-right: 20px;
		font-family: helvetica, arial, sans-serif;
	}
	.tecnologias .col_text {
		width: 170px;
		height: 41px;
		float: left;
		margin-right: 20px;
	}
		.tecnologias .col_text h3 {
			color: #E9B820;
			height: 35px;
			font-family: helvetica, arial, sans-serif;
		}
		.tecnologias .col_text p {
			font-size: 12px;
		}
	.tecnologias ul {
		float: left;
	}
	.tecnologias ul li {
		width: 180px;
		height: 30px;
		float: left;
		color: #E9B820;
		padding-top: 100px;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: #fff;
		text-align: center;
		font-family: helvetica, arial, sans-serif;
	}
	#codebar 		{	background: url(../images/sprite.png) 0 0 no-repeat;}
	#codebar:hover 	{	background: url(../images/sprite.png) 0 -140px no-repeat;}
	#rfid 			{	background: url(../images/sprite.png) -180px 0 no-repeat;}
	#rfid:hover 	{	background: url(../images/sprite.png) -180px -140px no-repeat;}
	#bluetooth 		{	background: url(../images/sprite.png) -360px 0 no-repeat;}
	#bluetooth:hover{	background: url(../images/sprite.png) -360px -140px no-repeat;}
	#wifi 			{	background: url(../images/sprite.png) -540px 0 no-repeat;}
	#wifi:hover 	{	background: url(../images/sprite.png) -540px -140px no-repeat;}
	
.tecnologias.web, .tecnologias.dispositivos {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aca9a5;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	}
.tecnologias.dispositivos {
	height: 140px;
	}
#beneficios {
	height: 160px;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #fff;
	}
	#beneficios dl {
		width: 340px;
		height: 200px;
		margin-left: 20px;
		float: left;
		}
	#beneficios dl dt {
		text-transform: uppercase;
		background: url(../images/ariane_icon.png) 0 0 no-repeat;
		padding: 5px 0 35px 60px;
		font-size: 16px;
		font-weight: bold;
		font-family: helvetica, arial, sans-serif;
		}
	#beneficios dl dd {
		margin-bottom: 1em;
		margin-top: -30px;
		padding-left: 60px;
		font-size: 12px;
	}
#intro.height200 {
	height: 120px;
	}
.pasos {
	width: 700px;
	margin-left: 20px;
	min-height: 200px;
	}	
.pasos .col120 {
	width: 120px;
	height: 150px;
	float: left;
	margin-right: 20px;
	}
	.pasos h3 {
		color: #F9F5EF;
		font-size: 140px;
		text-align: right;
		height: 57px;
		padding-top: 40px;
		font-family: helvetica, arial, sans-serif;
		*height: 15px;
		*line-height: .3em;
		}
	.pasos h4 {
		color: #fff;
		text-transform: uppercase;
		background-color: #E9B820;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		font-family: helvetica, arial, sans-serif;
		}
.pasos .col250 {
	width: 280px;
	height: 150px;
	float: left;
	margin-right: 20px;
	}
	.pasos .col250 p {
		font-size: 12px;
		margin-bottom: 1em;
		}
	.pasos .col250 p strong {
		color: #E9B820;
		}
.pasos img {
	float: left;
	}

/*----------------------------
---------------------FOOTER*/
footer, .push {
	height: 230px;
	/* clear: both; */ /* Muti-column fix.*/
}
footer {
   background-color: #585f5f;
   background-image: url(../images/bg_footer.png);
   background-image: -moz-linear-gradient(#646c6c, #404645);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404645), to(#646c6c));
   background-image: -webkit-linear-gradient(#646c6c, #404645);
   background-image: -o-linear-gradient(#646c6c, #404645);
   border-top: 1px solid #646b6c;
}
#footer_wrapper {
	width: 960px;
	margin: 0 auto;
	margin: 20px auto 0;
}
footer p {
   color: #ccc;
   font-size: 12px;
}
footer p a {
   color: #ccc;
   text-decoration: none;
   -moz-transition: color 0.5s linear;
   -o-transition: color 0.5s linear;
   -webkit-transition: color 0.5s linear;
   transition: color 0.5s linear;
	}
footer p a:hover {
   color: #fff;
	}
footer nav {
	width: 170px;
	float: left;
	line-height: 1.5em;
	padding-left: 30px;
	}
	footer nav a {
		color: #ccc;
		text-decoration: none;
		font-family: Helvetica, arial, sans-serif;
		font-size: 11px;
		padding: 3px 5px;
		}
	footer nav a:hover {
		color: #333;
		background-color: #E9B820;
		border-radius: 10px;
		border: 1px solid #def665;
		}
	footer nav a.current {
		color: #333;
		background-color: #E9B820;
		border-radius: 10px;
		border: 1px solid #def665;
		}
footer #dir {
	width: 200px;
	float: left;
	line-height: 1.5em;
	}
footer #tel {
	width: 330px;
	float: left;
	line-height: 1.5em;
	}
footer #tel p {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 30px;
	}
footer p.copyright {
    color: #878580;
    font-size: 10px;
    text-align: right;
    width: 960px;
	}
footer p.copyright a img {
	vertical-align: middle;
	}
footer p.copyright a {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #878580;
	}
footer p.copyright a:hover {
    color: #ccc;
	}
footer form {
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-bottom: 2em;
	}
footer form p {
	margin-bottom: 1em;
	line-height: 1.5em;
	border-radius: 5px;
	}
footer form input {
	border-radius: 5px;
	padding: 5px;
	width: 190px;
	}
	footer form #enviar {
		color: #efebe3;
		text-transform: uppercase;
		background-color: #E9B820;
		border: none;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		width: 80px;
		height: 30px;
		margin-left: 125px;
		-moz-box-shadow: 0 1px 5px #333;
		-webkit-box-shadow: 0 1px 5px #333;
		box-shadow: 0 1px 5px #333;
		}
	footer form #enviar:hover {
		border: 1px solid #def665;
		color: #fff;
		}