body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #9C948C;
	text-align: center;
	vertical-align: middle;	
}
img {
	border: 0px;
	vertical-align:text-bottom;
}
h1 {
	font-size: 12px;
}
a:link {
	color:#0000CC;
	text-decoration:none;
}
a:hover {
	color:#0000CC;
	text-decoration:underline;
}
a:active {
	color:#0000CC;
	text-decoration:none;
}
a:visited {
	color:#0000CC;
	text-decoration:none;
}

table#Menu {
	background-image: url(images/menu-fondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
table#Contenido {
	background-image:url(images/contenido-fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.Contenido {
	background-image:url(images/contenido-fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.BordeExterior {
	border: 2px solid #E8D7BF;
}
.BordeOscuro {
	border: 2px solid #9C7551;
}
.FuentePeque {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Separador {
	font-size: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.SeparadorMenu {
	font-size: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.TextoRojo {
	color: #AD2301;
}
.TextoNegro{
	color:#000000;
	font-size: 12px;
}
.TextoNegro:link {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
.TextoNegro:hover {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
.TextoNegro:visited {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
.TextoNegro:active {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
.Titulo {
	color: #003366;
	font-size:14px;
	font-weight:bold;
}
.CuadroCentro {
	width:366px;
	border:2px solid #9A6B4B;
/*	background:url("images/fondo_centro.jpg") right bottom no-repeat; */
	background-color:#F2E9DB;
}
