body{
	background-image:url("../imagenes/home.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

a {
	text-decoration: none;
}

ul#menuSecciones a {
	text-decoration: none;
	background: white;
	color: #4F728A;
	height: 30px;
	width: 20em;
	padding: 2px 9px 2px 9px;
}

ul#menuSecciones a:hover {
	color: white;
	background: #6390AD;
	height: 30px;
	width: 20em;
	padding: 2px 9px 2px 9px;
}

ul#menuSecciones {
	display: inline;
	padding: 0px 0px 0px 0px;
	background: white;
}

ul#menuSecciones li {
	display: inline;
}

ul#menuSecciones li:hover {
}

div#contenedor {
	border: 1px solid #C6C6C6;
}

div#contenido {
	padding: 5px 5px 10px 5px;
	margin: 2px 2px 2px 2px;
	background: white;
}

div#cabezote {
	border-top: 1px solid #C6C6C6;
	height: 92px;
	margin: 2px 2px 2px 2px;
	background: url( ../imagenes/textos.png );
	background-repeat: no-repeat;
}

img#logo {
	margin: 10px 0px 0px 5px;
}

div#contenedorMenuSecciones {
	background: white;
	margin: 2px 2px 2px 2px;
}

div#tituloSeccion {
	color: white;
	font-weight: bold;
	padding: 2px 9px 2px 9px;
	margin: 0px 2px 0px 2px;
	background: #6390AD;
}

div#piePagina {
	color: white;
	font-weight: bold;
	background: #6390AD;
	position: relative;
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 2px 2px 2px 2px;
	padding: 2px 9px 2px 9px;
	height: 16px;
	clear: left;
}

div#copy {
	float: right;
}

div#dominio {
	float: left;
}

div.texto {
	color: #6390AD;
	background: white;
	border: 1px solid #C6C6C6;
	padding: 0px 0px 2px 4px;
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

div.tituloTexto  {
	color: #535353;
	font: inherit;
	height: 23px;
	padding: 2px 0px 0px 2px;
	background: url( ../imagenes/fondoTitulos.png );
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: solid 1px #736F6E;
}

div.cuerpoTexto {
	padding: 4px 4px 4px 4px;
}

div.tituloTexto:before {
/*  	content: url( ../imagenes/binieta.png ); */
}

img#imagenSeccion {
	margin-top: 4px;
}

div#contenedorImagenSección {
	color: #6390AD;
	margin: 10px 20px 10px 0px;
	padding: 2px 4px 4px 4px;
	float: left;
	background: white;
	width: 275px;
	border: 1px solid #C6C6C6;
}
