/*----------MENU---------------------*/
#menu{
position:fixed;
height:auto;
top:0px;
width:900px;
background-color:#999;
}
#contenido{
bottom:-800px;
}	

#button {
padding:0px;
padding-top:0px;
}

#button li {
display: inline;
}

#button li a {
font-family: Arial;
font-size:22px;
text-decoration: none;
float:left;
padding:0px;
margin-left:70px;
background-color: #999;
color: #FFF;
}

#button li a:hover {
background-color: #F00;
font-size:36px;
margin-top:-10px;
padding-bottom:0px;
}
.descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.desmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.titulo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
}
.Cables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #063;
	font-weight: bolder;
}






#column-left {
    background-color: #EBE9EA;
    border: 0px;
    border-radius: 8px 8px 8px 8px;
    float: left;
    position: fixed;
    min-height: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

#column-calderas {
    background-color: #EBE9EA;
    border: 0px;
    border-radius: 8px 8px 8px 8px;
    float: left;
    position: fixed;
    min-height: 225px;
    margin-bottom: 15px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 200px;
}
