﻿/*! http://responsiveslides.com v1.51 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  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;
  }
  
.txtfrases{
  position: absolute;
  /*background-color:#f2f2f2;*/
  display: none;
  width: 75%;
  text-align:center;
  margin-top:70px;
  margin-left:120px;
  padding: 10px 8px;
  line-height:180%;
  color:#284350;
  font-weight:600;
  text-shadow: 1px 1px 2px #fff;
 /* text-shadow:1px 1px 0px rgba(225,225,225,0.9);
  text-shadow:0px 1px 2px rgba(0,0,0,0.5);*/
  }
.txtfrases2{
  position: absolute;
  display: none;
  width: 75%;
  text-align:center;
  margin-top:70px;
  margin-left:120px;
  padding: 10px 8px;
  line-height:180%;
  color:#0969a8;
  font-weight:600;
  font-size:20px;
  text-shadow: 1px 1px 2px #fff;
  }
.txt23{ font-size:23px; }
.cursiva{ font-style:italic }

/*ACA SE MODIFICAN LOS NUMEROS DE LA PAGINACION */
.rslides_tabs {
  list-style: none;
  padding: 0px;
  background: #979696;
  /*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: 13px;
  list-style: none;
  margin: 0 auto 50px;
  /*max-width: 540px;*/
  padding: 5px 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: 8px 10px;
  height: auto;
  color: #FFF;
  background: transparent;
  text-decoration:none;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }