@charset "utf-8";
/* CSS Document */

body{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #694A38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D2219;
}
#shell{
	color: #000000;
	height: 100%;
	vertical-align: bottom;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 630px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

.titulo{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
.fecha{font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
