@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
  html, body {
            height: 100%;
        }
body{
	font-family: 'Source Sans Pro' , 'Helvetica Neue',Helvetica,Arial, sans-serif;
}
.topinfo {
	
	overflow:hidden;
	overflow-y:auto;
	height: 80%;
	background-color:rgb(156,156,156);

}
.downinfo{
	overflow:hidden;
	height: 20%;
	background-color:rgb(211,210,210);
	
}
.main-menu{
	font-size:30px;
	margin-right: 20%;
	position:absolute;
	bottom:20px;
}
.main-logo{
	margin-right: 10%;
	position:absolute;
	bottom:20px;
	right:0px;
	width:254px;
	height: 94px;
	background:url('../img/logo.png') no-repeat;
	text-indent:-1000%;
}
.space{
	height: 70px;
}
#topinfo-text{
	color:white;
	font-size:54px;
	font-size:5.4rem;
}

.image{
	position:absolute;
	float:left;
	width:100%;
}
#image2{
	left:500%;
}
#image3{
	left:1000%;
}

.bottoms{
	margin:10px auto;
	background-color:black;
	width:120px;
}
.bottom{
	float:left;
	height: 26px;
	width: 28px;
	margin:0 2px;
	background: url('../img/slider-b.png');
}
#bottom1{
	background-position:28px 0px;
}
#right {
	position:relative;
	height:40px;
	width:40px;
	background:url('../img/arrows.png');
	background-position: 40px 40px;
	margin-top:250px;
}
#left{
	position:relative;
	height: 40px;
	width: 40px;
	background:url('../img/arrows.png');
	background-position: 0px 40px;
	margin-top:250px;
}
h2{
	color:white;
	font-size:44px;
	font-size:4.4rem;
}
h3{
	color:white;
	font-size:34px;
	font-size:3.4rem;
}
h4{
	color:white;
	font-size:24px;
	font-size:2.4rem;
}
.tips{
	padding: 0px 25px;
	background:url('../img/check.png') no-repeat;
	margin: 2px;
	color:white;
}
.fotos{
	position:relative;
	margin: 0 auto;
	width:180px;
}
.foto{
	float:left;
	width:40px;
	height: 40px;
	margin:0px 10px;
	border:1px solid white;
	cursor: pointer;
}
.slogan{
	text-align: right;
}
#foto1hidraulica{
	background:url('../img/hidraulica1.png');
	background-size: cover;
}
#foto2hidraulica{
	background:url('../img/hidraulica2.png');
	background-size: cover;
}
#foto3hidraulica{
	background:url('../img/hidraulica3.png');
	background-size: cover;
}
#foto1electrica{
	background:url('../img/electricas1.png');
	background-size: cover;
}
#foto2electrica{
	background:url('../img/electricas2.png');
	background-size: cover;
}
#foto3electrica{
	background:url('../img/electricas3.png');
	background-size: cover;
}
.dimensiones{
	font-size:18px;
	font-size:1.8rem;
	text-align: right;
	margin-right: 60px;
}

.colors{
	margin:0 auto;
	width:300px;
}
.color{
	transform:rotate(15deg);
	margin:15px 10px;
	float:left;
	width:30px;
	height: 30px;
	background-color:red;
}
#color1{
	background-color:white;
}
#color2{
	background-color:black;
}
#color3{
	background-color:yellow;
}
#color4{
	background-color:red;
}
#color5{
	background-color:blue;
}