@charset "utf-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	display: block;
	overflow: hidden;
	clear: both;
}
.direccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.labelfield{ /*CSS for label field in general*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.datefield{ /*CSS for date field in general*/
	color:gray;
	font-size: 90%;
}

#example3{ /*Demo 3 main container*/
	width: 170px;
	height: 450px;
	padding: 5px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}


code{ /*CSS for insructions*/
color: red;
}
#example1{ /*Demo 3 main container*/
width: 200px;
height: 280px;
padding: 4px;
}

#example1 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}


.rss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
