body {
background: #d7ecff url(../img/body-fondo.gif) repeat-x;
font: 11px Arial, Helvetica, sans-serif;
}

a:link , a:visited {
color: #0b3d79;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

	#contenedor {
	width: 740px;
	margin: auto;
	}

		#cabezal {
		background: url(../img/cabezal-fondo.jpg) no-repeat;
		height: 160px;
		}

			#cabezal h1 {
			}
		
				#cabezal h1 a {
				display: block;
				height: 160px;
				}
				
		#contenido {
		background: url(../img/contenido-fondo.gif) repeat-y;
		}
		
			#contenido .interno {
			background: url(../img/contnenido-span-fondo.gif) no-repeat;
			min-height: 400px;
			text-align: center;
			}
			
			* html #contenido .interno {
			height: 400px;
			}
			
		#pie {
		background: url(../img/pie-fondo.gif) no-repeat;
		height: 90px;
		}
		
			#pie ul {
			color: #0b3d79;
			text-align: center;
			position: relative;
			top: 45px;
			}
			
				#pie ul li {
				display: inline;
				}