@import url('reset.css');
/* General Demo Style */
body{
    background:#3399cc url(../images/tech2.png);
	color: #333;
	font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
	z-index:2;
}
h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}

h2{
	margin:0px;
	padding:10px;
	font-size:20px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}

#descripcion{
	margin:0px;
	padding:15px;
	font-size:20px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:justify;
	font-weight:400;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 48px;
	font-size: 18px;
	color:#FFF;
	background: #000033;
	opacity: 0.9;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.locator {	
	font-size:20px;
	font-weight:bold;
	width: 750px;
    height: 50px;
    overflow: hidden;
	line-height:30px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  	-webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#locator1{
    position: absolute;
	top: 900px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   	
}	

#locator2{
    position: absolute;
	top: 1800px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   	
}	

#locator3{
    position: absolute;
	top: 2700px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   	
}

#locator4{
    position: absolute;
	top: 3600px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   	
}	

#locator5{
    position: absolute;
	top: 4500px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   	
}	
	

.secciones{
    width: 1000px;
    height: 500px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  	-webkit-border-radius: 0px 65px 65px 65px;
    -moz-border-radius: 0px 65px 65px 65px;
    border-radius: 0px 65px 65px 65px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.seccioncontacto{
    width: 1000px;
    height: 600px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  	-webkit-border-radius: 0px 65px 65px 65px;
    -moz-border-radius: 0px 65px 65px 65px;
    border-radius: 0px 65px 65px 65px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#nosotros{
    position: absolute;
    top: 1000px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   
}

#sistema{
    position: absolute;
    top: 1900px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   
}

#ventajas{
    position: absolute;
    top: 2800px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   
}

#costos{
    position: absolute;
    top: 3700px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   
}

#contacto{
    position: absolute;
    top: 4600px;
    left:0;
    right:0;
	bottom:0;
	margin: 0 auto 0 auto;
   
}

#precios{
    position: relative;
    top: 75px;
    left: 75px;
    
}

#portal{
    position: relative;
    top: 10px;
    left: 70px;
	
    
}

span.img-rollover-costos{ width: 117px; height: 96px; overflow: hidden; display: block; position: relative;}

span.img-rollover-costos a:hover{ top: -98px; position: relative; }
