*{
	font-family: 'Open Sans Condensed', sans-serif;
}
#cabecera{
	margin-top:  0px;
}
#contacto-cabecera{
	color: #43a047   ;
}
#cont-menu{
	margin-bottom: 0px;

}
#menu{
	
	background-color: #81c784;
	height: 35px;
	width: 99%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#boton,#boton-producto{
	padding-top: 5px;
	height: 35px;
}
#boton-producto a{
	color: #FFFFFF;
}

#boton-producto:hover #link-pro{ 
	color: #33691e;
	transition-duration: 0.5s;
}
#boton:hover{

	background-color:#33691e; 
	color: #006064;
	transition-duration: 1s;
	
}	

#contacto-cabecera{
	padding-left: 10%;
	padding-top: 20px;  
}
#logo-servipack{
	margin-bottom: 0px;
	margin-top: 10px;
	width: 300%;
}
#sub-menu-productos{
	padding-top: 20px;
	padding-right: 15px;
	background-color: #81c784;
	margin-top: 20px;
	margin-left: -400px;
	position: absolute;
	z-index: 100;
	display: none;
	}
#subelemento a{
	color: white;
}	

#sub-menu-productos:hover{
	cursor: pointer;
}		


#cont-line:hover {
	background-color: #ccff90;
}
#cont-line{
	line-height: 135%;
	color: #212121;
}
@media (max-width: 700px){
	#cabecera{
		padding-top: 5px;
		margin-bottom: 0;
	}
	#subelemento2 a {
	color: #558b2f;
}
#slide-out .userView{
	margin-bottom: 0px;
	padding-top: 0px;
}
#cont-line{
	height: 15px;
	margin-top: 15px; 
}
#subelemento2{
	height: 30px;
	margin-bottom: 5px;
}
}

