/* CSS Document */
* {margin:0; padding:0}
#master {
	width:689px;
	margin:auto;
	background-image: url(../img/cont/fd_master.gif);
	background-repeat: repeat-y;
	}
#contenidos {
	width:450px;
	margin-left:208px;
	margin-top:45px;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:justify;
	padding-bottom:20px;
	}
#noticias {
	width:425px;
	height:300px;
	overflow:auto;
	padding:20px 25px 20px 0px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#333333;
	}
#noticias .titulo_1 {
	font-size:14px;
	color:#721715;
	margin-bottom:5px;
	word-spacing:0;
	}
#noticias .fecha {
	font-size:10px;
	color:#333333;
	}
#navnoticias {
	width:440px;
	height:15px;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	font-size:0.9em;
	}
#navnoticias a {
	margin:10px;
	}
#navnoticias a:hover {
	text-decoration:underline;
	}
#masnoticias {
	width:450px;
	overflow:auto;
	padding-top:15px;
	}
#masnoticias li {
	margin-top:3px;
	}
#masnoticias .fecha {
	color:#333333;
	font-size:0.9em;
	}
#masnoticias a {
	margin-left:5px;
	color:#79150B;
	}
#masnoticias a:hover {
	text-decoration:underline;
	color:#990000;
	}
.foto {
	margin-bottom:10px;
	margin-top:10px;
	}
