/*-- Basico --*/


a {
  text-decoration: none;
  color: #8a0072;
}

a:hover {
  text-decoration: none;
  color: #000;
  text-decoration:underline;
  cursor:pointer;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 10px 0 20px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 3%;
  /*text-transform: uppercase;*/
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Cabecera --*/
#top-header {
  background-color: #333;
  color: #fff;
}
.home-account {
  	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight: bold;
	text-align:right;
}


.home-account a {
	color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    padding: 10px 0;
}

.home-account a.activo{
	text-decoration:underline;
  font-family: 'Open Sans', sans-serif;
	
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}


.logo {
  padding: 20px 0;
}



.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 1em;
    font-family: "Open Sans",sans-serif;
}

.main-menu li {
  list-style: none;
  display: inline-block;
    padding: 40px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin-right: 35px;
}

.main-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #000;
  
  margin-right: 35px;
}

.main-menu a:hover, .main-menu a.activo  {
 color: #8a0072;
  text-decoration:underline;
}

.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- Fin Cabecera --*/




/*-- Encabezado --*/

#heading {
  background-image: url(images/bg-image.jpg);
  height: 140px;
}


#heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
 /* text-transform: uppercase;*/
}

#heading span {
  color: #fff;
  text-transform: uppercase;
  	font-family: 'Open Sans', sans-serif;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- Fin Encabezado --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- Fin Timeline --*/




/*-- Equipo --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- Fin equipo --*/



/*-- Caracteristicas --*/

#Caracteristicas {
width:95%;
margin-left:2%;
}

#Caracteristicas .title {
    text-align:center;
}

#Caracteristicas h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    margin-top: 3%;
    text-align:center;
}

#Caracteristicas ul {
font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: #666;
    margin-left: 1em;
}

#Caracteristicas ul li {	
	margin-top:0.3em;
    list-style: disc;
}

#Caracteristicas p {	
	margin-left: 1em;
}


/*-- Fin Caracteriticas --*/



/*-- Detalles --*/

#Detalles {
width:100%;
margin-bottom:2%;
}

#Detalles section {
	display: flex;
}

#Detalles .title {
    text-align:center;
}

#Detalles h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    margin-top: 3%;
    text-align:center;
}

#Detalles article {
	width:45%;
	margin-right: 2em;
	margin-left: 2em;
background-color: rgba(0.9, 0.9, 0.9, 0.9);

}

#Detalles article img {
	width:100%;
}

#Detalles article .texto {
background-color: rgba(0.9, 0.9, 0.9, 0.9);
color: #fff;
margin-left: 1em;
margin-right: 1em;
margin-top: 1em;

}

#Detalles h3 {
  font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
 font-weight: bold;
margin-bottom: 1em;
color: #fff;
}

#Detalles p {
font-size: 0.9em;
 font-weight: normal;
  font-family: 'Open Sans', sans-serif;
color: #fff;
}

#Detalles ul {
font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: #666;
    margin-left: 1em;
}

#Detalles ul li {	
	margin-top:0.3em;
	padding-bottom: 1em;
    list-style: disc;
}



/*-- Fin detalles --*/


/*-- Tarifas --*/

#Tarifas {
width:100%;
margin-top:2%;
margin-bottom:3%;
}

#Tarifas h2 {
	font-family: 'Open Sans', sans-serif;
  	font-size: 2em;
  	color: #000;
	text-align:center;
}

#Tarifas .heading-section img {
    display: none;
  }

#Tarifas .heading-section a {
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	color:#000;
}

#Tarifas .heading-section span {
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	color:#000;
	text-align:left;
}

#Tarifas.heading-section a:hover{
	font-family: 'Open Sans', sans-serif;
	color:#8a0072;
}

#Tarifas table {
	width:90%;
	margin-left:5%;
	border: 1 solid #000;
	
}

#Tarifas th {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px dotted #e0e0e0;
    line-height:45px;
    padding-left:2%;  
    text-align:center;
}

#Tarifas td {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px dotted #e0e0e0;
    line-height:45px;
    padding-left:2%;  
    text-align:left;
}

#Tarifas td .texto {
    width:50%;  
    text-align:left;
}

#Tarifas td .tright {
    width:50%;  
    text-align:right;
}

#Tarifas p {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    width:100%; 
}

.tcenter {
    text-align:center;
}

#Tarifas ul li {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    margin-left: 2%;
}




/*-- Fin Tarifas --*/



/*-- Contacte --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 5% 10%;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  color: #666;
}

.info i {
  color: ##8a0072;
  margin-right: 10px;
  font-size: 18px;
}


/*-- Fin Contacte--*/




/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {

}

.recent-post-info a:hover {

}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- Fin Side Bar --*/


#banner {
width:100%;
height:300px;
overflow: hidden;
}


/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 90px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #000;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption a:hover {
  background-color: ##8a0072;
}

/*-- Fin Slider --*/





/*-- Servicios --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #000000;
  color: #000000;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

a:hover .icon i {
	border: 20px solid #ff0000;
  color: #054487;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- Servicios --*/





/*-- Post --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;

}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  /*position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
  height:260px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  font-family: 'Open Sans', sans-serif;
  color: #8fdbff;
}

.main-menu {
float: right;
width:90%;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- Fin Post --*/





/*-- Test --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- Fin Test --*/





/*--Pie--*/

footer {
  background-color: #f3f3f3;
  border-top: 4px dotted #000;
  margin-top: 45px;
 padding-top: 25px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: urlimages/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

footer p {
	color:#666666;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #81005e;

  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 1em;
  margin-right: 5px;
  color: #8A0072;
}

.shop-list a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

.shop-list a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  
}

.shop-list a.activo {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  text-decoration:underline;
  color:#000;
  
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.recent-post-info a {

}

.recent-post-info a:hover {

  text-decoration:underline;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #888;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #8A0072;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: center;
  padding: 60px 0 15px 0;
}

/*-- Fin Pie --*/



/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

  .home-account {
  	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight: bold;
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .slider-caption {
  }

.slider-caption h1 {
  font-size: 35px;
  margin-top:-25px;
}

.slider-caption p {
  font-size: 18px;
  padding:0 100px;
}

.slider-caption a {
  font-size: 18px;
}  
  
  
  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
     }
  
  .portfolio-wrapper {
    overflow: hidden;
  padding-top: 10px;}
  
  
  .col-md-3, .col-sm-6{
	padding-left: 15px;
    padding-right: 0px
  } 

#Tarifas {
	margin-left:0;
}

#Tarifas table {
	width:100%;
	margin-left:2%;
}
  
  
}

@media screen and (max-width: 568px) {

.top13 {margin-top:1%;}

  .home-account {
  	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight: bold;
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
  }
.slider-caption h1 {
  font-size: 16px;
  margin-top:-80px;
}

.slider-caption p {
  font-size: 12px;
  margin-top:-15px;
  padding:0 52px;
}

.slider-caption a {
	  margin-top:-5px;
  font-size: 12px;
}  
  
  
  
  
  
  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .slider-caption {
  }
    .timeline-thumb2{
	display:none;
}
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
  
  .timeline-thumb2{
	display:none;
}


.blog-content {
  height:305px;
}




}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/


/*---- AÃ‘ADIDOS ----*/

.flex-direction-nav a {
	border: 4px solid #fff!important;
    border-radius: 50%;
    height: 50px!important;
    line-height: 32px!important;
    margin: -20px 0 0!important;
      padding: 4px 0 0!important;
    text-align: center;
    top: 50%;
    width: 50px!important;
    z-index: 10;
	font-weight:bold;
}
	
ul.lista_general{
  font-family: 'Open Sans', sans-serif;
  font-size:0.9em;
}

ul.lista_tarifas {
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    float: none;
    left: 50%;
    list-style-type: none;
    margin-left: -261px;
    padding: 40px 30px 30px;
    position: relative;
    width: 522px;
}

ul.lista_tarifas strong{
    color:#428bca;
}
	
	
ul.lista_tarifas h3{
    background-color: #81005e;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

@media (max-width: 767px) {
	
	ul.lista_tarifas {
		border-color: #ddd;
		border-image: none;
		border-style: solid;
		border-width: 1px 3px 3px 1px;
		float: none;
		left: 0px;
		list-style-type: none;
		margin-left: 0px;
		padding: 20px 10px 10px;
		position: relative;
		width: 105%;
		font-size:10px;
	}
		
	ul.lista_tarifas strong{
			display:block;
			position:relative;
			clear:both;
			text-align:right;
	}
			
	.logo{
		padding-bottom: 22px;
		text-align: center;
		width: 100%;
	}


	strong.trenes{
			display:inline!important;		
	}
			
	.main-menu li {
		border: 1px dotted #ccc;
		display: block;
		margin-right: 0px;
		margin-top: 0px;
		padding:0px;
		padding-bottom:8px;
		margin-bottom:10px;
		background-color: #fff;
		color:#000;
	}
	.main-menu li a{
		color:#000;
		text-align:center;
		 width: 100%;
		 margin-right: 0px;
	}
	.main-menu li a:hover{
		color:#fff;
	}
	.main-menu li.act{
		background-color: #000;
	}
		.main-menu li.act a.activo{
		color: #fff;
	}
	

}


#Detalles article {
	width:100%;
}

#Detalles article .imagen {
	width:100%;
border:solid;
}


#Detalles article .texto {

}


ul.lista_general li{
	margin-bottom:12px;
}

h3, .h3 {
    color: #81005e;
    font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
    margin-top:2%;
}


.heading-section a{
	font-family: 'Open Sans', sans-serif;
	color:#aaa;
}

.heading-section a:hover{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.heading-content a{
	font-family: 'Open Sans', sans-serif;
	color:#aaa;
}

.heading-content a:hover{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.flexslider {
    max-height: 230px!important;
}


.flexslider .slides img {
    margin-top: 0px;
}

.mini{
    border: 3px solid #81005e;
    border-radius: 50%;
    color: #81005e;
    font-size: 11px !important;
    height: 23px;
    line-height: 17px;
    margin-right: 5px;
    padding-left: 3px;
    width: 23px;
	
}

h4 {
  color: #81005e;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top:2%;
  margin-left:2%;
}


table {
    border: 1px solid #e0e0e0;
    border-collapse: inherit;
    margin-top:3%;
}


caption {
    color:transparent;
}


th {
    background-color: #e0e0e0;
    font-size: 0.95em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
line-height:45px;      
}


td {
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px dotted #e0e0e0;
    line-height:45px;    
}

.tright {
    text-align:right;
    padding-right: 3%;
}

.w70 {
    width:70%;
}



/*--- NUEVO LOGO TEVIMAD  ----*/


.info p img {
  width:30%;
}

#main-header .container .row .col-md-3 .logo img {
  width:95%;
}

.fichas_instalacion {
 margin-top: 3em;
}

ul.lista_fichas {
  font-family: 'Open Sans', sans-serif;
  font-size:0.9em;
  list-style:none;
  width:70%;
  margin-top: 3em;
}
 
ul.lista_fichas li {
  margin: 1em;
  
}

ul.lista_fichas a {
  margin-left: 1em;
  
}
.tarifasUTETILO {
    width:50%;
    margin-left: 20%;
    border: 1px solid #e0e0e0;
    border-collapse: inherit;
    margin-top:3%;
}

.tarifas_SAV {
    width:100%;
    border: 1px solid #e0e0e0;
    border-collapse: inherit;
    margin-top:3%;
    margin-left: 5%;
}

.w20 {
    width:20%;
}

.w30 {
    width:30%;
}

.top13 {margin-top:13%;}
