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

#gallery {
	/*background: url(../../img/carrusel/fondo.png) center no-repeat;*/
	height: 200px;
	/*width: 900px;*/
}

#gallery div {
	margin-top: 10px;
	/*margin-left: 20px;*/
	width: 160px;
	float: left;
	
	/*transition-property: width;
	transition-duration: 1s;
	transition-timing-function: linear;
	transition-delay: 2s;
	transition: width 1s linear 2s;
	#######################################
	-moz-transition-property: transform;
	-webkit-transition-property: transform;
	transition-property: transform;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;*/
	-webkit-transition: all 1s ease; /*ease / ease-in / ease-out ease-in-out*/
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}

#gallery #uno {
	background: url(../img/carrusel/ams02.png) no-repeat;
}
#gallery #uno:hover {
	background: url(../img/carrusel/ams01.png) no-repeat;
}

#gallery #dos {
	background: url(../img/carrusel/hp02.png) no-repeat;
}
#gallery #dos:hover {
	background: url(../img/carrusel/hp01.png) no-repeat;
}

#gallery #tres {
	background: url(../img/carrusel/ams05.png) no-repeat;
}
#gallery #tres:hover {
	background: url(../img/carrusel/ams01.png) no-repeat;
}

#gallery #cuatro {
	background: url(../img/carrusel/can02.png) no-repeat;
}
#gallery #cuatro:hover {
	background: url(../img/carrusel/can01.png) no-repeat;
}

#gallery #cinco {
	background: url(../img/carrusel/ams06.png) no-repeat;
}
#gallery #cinco:hover {
	background: url(../img/carrusel/ams01.png) no-repeat;
}

#gallery #seis {
	background: url(../img/carrusel/ams07.png) no-repeat;
}
#gallery #seis:hover {
	background: url(../img/carrusel/ams01.png) no-repeat;
}

#gallery #siete {
	background: url(../img/carrusel/hp02.png) no-repeat;
}
#gallery #siete:hover {
	background: url(../img/carrusel/hp01.png) no-repeat;
}

#gallery #ocho {
	background: url(../img/carrusel/san02.png) no-repeat;
}
#gallery #ocho:hover {
	background: url(../img/carrusel/san01.png) no-repeat;
}

#gallery #nueve {
	background: url(../img/carrusel/can03.png) no-repeat;
}
#gallery #nueve:hover {
	background: url(../img/carrusel/can01.png) no-repeat;
}

#gallery #diez {
	background: url(../img/carrusel/hp03.png) no-repeat;
}
#gallery #diez:hover {
	background: url(../img/carrusel/hp01.png) no-repeat;
}

#gallery p{
	text-align: center;
	margin-top: 170px;
}



/* content */

	/*#container{	
		margin:0 auto;
		width:818px;
		text-align:left;
		position:relative;
		padding:2em 0;
		}*/

ul#items{		
	width:auto;
	height:200px;
	margin-top: 0px;
	overflow:hidden;
	background: #FFF url(../img/carrusel/fondo.png) center no-repeat;
}

ul#items li{
	list-style:none;
	float:left;
	height:200px;
	overflow:hidden;
	margin:10px 2px 0px;
	/*background:#DBDAE0;*/
	color: #FFF;
	text-align:center;
}

ul#items li:hover {
	color:#FFF;
}

/*ul#items li .image{
	margin: 5px 20px 10px 20px;
	width:150px;
	height:150px;
	overflow:hidden;
}*/

ol#pagination {
	position:relative;
	text-align:center;
}

ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	/*background:url(../img/carrusel/bg_buttons.png) no-repeat 0 0;*/
	text-align:center;
	text-indent:-7000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
}

/*ol#pagination li:hover {
	background: url(../../img/carrusel/bg_buttons.png) no-repeat 0 -16px;
}

ol#pagination li.current {
	color:#FFF;
	background: url(../../img/carrusel/bg_buttons.png) no-repeat 0 -32px;
}*/

ol#pagination li.prev, ol#pagination li.next {
	position:absolute;
	top:-125px;
}

ol#pagination li.prev { /*ANTERIOR*/
	background: url(../img/carrusel/bg_buttons.png) no-repeat 0 -64px;
	left: 20px;
	top: -125px;
}

ol#pagination li.next { /*SIGUIENTE*/
	background: url(../img/carrusel/bg_buttons.png) no-repeat 0 -48px;
	right: 20px;
}
	
/* // content */

