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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
/* Ajustes */
.rslides_tabs {
	left:50%;
	padding-left:25px;
	margin-left:-495px;
	z-index:995;
	position: absolute;
	bottom:25px;
}
	.rslides_tabs li {
		float:left;
		margin-right:15px;
	}
		.rslides_tabs li a {
			background:url(/images/tab-slide.png) left top no-repeat;
			display:block;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			text-indent:-9999px;
			width:8px;
			height:8px;
		}
			.rslides_tabs li.rslides_here a {
				color:#009ee5;
				background:url(/images/tab-slide-active.png) left top no-repeat;
			}
			
.rslides2_tabs {
	margin:0;
}
	.rslides2_tabs li {
		float:left;
		padding:0;
		padding-right:5px;
	}
		.rslides2_tabs li a {
			/* background:url(../images/tab2-slide.gif) left top no-repeat; */
			width:10px;
			height:9px;
			display:block;
			text-indent:-9999px;
		}
			.rslides2_tabs li.rslides_here a {
				/* background:url(../images/tab2-slide-active.gif) left top no-repeat; */
			}
			
/* Caption */
.rslides li .caption {
	left: 50%;
	width:990px;
	margin-left:-495px;
	z-index:990;
	position: absolute;
	bottom:40px;
	text-align:center;
}
	.rslides li .caption .titulo {
		font-family: 'Raleway', sans-serif;
		color:#FFF;
		font-weight:200;
		font-size:20px;
		line-height:normal;
		width:auto;
		float:left;
		padding:20px;
		background:url(/images-homenew/fondo-caption.png) left top repeat;
	}
	.rslides li .caption .subtitulo {
		font-family: 'Roboto', sans-serif;
		color:#00ff00;
		font-weight:500;
		font-size:30px;
		line-height:normal;
		width:997px;
		margin:0 auto
	}