/* ==============================================================
 * ESTILOS ESPECIFICOS DE PRENSA
 * TuQueBuscas.com
 */

/* BODY ------------------------------------------------------ */

body {
	background: #ffd8c8 url("http://www.tuquebuscas.com/images/fondos/marmolnaranja.jpg") repeat;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/* RSS ------------------------------------------------------- */

.rss_box {
	width: 86%;
	margin: auto;
	text-align: left;
	padding-top: 0.1em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #ffd8c8;
}

.rss_title, .rss_title a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px; /* 44px; */
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	color: #44a;
}

.rss_title a:visited, .rss_title a:active {
	color: #922;
}

.rss_title a:hover {
	text-decoration: underline;
	color: #f66025;
}

.rss_image, .rss_image a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px; /* 44px; */
	font-weight: bold;
	text-align: left;
	text-decoration:none;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
}

.rss_image a:visited, .rss_image a:active {
}

.rss_image a:hover {
}

.rss_items {

}

.rss_item  {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	margin-top: 1.5em;
	margin-bottom: 0;

}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #26590D;
}

.rss_item a:hover {
	text-decoration : underline;
	color: #F66025;
}

.rss_date {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0;
	color: #338;
}

.rss_summary {
 	font-family: Arial, Verdana, sans-serif;
 	font-size: 14px;
	text-align: justify;
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

