@charset "utf-8";
/* CSS Document */

body {
	background-color: #DCDFE4;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

ul.images {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.images li {
	float: left;
	margin-right: 5px;
	line-height: 24px;
}

ul.images li.last {
	margin-right: 0;
}

clear {
	clear: both;
}

.pics {
	border: 2px solid #ccc;
}

.float_left {
	float: left;
}

/* common */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999;
}

h3 {
	font-size: 18px;
}

h2, h3 {
	margin: 0;
}

h2.inline {
	display: inline-block;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF371A;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433F3C;
	text-decoration: none;
}

table tr th {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}

table tr.odd {
	background: #FCFCFC;
}

table tr.even {
	background: #F7F7F7;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.uppercased {
	text-transform: uppercase;
}

.slider {
	max-width: 922px;
	height: 200px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}
.slide1,.slide2,.slide3,.slide4,.slide5, .slide6,.slide7,.slide8,.slide9,.slide10, .slide11,.slide12 {
	position: absolute;
	width: 100%;
	height: 400px;
	opacity: 0;
	background-position: center;
	animation-duration: 4s;
	animation-name:fade;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide1 {
	 background-image: url(../images/nuevobanner/1.jpg);
	 animation-delay: 0s;
 }
.slide2 {
	background-image: url(../images/nuevobanner/12.jpg);
	animation-delay: 3.5s;
}
.slide3 {
	background-image: url(../images/nuevobanner/3.jpg);
	animation-delay: 7s;
}
.slide4 {
	background-image: url(../images/nuevobanner/4.jpg);
	animation-delay: 10s;
}
.slide5 {
	background-image: url(../images/nuevobanner/5.jpg);
	animation-delay: 13.5s;
}
.slide6 {
	background-image: url(../images/nuevobanner/6.jpg);
	animation-delay: 17s;
}
.slide7 {
	background-image: url(../images/nuevobanner/7.jpg);
	animation-delay: 20.5s;
}
.slide8 {
	background-image: url(../images/nuevobanner/8.jpg);
	animation-delay: 23.5s;
}
.slide9 {
	background-image: url(../images/nuevobanner/9.jpg);
	animation-delay: 27s;
}
.slide10 {
	background-image: url(../images/nuevobanner/10.jpg);
	animation-delay: 30.5s;
}
.slide11{
	background-image: url(../images/nuevobanner/11.jpg);
	animation-delay: 33.5s;
}
@keyframes fade
{
	0%   {opacity:0; top: 100% }
	40% { opacity: 1; top: -100% }
	80% { opacity: 1; top: -100% }
	100% {opacity:0; top: -100% }
}
