.sugwarning .sug{
      background-color: #96ACBE;
}
.sugfade{
      background-color: #000000;
}
div.sug{
	position: absolute;
	background-color: #688CEF;
	padding: 10px;
	width: 300px;
}
div.sug .sugclose{
	float: right;
	margin: -40px -15px 0 0;
	cursor: pointer;
	padding: 3px;
	color: #000080;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	background: white;
}
div.sug .sugcontainer{
	background-color: #ffffff;
	padding: 5px;
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: 10pt;
}
div.sug .sugmessage{
      background-color: #688CEF;
      padding: 10px;
      text-align: center;
}
div.sug .sugbuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.sug button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

div.sug textarea{
	width: 100%;
	height: 100px;
}


/*ESTILOS PARA VER EJEMPLOS*/
.ejemfade{
      background-color: #000000;
}
div.ejem{
	position: absolute;
	background-color: #688CEF;
	padding: 10px;
	width: 750px;
}
div.ejem .ejemclose{
	float: right;
	margin: -40px -15px 0 0;
	cursor: pointer;
	padding: 3px 21px 3px 3px;	
	color: #000080;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	background: white url(../images/iconos/close.png) 98% 50% no-repeat;
	
}
div.ejem .ejemcontainer{
	background-color: #ffffff;
	padding: 5px;
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: 10pt;
}
div.ejem .ejemmessage{
      background-color: #688CEF;
      xpadding: 10px;
      text-align: center;
}


/*ESTILOS PARA VER NOTICIAS*/
.noticiafade{
      background-color: #000000;
}
div.noticia{
	position: absolute;
	background-color: #646464;
	padding: 10px;
	width: 760px;
}
div.noticia .noticiaclose{
	float: right;
	margin: -40px -15px 0 0;
	cursor: pointer;
	padding: 3px 21px 3px 3px;	
	color: #000080;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	background: white url(../images/iconos/close.png) 98% 50% no-repeat;
	
}
div.noticia .noticiacontainer{
	background-color: #ffffff;
	padding: 5px;
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: 10pt;
}
div.noticia .noticiamessage{
      background-color: #646464;
      padding: 10px;
      xtext-align: center;
}
div.noticia .noticiabuttons{
      text-align: right;
      padding: 5px 0 0 0;
}