*{
margin:0;
padding: 0;
	
}

body {
    background-image: url\imagenes\fondo.jpg;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

header, .main, .footer{
	background: #;
	width: 90%;
	max-width: 1000px;
	margin:5px auto;
}

header nav {
	background: #00b121;
	overflow: hidden;
}

header nav ul {
	list-style: none;

}

header nav li {
	float: left;
	
}

header nav ul li a {
padding: 10px 20px;
display: block;	
color: #fff;
text-decoration: none;
border-right:1px solid red;
-webkit -transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
}

header nav ul li a:hover {
	background: #c80000;
	border-radius: 0px;
	
}



.header2 nav {
	background: #00b121;
	overflow: hidden;
}

.header2 nav ul {
	list-style: none;

}

.header2 nav li {
	float:;
	
}

.header2 nav ul li a {
padding: 35px 20px;
display: block;	
color: ;
text-decoration: none;
-webkit -transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
}

.header2 nav ul li a:hover {
	background: #c80000;
	border-radius: 0px;
	
}



.main .photos {
	width:90%;
	margin-right: 1.5%;
	float:left;
	background: ;

}

.main .photos article {
	padding: 10px;
	background: ;
	margin-bottom: 10px;
	float: center;
	
}

.main .photos articletxt {
	padding: 10px;
	background: #fff;
	opacity: 0.8;
	background-blend-mode: 10;
	color: #000;
	margin-bottom: 20px;
	margin-bottom: 10px;
	
}

.main .articles {
	width:90%;
	margin-right: 1.5%;
	float:left
	background: ;

	
}

.main .articles article {
	padding: 20px;
	background: ;
	margin-bottom: 20px;
	
}

.main .texto1{
	background: #fff;
	opacity: 0.8;
	background-blend-mode: 10;
	color: #000;
	clear: both;
	padding: 1px 0px;
	margin: 210px;
	text-align: center;
	
}

.txtgral {
	background: #fff;
	opacity: 0.9;
	background-blend-mode: 10;
	color: #000;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: arial;
	text-align: center;
}

.txtgral1 {
	background: #c1c1c1;
	opacity: 0.8;
	background-blend-mode: 10;
	color: #000;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: arial;
	text-align: center;
}

aside {
	width:30%;
	background: #ff8000;
	float:left;
	padding: 10px;
	box-sizing: border-box;
	
}

footer {
	background: #fff;
	opacity: 0.8;
	background-blend-mode: 10;
	color: #000;
	clear: both;
	padding: 1px 0px;
	margin: 21px;
	text-align: center;
}

/* CORPS */
/*body { background: #222; color: #fff;}*/
#corps { width:700px; margin:40px auto; }

/* LISTE */
#list {  }
#list ul { list-style:none; }
#list ul li { font-family:Georgia,serif,Times; font-size:18px; }
#list ul li a { display:block; width:300px; height:28px; background-color:#555; border-left:5px solid #888; border-right:5px solid #333; padding-left:10px;	text-decoration:none; color:#bfe1f1; }
#list ul li a:hover {  border-right:5px solid #888;
	-moz-transform:rotate(-5deg); 
	-moz-box-shadow:10px 10px 20px #000000;
	-webkit-transform:rotate(-5deg); 
	-webkit-box-shadow:10px 10px 20px #000000;
	transform:rotate(-5deg); 
	box-shadow:10px 10px 20px #000000; }
	
.hit-the-floor {
color: #fff;
font-size: 48px;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}
.rot0 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	rotation: 0deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.rot90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	rotation: 90deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rot180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	rotation: 180deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rot270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
