/* Anadidos posteriormente */
/*.featured-slider {
	max-width: 978px;
	text-align: center;
	margin: 0 auto;
}
.slide-image {
	text-align: center;
}*/

/*
Fixes for portrait and landscape, ideal to resize elements loaded on screen
*/
@media screen and (orientation:portrait) {
	/* portrait-specific styles */
	/*.slide-image img {
		max-width: 480px;
		height: auto;
	}*/
}
@media screen and (orientation:landscape) {
	/* landscape-specific styles */
	/*.slide-image img {
		max-width: 100%;
		height: auto;
	}*/
}

.rslides .img-effect {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	float: left;
	
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background:url(../img/lt/featured-img-effect.png);

	/*display: block;
	height:313px;
	width:976px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(/rd/img/featured-img-effect.png);
	z-index:10;*/
}

#layout {
	background: url(../img/lt/background2.jpg) left top repeat-x #1A91F9;
}

.content {
	background: #FFFFFF;
}

.sidebar {
	background: #EFEFEF;
}

.footerr a:hover, .footerr a:active, .footerr a:link, .footerr a:visited {
	color: #888;
}

.sidebar h3 {
	font-size: 16px;
	text-transform:uppercase;
	color:#666;
}

.sidebar hr {
	border-bottom-color:#ddd;
	border-bottom-style:solid;
	border-width:0 0 1px;
	height:0px;
	margin:0 0 10px;
	overflow:hidden;
}

.sidebar-subhead {
	margin: 0px;
	padding-bottom:5px;
}

.avoidtextdeco {
	text-decoration: none;
}

.toupp {
	text-transform: uppercase;
}

.textblack {
	color: #000;
}

.textgray {
	color: #666;
}

.textblue {
	color: #084B8A;
}

.textred {
	color: #B40404;
}

.textcenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}