body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00426A;
	/* background-image: url(../images/rss_bg.jpg);*/
	background-image: url(../images/rss_bg_mundo.png);


}
h1{
	margin: 5px 0;
	padding: 0;
	text-align: center;
	color: #FF0000;
}

a{
	color: #00426A;
	text-decoration : none;
}

a:visited {
	color : #005E95;
	text-decoration : none;
}

a:hover {
	color: #00B7BD;
	text-transform: uppercase;
	text-decoration : none;
}

.to-flips {width: 610px; float: left; margin: 20px; border: 2px solid #ddd; padding: 10px;}
.to-flips .content{height: 360px; position: relative; overflow: hidden;}
.to-flips .content .grey{
	color: #00426A;
}
.to-flips .content .block{width: 100%; position: absolute; top: 0px; display: block; overflow: hidden;}
.to-flips .flipnav{margin: 0 0 0 70px;}
.to-flips .flipnav .btn-left, 
.to-flips .flipnav .btn-right,
.to-flips .flipnav .btn-left-dis, .btn-right-dis {
	width: 20px;
	height: 20px;
	
	color: #00B7BD; /* #00426A;*/
	float: left;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.to-flips .flipnav .btn-left-dis, .to-flips .flipnav .btn-right-dis {color: #fff; background: #fff; cursor: default;}

