main .contenido
{
    height: 80%;
    width: 100%
}

@media(min-width:1024px)
{
    main .contenido
    {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*

main {
    border-bottom: 5px double blue;
    padding:2px;
}
#c-slider {
    margin: auto;
    width: 85%;
    position: relative;
    overflow: hidden;
}
#slider  {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 500%; /* 100% por imagen* /
}

#slider section {
    width: 100%;
}

#slider img {
    display: block;
    height: 100%;
    width: 900px;
}

/*.slide {
	width: 100%;
	height: 800px;
	margin-top: 50px;
    display: flex;
}
@media (min-width: 1024px){
	.slide {
		margin-top: auto;
		max-width: 98%;
		position: static;
	}
}*/

/*
} 

@keyframes slide {
    0% {
	   left: 0;
    }
    20% {
        left: 0;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}

#slide {
	overflow: hidden;
}

#slide figure img {
	width: 100%;
	float: left;
}

#slide figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 2s slide infinite; 
}*/