body
{
	text-align: justify;
        font-family:  bitstream, "vera sans", sans-serif;
	font-size: 13px;
        background-color: #d0d0d0;
	color: #000000;
	width: 800px;
	margin: 10px auto 10px auto;
}

img
{
	border: none;
	padding: 2px;
}

a, a:hover, a:visited
{
	text-decoration: none;
}

h1
{
	text-align: justify;
	font-size: 14px;
	background-color: #b00303;
	color: #ffffff;
	padding: 2px;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
}

h2
{
	text-align: center;
	background-color: #ffffff;
	color: #0476b7;
	font-size: 11px;
	border-bottom: 1px dashed #0476b7;
}

h3
{
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}

#contenedor
{
	border: 2px solid #000000;
	background-color: #ffffff;
	color: #000000;
	margin: 0 0 0 0;
}

#header
{
	text-align: center;
	float: inherit;
	background-color: #ffffff;
	color: #000000;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 215px;
	margin-bottom: 15px;
}

#menu
{
	float: right;
	background-color: #ffffff;
	color: #000000;
	border-left: 1px dashed #d0d0d0;
	width: 200px;
	min-height: 200px;
	font-size: 11px;
}

#menu #menu-contenido
{
	margin: 15px;
}

#menu .menu-opcion
{
	display: block;
	font-weight: bold;
	border-top: 1px solid #d0d0d0;
	border-left: 5px solid #d0d0d0;
	border-right: 5px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ffffff;
	color: #d0d0d0;
	padding: 5px;
	margin-top: 1px;
}

#menu .menu-opcion:hover
{
	display: block;
	font-weight: bold;
	border-top: 1px solid #0476b7;
	border-left: 5px solid #0476b7;
	border-right: 5px solid #0476b7;
	border-bottom: 1px solid #0476b7;
	background-color: #ffffff;
	color: #0476b7;
	padding: 5px;
	margin-top: 1px;
}

#contenido-marco
{
	float: inherit;
	border-right: 1px dashed #d0d0d0;
	background-color: #ffffff;
	color: #000000;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 200px;
	padding-bottom: 15px;
}

#contenido
{
	margin-right: 15px;
}

#footer
{
	clear: right;
	border-top: 1px dashed #d0d0d0;
	background-color: #ffffff;
	color: #000000;
}

#footer #footer-contenido
{
	background-color: #ffffff;
	color: #d0d0d0;
	font-size: 11px;
	text-align: center;
	margin: 15px;
}

