body { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 800px;
	font-family: Arial, Sans-Serif;
	}

p {
	text-indent: 45px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.9;
}



a:link {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #999;
	background-color: #fff;
	text-decoration: none; 
}

a:active {
	color: #999;
	background-color: #fff;
	text-decoration: none; 
}

a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
	
a:focus {
	color: #777;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
	
#contenedor {
	width: 800px;
	height: 485px;
	background-color: #fff;
	color: #000;
	}

#cabecera {
	width: 800px;
	height: 67px;
	padding: 0px;
	background-image: url("imagenes/banner.jpg");
	background-repeat: no-repeat;
}


#cabecera a:link{
	color: #fff;
	background-color: transparent;
}

#cabecera a:visited{
	color: #fff;
	background-color: transparent;
}

#cabecera a:active{
	color: #fff;
	background-color: transparent;
}

#cabecera a:hover, a:focus{
	font-weight: bold;
	font-size: 1em;
}

#cabecera a:focus{
	font-weight: bold;
	font-size: 1em;
}

#cabecera b {
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	font-size: 1em;
}

#contenido {
	width: 800px;
	height: 373px;
	margin-top: 45px;
	margin-left: 0px;
	background-color: #fff;
	color: #000;
}

#menucontenido {
	width: 200px;
	height: 328px;
	float: left;
	background-color: #fff;
	background-image: url("imagenes/linea.jpg");
	background-repeat: no-repeat;
	background-position: 45px;
	color: #000;
	overflow: hidden;
}

#menucontenido tr {
	color: #aaa;
	background-color: transparent;
	empty-cells: hide;
	font-size: 0.8em;
}
#menucontenido b {
	color: rgb(73,86,119);
	background-color: #fff;
}


#menucontenido img.desplazada {
	margin-left: 45px;
}

#textocontenido {
	width: 465px;
	height: 273px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 10px;
	overflow: auto;
	background-color: #fff;
	color: #000;
}

#textocontenidogrande {
	width: 480px;
	height: 273px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 10px;
	overflow: auto;
	background-color: #fff;
	color: #000;
}

#piecontenido {
	width: 555px;
	height: 45px;
	margin-left: 45px;
	background-color: #fff;
	color: #000;
	float: left;
	overflow: hidden;
}

#pie {
	width: 800px;
	height: 45px;
	overflow: auto;
	background-color: #fff;
	color: #000;
}

#normas {
	width: 155px;
	height: 45px;
	margin-right: 45px;
	padding-left: 45px;
	overflow: hidden;
	float: left;
	background-color: #fff;
	color: #000;
	text-align: center;
}

#menupie {
	width: 465px;
	height: 45px;
	margin-left: 45px;
	overflow: auto;
	background-color: #fff;
	color: #000;
	font-size: 0.6em;
	text-align: center;
}
