/* CSS Document */

/*
body{
	SCROLLBAR-FACE-COLOR: #FAF5E6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FAF5E6; 
	SCROLLBAR-SHADOW-COLOR: #FAF5E6; 
	SCROLLBAR-3DLIGHT-COLOR: #FAF5E6; 
	SCROLLBAR-ARROW-COLOR:  #516C58; 
	SCROLLBAR-TRACK-COLOR: #FAF5E6; 
	SCROLLBAR-DARKSHADOW-COLOR: #FAF5E6;
	background-color: #FAF5E6;
	}
*/
.imagen{
	border-color:#ECE7D1;
	border-style:solid;
	border-width:1px;
	}
.tabla{
	border-bottom-color:#5F5549;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#5F5549;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#5F5549;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#5F5549;
	border-top-style:solid;
	border-top-width:1px;
}
.celda{
	border-bottom-color:#5F5549;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#5F5549;
	border-top-style:solid;
	border-top-width:1px;
}
.menu{
	font-family:Arial;
	font-size:12px;
	color:#5F5549;
	text-decoration:none;
}
.menu:hover{
	color:#000000;
}
.seccion{
	text-decoration: none;
	font-family:Arial;
	font-size:10px;
	color:#5F5549;
}
.noticias{
	font-family:Arial;
	font-size:11px;
	color:#5F5549;
	text-align:justify;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	text-decoration: none;
}
.noticias:hover {
	text-decoration: underline;
}
.seccion:hover {
	text-decoration: underline;
}
.imagenNoticia{
	border-color:#5F5549;
	border-style:solid;
	border-width:1px;
	}
	
.pie{
	text-decoration:none;
	font-family:Arial;
	font-size:9px;
	color:#666666;
	text-align:center;
}

