
/* -------- RESETEO -------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* { box-sizing:border-box;}
/* -------- LAYOUTS -------- */
body { text-align: center; font:300 20px/1.5 'Verdana';/*height:100%;*/width:100%;}
section{padding:40px 10% 40px 10%;}
.wrapper{display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	text-align: center;}
.contenido{display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	text-align: center;}
.header { display: flex; justify-content:center; align-items:center;}
.fixed{position:fixed; top:0}
.logo{position:absolute;
	width:450px;
	left:50%;top:625px;
	margin-left:-225px;}


#caja_banner {
    -moz-animation: autoSlider 15s infinite linear;
    -o-animation: autoSlider 15s infinite linear;
    -webkit-animation: autoSlider 15s infinite linear;
    animation: autoSlider 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    height: 100%;
    width: 500%;
}
#contenedor_banner {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 100%; height: 100%;
}
.banner_1, .banner_2, .banner_3, .banner_4, .banner_5 {
    min-height: 600px;
    max-height: 100%;
    width: 100%;
}
.banner_5 {
    background: url(../slide/04.jpg) no-repeat center center; background-size: cover;
}
.banner_4 {
    background: url(../slide/03.jpg) no-repeat center center; background-size: cover;
}
.banner_3 {
    background: url(../slide/02.jpg) no-repeat center center; background-size: cover;
}
.banner_2 {
    background: url(../slide/01.jpg) no-repeat center center; background-size: cover;
}
.banner_1 {
    background: url(../slide/00b.jpg) no-repeat center center; background-size: cover;
}
.banner {
    float: left;
    width: 20%;
}

@keyframes autoSlider {
    0% {
        margin-left: 0;
    }
    18% {
        margin-left: 0;
    }
    21% {
        margin-left: -100%;
    }
    38% {
        margin-left: -100%;
    }
    41% {
        margin-left: -200%;
    }
    58% {
        margin-left: -200%;
    }
	 61% {
        margin-left: -300%;
    }
    78% {
        margin-left: -300%;
    }
    81% {
        margin-left: -400%;
    }
    98% {
        margin-left: -400%;
    }
    100% {
        margin-left: 0;
    }
}
@media all and (max-width: 900px){
		.logo{position:absolute;
	width:350px;
	left:50%;top:425px;
	margin-left:-175px;
	}
	.banner_1, .banner_2, .banner_3, .banner_4, .banner_5 {
    min-height: 400px;
    max-height: 100%;
    width: 100%;
	}
}