 /* 
    autor: chs;
    data: 24/02/2016;
    comentario: slider. HAI unha mediaquery e unha URL;
*/
.bannerinicio
{
    margin: 0 auto;
    float: left;
    width: 40%;
}
.rslides
{
    /*height:215px; */  /*cambiar según web*/
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 375px;
}

@media screen and (max-width:1150px)
{
    .rslides {height:auto;}
}

.rslides .slidentro img 
{
  /*height: auto;
  width: 100%;*/
}


.slidentro
{
   margin: 0 auto;
   width: 375px;  /* Valor absoluto das imaxes para centralas no div.rslides*/
}



/******* enlaces siguiente - anterior **********/

a.rslides_nav.rslides1_nav.prev, a.rslides_nav.rslides1_nav.next
{
  background: url('_imagenes/sprite2.png') no-repeat;
  display: block;
  height:46px;
  width:46px;
  position: absolute;
  font-size: 0;
  z-index: 9999999999999999999999999;
}

a.rslides_nav.rslides1_nav.prev 
{
  background-position: -975px -5px;
 position: relative;
  float: left;
  top:-80px;
  left: 15%;
}
a.rslides_nav.rslides1_nav.next {
  background-position: -1033px -5px;
  position: relative;
  float: right;
  top:-80px;
  right: 15%;
}

/**************** tabs inferiores *************/
ul.rslides_tabs 
{
  display: none;
  /*position:absolute;
  list-style-type: circle;
  color: gray;
  font-size:22px;
  margin: 0 auto 42px;
  text-align: center;
  bottom:30px;
  left:50%;
  z-index:999;*/
}

/*ul.rslides_tabs li.rslides_here
{
  color:#000;
}

ul.rslides_tabs li
{
  float: left;
  list-style-type: circle;
  margin-right: 19px;
  position: relative;
}

ul.rslides_tabs li a 
{
  color: transparent;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 4px;
  left: -19px;
}
*/
/*
.rslides_tabs {
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs a:hover {
  border: 0;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
*/

/*
.rslides_nav
{
    margin-top:-19.5px !important;
}

.col.span_3_of_3
{
    position:relative;
}*/