@charset "UTF-8";
*{
	webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	word-wrap:break-word !important;
}
body {
	margin: 0;
	font-family: Tahoma, Genevam, sans-serif;
/*	border: 4px solid #666;
*/}
footer{
	/*margin-left: -4px;*/
	color: #fff;
	position: fixed;
	bottom: 0px;
	padding: 30px 0px;
	font-size: .8em;
	width: 100%;
	text-align: center;
	background-color: #35362E
}
footer p{
	line-height: 1.2px;
}
h1{
	font-size: 80px;
	text-shadow:1px 1px 5px #000;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	color:#fff;
	margin: 0;
	padding: 50px 0;
	width: 100%;
	text-align: center;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.listado-rss{
	position: relative;
}
.listado-rss ul{
	list-style: none;
	margin: 0;
	padding: 5px 20px;
}
.listado-rss ul li{
	margin: 1px;
	display: block;
	padding: .2px;

}
.listado-rss ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #102B3A;
	display: block;
	padding: 10px 30px;
	background-color:#DFF4FF;
	border: 1px solid #C6EAFD;
}
.listado-rss ul li a:hover{
	background-color: #9EDDFE;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.3);
}

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	/*margin-bottom: 2em;*/
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody {  }
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.5em;
	word-wrap:break-word !important;
}
.rssRow h4{
	font-size: 70px;
}
.rssRow ul{
	position: relative !important;
	width: 100% !important;
}
.rssRow p{
	float: none!important;
	font-size: 55px;
	padding:10px 10px 50px 10px !important;
}
.rssRow div{
	text-align: right !important;
	font-size: 20px;
}
.rssRow img{
	display: block !important;
	width: auto;
	height: 500px;
	float: none!important;
	margin: 50px auto !important;
}
#ticker1{
	position: relative;
	word-wrap:break-word;
	width: 100%;
}
#ticker1 .odd {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#ticker1 .even {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}