/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
	/*margin:10px;
	font-size:80%;
	font-family:"Lucida Grande", Tahoma, sans-serif;*/
}

h1 {
	font-size: 24px;
	color: #903;
}
a{
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}

#form ul{
	list-style:none;
}


#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FFF;
}
#img-noticias {
	height: 161px;
	width: 194px;
	float: left;
	margin-top: 23px;
	margin-left: 20px;
	position: absolute;
}
#cont-txt {
	height: 281px;
	width: 260px;
	float: left;
	margin-top: 20px;
	position: absolute;
	left: 242px;
}
#cerrar-ventana {
	height: 14px;
	width: 204px;
	position: absolute;
	margin-left: 12px;
	top: 307px;
}
#scroll-noticias {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	width: 260px;
	height: 258px;
	overflow: auto;
	margin-top: 7px;
}
#scroll-noticias #txt-noti p.p-noti {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	text-align: justify;
}
#txt-noti {
	margin-right: 25px;
}
#cont-txt h1 {
	font-size: 12px;
	color: #660000;
	font-weight: normal;
}