/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* SUPERNEWS */
#supernews {
	margin: 0 0 18px 0;
}
#supernews ul {
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	border-bottom: 4px solid #25C0D6;
	background-color:#DADEDF;
/*	background: #838E92 url(../images/h1_decorator.gif) top;*/
}
#supernews ul li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: none;
}
#supernews ul li.selected {
	background: url(../images/tab_background_cyan.gif) top right;
	color: white;
}
#supernews ul li.selected a {
	color: white;
}
#supernews ul li a {
	display: block;
	color: #47545D;
	margin: 8px 30px 5px 10px;
	font-weight: bold;
}
	#supernews ul li a:hover {
		color: #D63231;
	}
#supernews div.data p {
	margin: 10px;
}
#supernews div.data .photo {
	float: left;
	margin-right: 8px;
	width: 220px;
}
#supernews div.data h4 {
	margin-top: 18px;
	margin-bottom: 4px;
}
#supernews div.data .photo img {
	border: 4px solid #DADEDF;
}
#supernews div.data .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

/* Calendar */
#textarea .calendar {
	position: relative;
	height: 42px;
	background-color: #DADEDF;
	margin-bottom: 4px;
}
#textarea .calendar div {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 308px;
	height: 42px;
	color: white;
}
#textarea .calendar div.second {
	right: 0;
	left: auto;
}
#textarea .calendar div {
	color: #25C0D6;
}
#textarea .calendar h3 {
	display: inline;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	color: gray;
}
#textarea .calendar ul {
	display: block;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	background: none;
}
#textarea .calendar li {
	float: right;
	width: 26px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background: none;
}
#textarea .calendar li a {
	display: block;
	color: gray;
	padding: 4px 6px 4px 6px;
}
	#textarea .calendar li:hover {
		background-color: white;
	}
#textarea .calendar div.active {
	color: white;
	background: #25C0D6;
}
#textarea .calendar div li.actual {
	background-color: #D63231;
}
#textarea .calendar div li.actual a {
	color: white;
}
	#textarea .calendar div.active li a:hover {
		color: gray;
	}
#textarea .calendar div.active h3 {
	color: #47545D;;
}
#textarea .calendar div.active li a {
	color: white;
}

#bimages {
	position: relative;
	height: 300px;
	width: 630px;
	overflow: hidden;
	background-color: #DADEDF;
	margin: 0 0 4px 0;
}
#bimages .image {
	position: absolute;
	top: -10px;
	width: 630px;
	left: 0;
	z-index: 1;
}
#bimages h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/h3_background_cyan@.gif) no-repeat 0 0;
	padding: 7px 6px 6px 25px;
	font-size: 1em;
	color: #47545D;
	font-weight: 600;
	margin: 0;
	z-index: 5;
	color: white;
}
#bimages .caption {
	position: absolute;
	background-color: #DADEDF;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#bimages .caption a {
	display: block;
	padding: 8px 8px 8px 24px;
	background-position: 8px 9px;
}
