/* Copyright (C) YOOtheme GmbH, h */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 .aviso {
	/*width: 600px !important;*/
	/*height: 350px !important;*/
	top: 5% !important;
	/*margin-left: -300px  !important;*/
	max-width: 500px;
	max-height: 400px;
    overflow-y: scroll !important;
    padding: 10px !important;
    background-color: #ffeeee !important;  
}
/*
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 999px !important;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
/*
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
*/