/* CSS Document. Para página de inicio del sitio www.museodelnino.es*/
body {
          background-image: url('fondaula2.jpg');
          overflow-x: hidden;
		  overflow-y: hidden;  
          }
		#contenedor
		{
			width: 800px;
			height: 436px;
			top: 0px;
			margin-left: -400px;
			left: 50%;
			margin-top: -218px;
			top: 50%;
			position: absolute;
			background-color: #000;
		}
		#contenido
		{
			width: 798px;
			height: 434px;
			top: 1px;
			left: 1px;
			position: absolute;
			background-image: url('fondaula.jpg');
			background-repeat: repeat;
		}
		.txt_blue
		{
			font-size: 8pt;
			font-weight:bold;
			color: #000098;
		}
		.fecha
		{
			font-size: 8pt;
			font-weight:bold;
			color: #800000;
		}

		.txt_maroon
		{
			font-family: Verdana, Arial, Helvetica;
			font-size: 7pt;
			font-weight:bold;
			color: #800000;
		}
		.txt_orange
		{
			font-family: Arial, Verdana, Helvetica;
			font-size: 7pt;
			font-weight:bold;			
			color: #ef7918;
		}
