			body{
				background:url(lino.jpg) repeat;
				line-height: 140%;
				text-align:justify;
				padding:0px;
				margin:0px;
				font-family: Cagliostro;
			}
			#title{
				background:url(cuero.jpg) repeat-x;
				color:white;
				height: 25%;
				width:90%;
				margin:0px auto;
				padding:30px 0px;
				border-radius: 0px 0px 30px 30px;
				text-align: center;
				font-family: Stardos Stencil;
				font-variant: small-caps;
				text-decoration: none;
			}
			h1,h2,h3,h4{
				font-family: Stardos Stencil;
				font-variant:small-caps;
				text-decoration: underline;
			}

			h2{
				bottom-border:2px black solid;
			}

			#main {
				border:5px ridge rgb(149,74,23);
				background:rgba(255,255,255,0.5);
				width:90%;
				height:65%;
				margin:0px auto;
				margin-top:1%;
				margin-bottom:3%;
				display: flex;
				flex:row nowrap;			
			}
			section{
				margin: 10px 0px 10px 15px;
				padding:10px;
				flex:3 1 60%;
			}
			article{
				border-radius: 30px;
				padding:20px 30px 0px 30px;
				margin-bottom: 5px;
				background-color: rgba(225,187,133,0.8);
			}
			
			#article1{
				display: flex;
				flex:row wrap;
				justify-content: space-around;
				align-items: center;
			}

			#articlevideo{
				padding-bottom:30px;
			}
			aside{
				border-radius: 30px;
				margin:10px 15px;
				background-color: rgba(233,180,136,0.8);
				padding:10px;
				flex:1 4 25%;
				text-align: center;
			}
			footer{
				position:fixed;
				height: 7%;
				width:100%;
				text-align: center;
				margin:2px auto 0px auto;
				bottom:0px;
				background-color: orange;
				background: radial-gradient(#CBC1C1, #AEA8A8, #585151);
			}

		
			#zorroenoperacion{
				vertical-align: middle;
				padding-right:20px;
				
			}
			figure{
				text-align: center;
				font-size:13px;
				font-style: italic;
			}
			#video{
				text-align: center;
			}
			ul{
				list-style-type: none;
				text-align: center;
				margin:0px;
				padding:0px;
				width:100%;

			}

			ul li h4{
				margin:0px;
				margin-top:20px;
				text-decoration: none;
				font-family: arial;
			}
			li{
				margin:0px;
				margin-top:25px;
			}
			.cuadros{
				height: 400px;
				width:100%;
			}
			#wff{
				margin:0px;
			}
			a{
				text-decoration:none;
				font-weight: bolder;
			}
			a:hover{
				text-decoration: underline;
				text-decoration-color: blue;
				font-weight: bolder;
			}