@charset "utf-8";
/* CSS Document */
body{ background:#C0B8E0 }

.header {
	background-color: #CCC;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	
}
.header h1 {
	margin: 0px;
	padding: 0px;
	
}

.article {
	width: 75%;
	Height: 100%;
	float: left;
	background-color: #CCCCCC;
	
}

#fecha{
	color: #D530C5
	
	}
	
	     .aside
        {
	Width: 25%;
	Height: 100%;
	float: right;
	background-color: #EBECF2;
        }
		.clear{clear: both}
		.footer{
			Width: 100%;
	Height: 100%;
	
	background-color: #EBECF2;
			}
			
			.galeria{
				
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
}
.video{
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	}
				
