#clear {clear:both;}
.ws10 {
	padding-right: 10px;
    padding-left: 10px;
	}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}	
.1columnaizq {
background-color:#f1f1f1;
overflow:hidden;
display: table-cell;
float: none; 
}
.1columnacen {
background-color:#FFF;
overflow:hidden;
display: table-cell;
float: none; 
}
.1columnader {
background-color:#FFF;
overflow:hidden;
display: table-cell;
float: none;


}
@media only screen and (max-width : 768px) {
.columnaizq  {
display:none;
}
.1columnacen, .1columnader {
display:inherit;
}
}

.icono30 { font-size: 3em; border:1px solid #666; color:#73ad34; padding:5px; width:60px; height:55px; text-align:center;}

/********************** Estilos contenido detalle *******************/
#articulo {
	text-align: justify;
	overflow:hidden;
}
#articulo ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0em;
	padding: 0px;
}
#articulo li {
	list-style: none;
	background-image: url(images/vineta_main.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.6em;
	padding-top: 0em;
	margin: 0em;
}
.margenizq { margin-left:10px;}
.margender { margin-right:10px;}
.margensup { margin-top:10px;}
.margeninf { margin-bottom:10px;}

/************ Paginacion de contenidos ******************/
.seccionpaginacion 
{
	margin:0px;
	padding:0px;
	height:30px;
	line-height: 1.4em;
	text-align:justify;
	color:#666666;
}
div.pagination {
	padding-top:10px;
	padding-bottom:10px;

}
div.pagination a {
	font-weight:bold;
	text-decoration:none;
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #f1f1f1;
	height:25px;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #f1f1f1;
	background-color:#f1f1f1;
}
div.pagination span.current {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #f1f1f1;
	font-weight:bold;
	background-color:#f1f1f1;
	height:20px;
}
div.pagination span.disabled {
	display:none;
}

/****************** formularios Validacion  *****************/
LV_validation_message{margin:0 0 0 5px;}
.LV_valid {color:#00CC00;}
.LV_invalid {color:#CC0000;font-size:11px;}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	background-color:#D6F7D5;
}
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	background-color:#FFCECE;
}


/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 10px;
}
.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 0px;
}
.thumbnail-style a.btn-more {
    background: #fff;
    top: 10px;
    color: #000;
    display: inline-block;
    font-family: oswald;  
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	background: #358c00;
	color:#FFFFFF;
}
.thumbnail-kenburn img {
	left: 0px;
	margin-left: 0px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
.overflow-hidden {
	overflow: hidden;
}
/*Portfolio v1
------------------------------------*/

.view {
   z-index:9;
   cursor: default;
   overflow: hidden;
   text-align: center;
   position: relative;
   margin: 15px 0px;
   box-shadow: 0 0 3px #ddd;
   background-color:#606060;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   color:#FFFFFF;
   text-align: center;
   position: relative;
   font-size: 18px;
   padding: 10px;
   margin: 10px 0 0 0;
   text-shadow:none;
}
.view p {
   position: relative;
   color: #fff;
   padding: 5px 10px 5px;
   text-align: center;
}
.view a.info {
   color: #fff;
   background: #000;
   padding: 5px 12px;
   text-decoration: none;
   margin-top:0px;
   display: inline-block;
   overflow:hidden;
   text-transform: uppercase;
}
.view a.info:hover {
	background:#72c02c;
}

.portfolio-responsive h2 {
	margin-top:0 !important;
}

/*CSS3 Hover Effect*/
.view-tenth img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   color: #333;
   margin: 20px 40px 0;
   background: transparent;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2) rotate(10deg);
   -moz-transform: scale(2) rotate(10deg);
   -o-transform: scale(2) rotate(10deg);
   -ms-transform: scale(2) rotate(10deg);
   transform: scale(2) rotate(10deg);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
   opacity: 0.3;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .portfolio-4-columns .mask h2 {
      font-size: 20px;
      margin-bottom: 0px;
   }

   .portfolio-4-columns .mask p {
      display: none;
   }
}
.breadcrumb { margin:10px 0px; padding:10px;}

/*Tag Boxes
------------------------------------*/
.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #a81c6d;
  text-align:center;
  padding:5px;
}

.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c;
  text-align:center;
  padding:15px 10px;
}
.tag-box-v4 {
  border: dashed 1px #bbb;
}
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee; 
}
.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c;
}


.bg-color-dark { background-color: #555 !important;}
.bg-color-sea { background-color: #1abc9c !important;}
.bg-color-red { background-color: #e74c3c !important;}
.bg-color-aqua { background-color: #27d7e7 !important;}
.bg-color-blue { background-color: #3498db !important;}
.bg-color-grey { background-color: #95a5a6 !important;}
.bg-color-green { background-color: #72c02c !important;}
.bg-color-brown { background-color: #9c8061 !important;}
.bg-color-orange { background-color: #e67e22 !important;}
.bg-color-green1 { background-color: #2ecc71 !important;}
.bg-color-purple { background-color: #9b6bcc !important;}
.bg-color-dark-blue { background-color: #4765a0 !important;}
.bg-color-light-grey { background-color: #585f69 !important;}
.bg-color-light-green { background-color: #79d5b3 !important;}

.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/******* Mega Menu ****/

.wsmega .nav,
.wsmega .collapse,
.wsmega .dropup,
.wsmega .dropdown {
  position: static;
}
.wsmega .container {
  position: relative;
}
.wsmega .dropdown-menu {
  left: auto;
}
.wsmega .wsmega-content {
	padding: 15px;
	min-width:400px;
}
.wsmega .dropdown.wsmega-fw .dropdown-menu {
  left: 0;
  right: 0;
}


/************ Google maps  ********/
#mapgoogle {
	width:100%;
    height: 350px;
}
/********* Menu Lista ****/
.list-group {
margin-top:15px;
margin-bottom:0px;
}
.list-group-item {
  padding: 8px 25px;
  background-color: #2689bd;
  border: 0px solid #2689bd;
  border-top: 1px solid #2382b2;
}
a.list-group-item {
  color: #fff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #fcca2b;
  text-decoration: none;
  background-color: #2382b2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fcca2b;
  cursor: not-allowed;
  background-color: #880014;
  border: 0px solid #880014;
  border-bottom: 1px solid #e12d6c;
  padding: 10px 25px;
  text-transform:uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size:16px;

}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #FFF;
  cursor: not-allowed;
  background-color: #8dbf41;
  border: 0px solid #8dbf41;
  border-bottom: 1px solid #8dbf41;
  padding: 10px 25px;
  text-transform:uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size:16px;

}
/******************** Videos **************/
#video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom:-color #02874A;
}

.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}

/****************  Tabs *******************/
.tab-content>.tab-pane {
padding:15px;
border-bottom:1px solid #dddddd;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
margin-bottom:15px;
}
@media (max-width: 767px) { 
    .nav-tabs > li {
        float:none;
        border:1px solid #dddddd;
    }
    .nav-tabs > li.active > a{
        border:none;
    }
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
     {
        background:#ddd;
        border:none;
		border-radius:0px;
		margin-right:0px;
    }
}
.hotelestrella { float:right; color:#14b8d5;}
.vistavideo {
  position: relative;
  padding: 0px;;
  margin: 0px;
}

#toTop{
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	display: none;
}
#toTop .fa {margin-right: 5px;}

ul.lista {font-family:helvetica,arial,sans-serif;margin:0;padding:0;text-align:center;width:100%;}
ul.lista li {list-style: none;display: inline-block;width: 120px;margin:4px 1px;padding: 0;font-size:14px;}
ul.lista li a {display:block;text-decoration:none;padding:5px;color:#fff;background:#036;}
ul.lista li a:hover {color:#FFF;background:#FF0000;}

.botones {
	background-color:#E4E4E4;
    padding: 9px;
	height:50px;
	color:#000
}
