* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.color{
	color:#06C;
}
.descarga{ color:#06F;}
.descarga1:hover{color:#036;
cursor:pointer;}


.contenedor {
	background:rgba(255,255,255,0.6);
	width:90%;
	max-width:1000px;
	margin:auto;

	/* Flexbox */
	display:flex;
	flex-flow:row wrap;
}

body {
	background:#e9e9e9;
	background-color:#000;

}

header {
	background:#2c3e50;
	width:100%;
	padding:20px;

	/* Flexbox */
	display: flex;
	justify-content:space-between;
	align-items:center;

	flex-direction:row;
	flex-wrap:wrap;
}

header .logo {
	color:#fff;
	font-size:30px;
}

header .logo img {
	width:50px;
	vertical-align: top;
}

header .logo a {
	color:#fff;
	text-decoration: none;
	line-height:50px;
}

header nav {
	width:50%;
	/* Flexbox */

	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

header nav a {
	background:#c0392b;
	color:#fff;
	text-align: center;
	text-decoration:none;
	padding:10px;

	/* Flexbox */
	flex-grow:1;
}

header nav a:hover {
	background:#e74c3c;
}

.main {
	background:;
	padding:20px;

	flex:1 1 70%;
	/*flex:1;*/
}

.main article {
	margin-bottom: 20px;
	padding-bottom:20px;
	/*border-bottom:1px solid #000;*/
}

.main article:nth-last-child(1){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}


footer{
	width:1000px;
	height:100px;
	background-color:#033;
	
}

#enlace{
	margin-top:100px;
	width:1000px;
	height:100px;
	background-color:#2c3e50;
	margin-left:-20px;
}






#cuadro {
	height:300px;
	width:300px;
	background-color:;
}
#cuadro2 {
	height:300px;
	width:300px;
	background-color:;
	
}
#cuadro3 {
	height:300px;
	width:300px;
	background-color:;
}
#cuadro4 {
	height:300px;
	width:300px;
	background-color:;
}
#cuadro5 {
	height:300px;
	width:300px;
	background-color:;
}
#cuadro6 {
	height:300px;
	width:300px;
	background-color:;
}
#uno{
	height:300px;
	width:900px;
	background-color:;
	border-bottom:double;
	border-bottom-color:#FFF;
}
#dos{
	height:300px;
	width:900px;
	background-color:;
}

#tres{
	height:300px;
	width:900px;
	background-color:;
}

#cuatro{
	height:300px;
	width:900px;
	background-color:;
}
#cinco{
	height:300px;
	width:900px;
	background-color:;
}
#seis{
	height:300px;
	width:900px;
	background-color:;
}


#centro1{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#centro2{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#centro3{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#centro4{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#centro5{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#centro6{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-320px;
	
}
#centro7{
	height:300px;
	width:600px;
	background-color:;
	margin-left:300px;
	margin-top:-300px;
}
#vinculo{
	color:#03F;
	
	text-decoration:none;
}

#vinculo:hover{
	color:#009;
}
.vin{
	color:#09F;
	text-decoration:underline;
}
.vin:hover{
	color:#36F;
	cursor:pointer;

}
