.feature-box:hover{
		-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
	}
	
.feature-box {
  background-color: #ecf0f5;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  }
  .feature-box.feature-box-hot:before {
    background: url("../../images/feature-box/ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px; }
  .feature-box p {
	padding-left:15px; }

.feature-box-image {
  height: 170px;
  margin: 31px 0 27px;
  vertical-align: bottom; }
  .feature-box-image.big-illustration {
    height: 111px;
    margin-top: 20px;
    width: 150px; }

.feature-box-title {
  margin: 0; }
	
	.box, .feature-box{
		margin-bottom:30px;
		
	}
	
	.feature-box{

	}
	
/**************************** TABS ******************************/

.tabs-contain {
	margin-top:0px;
	margin-bottom:50px;
}

.nav-tabs{
	margin-bottom:0px;
	
}

.nav-tabs > li a{
	background-color: #CAE8CA;
	text-align: center;
	color: #333333;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.nav-tabs > li.active a{
	background: #5cb85c;
	color: #fff;
}
.tabs-contain .nav-tabs > li.three{
	width:33.3333%;
}
.tabs-contain .nav-tabs > li.four{
	width:25%;
}
.tabs-contain .nav-tabs > li a{
	font-size:18px;
}


.marketing-panel-w {
	width:100%;
	padding:15px 0px 15px;
	background:#5cb85c;
	color:#282828;
	border-radius:10px;
	box-shadow: rgb(153, 153, 153) 0px 1px 1px;
	-webkit-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
	-moz-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
}

.marketing-panel-w p{
	color:#fff;
	margin-top:5px;
	line-height:20px;
	font-size:16px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.btn-primary {
	color: #fff;
	background-color: #f89647;
	border-color: #F88F3A
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #F5760E;
	border-color: #EF710A
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}
.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.panel-sea {
   border-color: #e67e22;
}
.panel-sea > .panel-heading {
   color: #fff;
   background: #e67e22;
}
.panel-orange {
   border-color: #e67e22;
}
.panel-orange > .panel-heading {
   color: #fff;
   background: #e67e22;
}
.panel-yellow {
    border-color: #f1c40f;
}
.panel-yellow > .panel-heading {
    color: #fff;
    background: #f1c40f;
}
.panel-grey {
   border-color: #95a5a6;
}
.panel-grey > .panel-heading {
   color: #fff;
   background: #95a5a6;
}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}

.img-circle{
-webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    0px 0px 19px rgba(50, 50, 50, 0.21);
box-shadow:         0px 0px 19px rgba(50, 50, 50, 0.21);
border:3px solid #fff;
}
.img-circle.transfrm{
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.img-circle.transfrm:hover{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/************* VIDEO *******************************/

.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}
.vendor {
margin-bottom: 0px;
}

.container-video {
width: 100%;
min-width: 100%;
padding-top: 30px;
height: 100%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:0px;
}

.video-well.well{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.search-blocks-grey {
	background: #2ea6a0;
}
.search-page h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.search-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fcfcfc;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.search-blocks p a {
	color: #2ea6a0;
}
.search-blocks .search-img li i {
	color: #2ea6a0;
	font-size: 12px;
	margin-right: 5px;
}
.search-blocks .search-img img {
	display: block;
	margin: 5px 10px 10px 0;
}
.search-blocks h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}
.search-blocks ul.search-rating li {
	display: inline;
}
.search-blocks ul.search-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 16px;
}
.search-blocks ul.search-rating li i:hover {
	color: #f8be2c;
}
.search-blocks-colored p,
.search-blocks-colored h2 a,
.search-blocks-colored .search-img li,
.search-blocks-colored .search-img li i {
	color: #fff;
}
.search-blocks-grey {
	background: #95a5a6;
}

.tag-box-v4 {
	border: dashed 1px #bbb;
}
.color4, .slice.color4, .bulle.color4, .ctaBox.color4{
	background-color:#EB7F37;
	color:#fff;
}
.color4 h1, .color4 h2, .color4 h3, .color4 h4, .color4 blockquote, .color4 a {
	color:#fff;
}
.color4 h2.subTitle:after, .color4 h1.noSubtitle:after {
	background:#fff;
}
.boxContent{padding:1px; padding-left:12px;}

.search-blocks-left-green {
	border-left: solid 2px #72c02c;
}  
.a_imagen_der {

	float: right;

	margin: 10px 0px 10px 10px;

}

.a_imagen_izq {

	float: left;

	margin: 10px 10px 10px 0px;

}

.bar-color-lavanda {
	background-color:#cb00cc;
}
.bar-color-naranja {
	background-color:#ff6600;
}
.bar-color-azul {
	background-color:#0000fe;
}
.bar-color-cafe {
	background-color:#800000;
}
.bar-color-verde {
	background-color:#339967;
}
.bar-color-amarillo {
	background-color:#ffff00;
}
.bar-color-rojo {
	background-color:#fe0000;
}
.bar-color-rosa {
	background-color:#ff00fe;
}

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs { 
	border-bottom: solid 2px #72c02c; 	
}

.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	background: #72c02c; 
}

.tab-v1 .nav-tabs > li > a:hover { 
	background: #72c02c; 
}

/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #72c02c;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	background: #72c02c;
	border: solid 1px #5fb611;
}

.tab-v1 .nav-tabs a { 
	font-size: 14px;
	padding: 5px 15px; 
}

.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	color: #fff;
	border: none; 
	background: #72c02c; 
}

.tab-v1 .nav-tabs > li > a { 
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover { 
	color: #fff; 
	background: #72c02c; 
}

.tab-v1 .tab-content { 
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px; 
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs v2*/
.tab-v2 .nav-tabs {
	border-bottom: none;
}

.tab-v2 .nav-tabs li a {
	padding: 9px 16px;
	background: none;
	border: none;
}

.tab-v2 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
	border-bottom: none !important;
}

.tab-v2 .tab-content {
	padding: 10px 16px;
	border: solid 1px #eee;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a {
	color: #777;
	font-size: 17px;
	padding: 4px 8px;
	margin-bottom: 3px;
	background: #fafafa;
	border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	color: #fff;
	background: #72c02c;
	border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
	width: 1.25em;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab-v3 .tab-content {
	padding: 15px;
	background: #fafafa;
	border: solid 1px #eee;
}
.img-redondeada {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.borderlist {
    list-style-position:inside;
    border: 1px solid green;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/*2 Botones*/
.camein {
	width: 100%;
	min-width: 100%;
	display:block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.camein p {
	min-width:50%;
	background: rgba(250,250,250, 0.15);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	display:inline-block;
	border:1px solid rgba(250,250,250, 0.28);
}

.btn.btn-large {
    padding-bottom: 12px;
    padding-top: 13px;
}
	
.btn-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
	background-color: #d43f3a;
	border-color: #c9302c;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d9534f;
}

.btn-block-third {
	display: block;
	width: 40%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
		
i.or {
	float: left;
	display: block;
	width: 20%;
	padding-top: 10px;
	text-align:center;
	font-weight:600;
	color:#000;
}
			
hr.half {
	margin: 12px 0;
	border: 0;
	border-top: 1px solid #ECF0F1;
	border-bottom: 1px solid #ffffff;
}
			
.caja_consombra {
	padding-left: 10px;
	padding-top: 10px;
	background-color: #6CF;
	margin-bottom: 5px;
	border-bottom: #bdbfc1 solid 3px;
	border-radius: 10px;
}

/*Quotes*/
blockquote {
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	padding: 10px 10px 10px 60px;
	position: relative;
	z-index: 0;
	font-style: italic;
	font-size: 15px;
	color: #333;
	border-left: 5px solid #5CB85C;
	clear: both;
	margin: 30px 0;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
}

blockquote:before {
	position:absolute;
	content:open-quote;
	top:-10px;
	left:5px;
	font-size:100px;
	color:#DDD;
	z-index:-1;
	font-family:'Georgia', cursive;
}

blockquote cite {
	display:block;
	font-weight:300;
	font-size:12px;
	margin:5px 0 0;
	color:#F38A88;
}

/*Listas*/
.nmp {
	margin:0;
	padding:0;
}

ul.styled li {
	background:#F9F9F9;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
}

ul.styled li.active {
	border-right:2px solid #F28A88;
}

ul.square li {
	position:relative;
	list-style-type:none;
	padding-left:20px;
}

ul.square li:before {
	width:7px;
	height:7px;
	content:"";
	position:absolute;
	left:5px;
	top:8px;
	background:#777;
}

ul.square.pink li:before {
	background:#F38A88;
}

ul.square.blue li:before {
	background:#0087BA;
}

/* Conversacion */
.testimonials {
	margin-bottom: 10px;
}

.testimonials .testimonial-info {
	color: #72c02c;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px;
}

.testimonials .testimonial-info span {
	top: 3px;
	position: relative;
}

.testimonials .testimonial-info em {
	color: #777;
	display: block;
	font-size: 13px;
}

.testimonials .testimonial-info img {
	width: 60px;
	float: left;
	height: 60px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
	border-radius: 50% !important;	
}

.testimonials .testimonial-author {
	overflow: hidden;
}

.testimonials .carousel-arrow {
	top: -65px;
	position: relative;
}

.testimonials .carousel-arrow i {
	color: #777;
	font-size: 20px;
	padding: 2px 8px; 
	background: #fafafa;
}

.testimonials .carousel-arrow i:hover {
	color: #fff;
	background: #72c02c;
}

.testimonials .carousel-control {
	opacity: 1;
	width: 100%;
	text-align: right;
	text-shadow: none;
	position: absolute;
}

.testimonials .carousel-control.left {
	right: 27px;
	left: auto;
}
.testimonials .carousel-control.right {
	right: 0px;
}

.testimonials.testimonials-v1 .item p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	position: relative;
	background: #fafafa;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
	width: 0; 
	height: 0;
	left: 80px;
	content: " "; 
	bottom: -20px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v1 .item p:after {
	border-top: 22px solid #fafafa;	
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.testimonials.testimonials-v2 .testimonial-info {
	padding: 0 20px;
}

.testimonials.testimonials-v2 p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	background: #fafafa;
	padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
	top: -55px;	
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
	width: 0; 
	height: 0;
	left: 8%;
	content: " "; 
	bottom: 45px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v2 .item p:after {
	border-top: 20px solid #fafafa;	
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Paneles
------------------------------------*/
/*Panel Table*/
.panel .table {
    margin-bottom: 0;
}

/*Panel Blue*/
.panel-blue {
   border-color: #3498db;
}

.panel-blue > .panel-heading {
   color: #fff;
   background: #3498db;
}

/*Panel Red*/
.panel-red {
   border-color: #e74c3c;
}

.panel-red > .panel-heading {
   color: #fff;
   background: #e74c3c;
}

/*Panel Green*/
.panel-green {
   border-color: #2ecc71;
}

.panel-green > .panel-heading {
   color: #fff;
   background: #2ecc71;
}

/*Panel Sea*/
.panel-sea {
   border-color: #1abc9c;
}

.panel-sea > .panel-heading {
   color: #fff;
   background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
   border-color: #e67e22;
}

.panel-orange > .panel-heading {
   color: #fff;
   background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
    border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
    color: #fff;
    background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
   border-color: #95a5a6;
}

.panel-grey > .panel-heading {
   color: #fff;
   background: #95a5a6;
}

/*Servive Blocks*/
.servive-block .servive-block-in {
	padding: 10px 10px;
	margin-bottom: 10px;
	background: #fafafa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.servive-block .servive-block-in:hover {
	box-shadow: 0 0 8px #ddd;
}

.servive-block .servive-block-in h4 {
	line-height: 25px;
}

.servive-block .servive-block-in h4 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
	color: #72c02c;
}

.servive-block .servive-block-in i {
	color: #565656;
	font-size: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.servive-block .servive-block-red {
	background: #e74c3c;
}
.servive-block .servive-block-sea {
	background: #1abc9c;
}
.servive-block .servive-block-blue {
	background: #3498db;
}
.servive-block .servive-block-grey {
	background: #95a5a6;
}
.servive-block .servive-block-yellow {
	background: #f1c40f;
}
.servive-block .servive-block-orange {
	background: #e67e22;
}
.servive-block .servive-block-green {
	background: #2ecc71;
}

.servive-block .servive-block-colored i,
.servive-block .servive-block-colored p,
.servive-block .servive-block-colored h4,
.servive-block .servive-block-colored:hover i,
.servive-block .servive-block-colored:hover h4 {
	color: #fff;
}

.servive-block .servive-block-colored:hover {
	opacity: 0.8;
	box-shadow: none;
}

/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Tag Boxes
------------------------------------*/
.tag-box  {
	padding: 20px;
	margin-bottom: 30px;
}

.tag-box h2 {
	font-size: 20px;
	line-height: 25px;
}

.tag-box p {
	margin-bottom: 0;
}

/*Tag Boxes v1*/
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/
.tag-box-v2 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/
.tag-box-v3 {
	border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
	border: 2px dashed #5CB85C;
}

/*Tag Boxes v5*/
.tag-box-v5 {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.tag-box-v5 span {
	color: #555;
	font-size: 28px;
	margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
	background: #fafafa;
	border: solid 1px #eee; 
}

/*Tag Boxes v7*/
.tag-box-v7 {
	border: solid 1px #eee;
	border-bottom: solid 2px #72c02c;
}

.thumbnails2 {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails2:before,
.thumbnails2:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails2:after {
  clear: both;
}

.row-fluid .thumbnails2 {
  margin-left: 0;
}

.thumbnails2 > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail2 {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail2:hover,
a.thumbnail2:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail2 > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail2 .caption {
  padding: 9px;
  color: #555555;
}

	.thumbnail2{
		background-color: #FFF;
		display: block;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		overflow: hidden;
		box-shadow: rgb(153, 153, 153) 0px 1px 1px;
		-webkit-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
		-moz-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
		padding:0px;
		margin-bottom:30px;

		}
		
	.thumbnail2:hover{
		
	}
	 
	.thumbnail2 img{
		border-bottom:1px solid #dedede;
	}
	
	.news-thumb .caption{
	border-right:1px solid #dedede;
	padding-right:30px;
}

.thumbnail2 .img-wrap{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	height:180px;
}
.thumbnail2 .img-wrap img{
	
	width:100%;
	height:auto;
	display:block;
}

.thumbnail2 .demo-browser .caption {
position: absolute;
bottom: -110%;
transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
display:inline-block;
padding:5%;
width:90%;
background:rgba(250,250,250, 0.95);
filter: alpha(opacity=0);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;



}

.thumbnail2:hover .demo-browser .caption {
			bottom: 0%;
			filter: alpha(opacity=100);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
}

.lead {
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 24px;
		}
		
		.caja_cel {

background-color: #00CCFF;
border-radius: 3px;
padding: 3px;
color:#FFF;

}

.caja_simple {
	background-color: #EEE;
	border-radius: 5px;
	padding: 5px;
	margin: 0 auto;
	border: #CCC 1px dashed;
	

}

.a_imagen_der {

	float: right;

	margin: 10px 0px 10px 10px;

}

.a_imagen_izq {

	float: left;

	margin: 10px 10px 10px 0px;

}

/*Search Page v1
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.search-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fcfcfc;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.search-blocks p a {
	color: #72c02c;
}

.search-blocks .search-img li i {
	color: #78ccf8;
	font-size: 12px;
	margin-right: 5px;
}

.search-blocks .search-img img {
	display: block;
	margin: 5px 10px 10px 0;
}

.search-blocks h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}

.search-blocks ul.search-rating li {
	display: inline;
}

.search-blocks ul.search-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 16px;
}

.search-blocks ul.search-rating li i:hover {
	color: #f8be2c;
}

/*Search Block Colored*/
.search-blocks-colored p,
.search-blocks-colored h2 a,
.search-blocks-colored .search-img li,
.search-blocks-colored .search-img li i {
	color: #fff;
}

/*Search Red Block*/
.search-blocks-red {
	background: #e74c3c;
}

/*Search Blue Block*/
.search-blocks-blue {
	background: #3498db;
}

/*Search Grey Block*/
.search-blocks-grey {
	background: #2ea6a0;
}

/*Search Sea Block*/
.search-blocks-sea {
	background: #1abc9c;
}

/*Search Sea Border Top*/
.search-blocks-top-sea {
	border-top: solid 2px #1abc9c;
}

.search-blocks-top-sea:hover {
	border-top-color: #16a085;	
}

/*Search Yellow Border Top*/
.search-blocks-top-yellow {
	border-top: solid 2px #f1c40f;
}

.search-blocks-top-yellow:hover {
	border-top-color: #f39c12;
}

/*Search Orange Border Left*/
.search-blocks-left-orange {
	border-left: solid 2px #e67e22;
}

.search-blocks-left-orange:hover {
	border-left-color: #d35400;
}

/*Search Green Border Left*/
.search-blocks-left-green {
	border-left: solid 2px #2ea6a0;
}

.search-blocks-left-green:hover {
	border-left-color: #063e59;
}

/*Search Green Border Right*/
.search-blocks-right-green {
	border-right: solid 2px #063e59;
}

.search-blocks-right-green:hover {
	border-right-color: #5fb611;
}

.caja_naranja {
	background-color: #ed7d31;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_naranja {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #ed7d31 3px solid;
}

.caja_gris {
	background-color: #a5a5a5;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_gris {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #a5a5a5 3px solid;
}

.caja_amarillo {
	background-color: #ffc000;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_amarillo {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #ffc000 3px solid;
}

.caja_azul {
	background-color: #4473c5;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_azul {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #4473c5 3px solid;
}

.caja_verde {
	background-color: #70ad46;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_verde {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #70ad46 3px solid;
}

.caja_rojo {
	background-color: #ed3131;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #fff 1px solid;
	color:#FFF;
	text-align:center
}

.cajaborde_rojo {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	border: #ed3131 3px solid;
}

.btn-01 {
	background-color: #ffd75e;
	border-color: #ffd75e;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active {
	background-color: #ffc000;
	border-color: #ffc000;
}

.btn-02 {
	background-color: #dcf390;
	border-color: #dcf390;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active {
	background-color: #bef50c;
	border-color: #bef50c;
}

.btn-03 {
	background-color: #9ceb7c;
	border-color: #9ceb7c;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active {
	background-color: #53eb17;
	border-color: #53eb17;
}

.btn-04 {
	background-color: #75de89;
	border-color: #75de89;
}

.btn-04:hover,
.btn-04:focus,
.btn-04:active,
.btn-04.active {
	background-color: #23e148;
	border-color: #23e148;
}

.btn-05 {
	background-color: #8bd7bf;
	border-color: #8bd7bf;
}

.btn-05:hover,
.btn-05:focus,
.btn-05:active,
.btn-05.active {
	background-color: #2ed7a1;
	border-color: #2ed7a1;
}

.btn-06 {
	background-color: #95c5ce;
	border-color: #95c5ce;
}

.btn-06:hover,
.btn-06:focus,
.btn-06:active,
.btn-06.active {
	background-color: #39b6ce;
	border-color: #39b6ce;
}

.btn-07 {
	background-color: #899dc2;
	border-color: #899dc2;
}

.btn-07:hover,
.btn-07:focus,
.btn-07:active,
.btn-07.active {
	background-color: #4472c4;
	border-color: #4472c4;
}
