/* CSS Document */

#bloquemenu
{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;

}

#menu
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #990000;
	text-align: center;
	white-space: normal;
	width: 200px;
	list-style-type: none;
	font-size: 11px;
	vertical-align: baseline;
	letter-spacing: normal;
	text-indent: 20px;
	word-spacing: normal;
	display: block;
	clear: none;
	float: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFFFF;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	text-decoration: none;
}

#menu a:link, a:visited
{
	text-decoration:none;
	color: #666666;
	vertical-align: text-bottom;
}

#menu a:hover
{
	text-decoration:underline;
	color:#990000;
	vertical-align: text-bottom;
}

#contenido
{
	text-align:justify;
	float: left;
	overflow: hidden;
	text-indent: 20px;
	vertical-align: top;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	z-index: auto;
	visibility: visible;
	color: #666666;
	margin-right: 200px;
}

#menucelda:link
{
	color:#FFFFFF;
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}

#pie-pagina
{
	color:#999999;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	width: 800px;
}

#bajo-cabecera
{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background-color: #CCC6C6;
}