 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}
.ancla:before {
	display: block;
	content: " ";
	margin-top: -100px;
	height: 100px;
	visibility: hidden;
}

.textos_slider{
	position:absolute;
	z-index:999;
	top:350px;
	display: block;
	width:80%;
	left:50px;
}
.textos_slider h1{
	color:#fff;
}
.textos_slider .conocer_mas{
	height:100px;
}
.primer_bloque{
margin:100px auto;
}
.primer_bloque img{
	width:30%;
	margin: 5%35%;
}
.primer_bloque h1{
	text-align: center;
	font-size:2rem;
	line-height:2.5rem;
	display: block;
}
.primer_bloque h2{
	text-align: center;
	font-size:1.6rem;
	line-height:2rem;
	font-weight: normal;
	width:80%;
	margin:10%;
}
.titulos_tablas{
	 width:100%;
	 background:#3f3f3f;
	 color:#fff;
	 text-align:center;
	 font-size:1.5rem;
	 padding-bottom:20px;
	 margin-top:20px;
	 padding-top:20px;
}
.head_tablas{
	background:#999;
	color:#fff;
}
.head_tablas th{
	text-align:center;
	margin:auto;
	vertical-align:middle;
}
.ancla_tablas:before {
	display: block;
	content: " ";
	margin-top: -100px;
	height: 100px;
	visibility: hidden;
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
.breadcrumb_inicio:before {
	content: ">> ";
	font-size: 1.2rem;
	font-weight: lighter;
}
.breadcrumb_inicio a:hover, .breadcrumb_intermedio a:hover, .breadcrumb_ultimo a:hover {
	text-decoration: underline !important;
}
.breadcrumb_inicio {
	color: #666;
	font-weight: bold;
	font-size: 1.2rem;
}
.breadcrumb_intermedio {
	color: #3f3f3f;
	font-size: 1.2rem;
}
.breadcrumb_ultimo {
	color: #E34343;
	font-size: 1.3rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: inherit;
}
h1 {
	color: #252525;
	font-size: 3em;
	line-height: 50px;
}
h2 {
	color: #353535;
	font-size: 2em;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 0;
}
h3, h3 a {
	color: #454545;
}
p {
	color: #757575;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	color: #252525;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #ce3232;
	outline: none;
}

  ::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}

  ::-webkit-scrollbar-thumb {
 cursor: pointer;
 background: #000000;
}
.section-title {
	padding-bottom: 40px;
}
.section-title h2 {
	margin: 0;
}
.section-title h4 {
	color: #bfbdbd;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
.servicios_imagenes h4 {
	text-transform: lowercase;
}
.overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section {
	position: relative;
	padding: 100px 0;
}
#team, #producto, #testimonial, #testimonial2, #testimonial3, #testimonial4 {
	text-align: center;
}
.nosotros-image img, .team-thumb img {
	width: 100%;
}
#google-map iframe {
	border: 0;
	width: 100%;
	height: 390px;
}
/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

/*.section-btn {
	background: #ce3232;
	border-radius: 0;
	border: 0;
	color: #f9f9f9;
	font-size: inherit;
	font-weight: normal;
	padding: 10px 25px;
	transition: 0.5s 0.2s;
}*/
.section-btn {
	background: #ce3232;
	border-radius: 0;
	border: 0;
	color: #f9f9f9;
	font-size: inherit;
	font-weight: normal;
	transition: 0.5s 0.2s;
}
/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.spinner {
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
}
.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #575757;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}
 @-webkit-@keyframes spinner {
 to {
transform: rotate(360deg);
}
}
 @keyframes spinner {
 to {
transform: rotate(360deg);
}
}
/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
	border: none;
	margin-bottom: 0;
	padding: 25px 0;
}
.custom-navbar .navbar-brand {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.custom-navbar .navbar-brand span {
	color: #ce3232;
}
.top-nav-collapse {
	background: #ffffff;
}
.custom-navbar .navbar-nav.navbar-nav-first {
	margin-left: 8em;
}
.custom-navbar .navbar-nav.navbar-right li a {
	padding-right: 12px;
	padding-left: 12px;
}
.custom-navbar .navbar-nav.navbar-right .section-btn {
	display: inline-block;
	margin: 0.2em 0 0 1em;
}
.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
	background: #292929;
	color: #ffffff;
}
.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
	color: #ffffff;
}
.custom-navbar .navbar-nav.navbar-right .section-btn a {
	padding: 10px 25px;
}
.custom-navbar .nav .section-btn a:hover {
	color: #ffffff;
}
.section-btn a{
	color:#fff !important;
}
.section-btn a:hover{
	color:#fff !important;
}
.section-btn a:focus{
	color:#fff !important;
}
.custom-navbar .nav li a {
	font-size: 12px;
	font-weight: bold;
	/*color: #ffffff;*/
	padding-right: 22px;
	padding-left: 22px;
	text-transform: uppercase;
	/*text-shadow:1px 1px 2px #000;*/
}
.custom-navbar .nav li a:hover {
	background: transparent;
	color: #ce3232;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	color: #ce3232;
}

.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: red;
	border-color: transparent;
}
.top-nav-collapse {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}
.top-nav-collapse_negros {
	background: rgba(0,0,0,.7);
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}
.custom-navbar.top-nav-collapse {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}
.custom-navbar.top-nav-collapse_negros {
	background: rgba(0,0,0,.7);
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}
 @media(min-width:768px) {
.custom-navbar {
	border-bottom: 0;
	background: 0 0;
}



.top-nav-collapse .navbar-brand {
	color: #454545;
}
.top-nav-collapse .nav li a {
	color: #575757;
}
.top-nav-collapse .nav .section-btn a {
	color: #ffffff;
}
}


.alineacion{
	margin-top:15px;
	float:right;
	
}
 @media(max-width:768px) {
	.alineacion{

	float:none;
	
} 
 }
	

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
	padding: 0;
}
#home h1 {
	color: #ffffff;
	padding-bottom: 30px;
}
#home h3 {
	color: #f9f9f9;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
 @media (min-width: 768px) {
.slider .col-md-8 {
	padding-left: 0;
}
}
.slider .owl-dots {
	position: absolute;
	top: 50%;
	right: 2em;
	justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
	display: block;
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 7px 10px;
	border: 2px solid #d9d9d9;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ffffff;
	border-color: transparent;
}
.slider .caption {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	background-color: rgba(20, 20, 20, 0.2);
	height: 100%;
	color: #fff;
	cursor: e-resize;
	padding: 4em 0 0 2em;
}
.slider .item {
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	height: 550px;
	/*height: 100vh;*/
}
.slider .item2 {
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	height: 250px;
}
.slider .item2-first {
	background-image: url(../images/secciones.jpg);
	background-position: center;
}
.slider .item-first {
	background-image: url(../images/slider-image1.jpg);
}
.slider .item-second {
	background-image: url(../images/slider-image2.jpg);
}
.slider .item-third {
	background-image: url(../images/slider-image3.jpg);
}
.slider .item-first .section-btn {
	background: #ce3232;
	height: 100px;
}
.slider .item-second .section-btn {
	background: #ce3232;
	height: 100px;
}
.slider .item-second .section-btn:hover {
	background: #ffffff;
}
.slider .item-third .section-btn {
	background: #ce3232;
	height: 100px;
}
.slider .item-third .section-btn:hover, .slider .item-third .section-btn:focus {
	background: #ffffff;
}
/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#nosotros {
	padding-bottom: 0;
}
.nosotros-info {
	padding: 0 6em 5em 0;
}
.nosotros-info .section-title {
	padding-bottom: 20px;
}
.nosotros-image {
	position: absolute;
}
/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
	background: #f9f9f9;
}
.team-thumb {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.team-info {
	padding: 10px 30px 20px 30px;
}
.team-thumb .team-hover {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transform: translateY(100%);
	transition: 0.5s 0.2s;
}
.team-thumb:hover .team-hover {
	opacity: 0.95;
	transition-delay: 0.3s;
	transform: translateY(0);
}
.team-thumb img {
	transition: 0.5s 0.2s;
}
.team-thumb:hover img {
	transform: scale(1.2);
}
.team-thumb .social-icon li a {
	background: #292929;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #d9d9d9;
	font-size: 20px;
	margin: 15px 5px 0 5px;
}
.team-thumb .team-item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.team-item h4 {
	color: #ffffff;
}
.team-item a {
	color: #ffffff;
}
.team-info p {
	color: #3f3f3f;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	margin-top: 5px;


}
/*---------------------------------------
     MENU              
  -----------------------------------------*/

#producto {
	padding-bottom: 30;
}
#producto .container {
	width: 70%;
}
#producto .col-md-4 {
	margin: 0;
	padding: 0;
}
.menu-thumb img {
	width: 90%;
	transition: 0.5s;
	padding: 20px;
	border: 1px solid #dedede;
}
.menu-thumb:hover img {
	transform: scale(1.15);
}
#producto .menu-thumb {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 102%;
}
.menu-thumb .menu-info {
	position: absolute;
	top: 60%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding: 25px 30px;
	transition: 0.5s 0.2s;
}
.menu-info .menu-item {
	float: left;
}
.menu-info .menu-price {
	float: right;
}
.menu-info .menu-price span {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	display: block;
	margin-top: 10px;
}
.menu-thumb .menu-info h3, .menu-thumb .menu-info p, .menu-thumb .menu-info span {
	transform: translateY(100%);
	opacity: 0;
	display: block;
	transition: 0.5s 0.2s;
	color: #ffffff;
	z-index: 2;
	position: relative;
}
.menu-thumb .menu-info h3 {
	margin-top: 0;
}
.menu-thumb .menu-info p {
	color: #d9d9d9;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.menu-thumb:hover .menu-info h3, .menu-thumb:hover .menu-info p, .menu-thumb:hover .menu-info span {
	transform: translateY(0px);
	opacity: 1;
}
.menu-thumb:hover .menu-info {
	background: rgba(0, 0, 0, 0.8);
	width: 60%;
}
/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
	background: url('../images/testimonial-bg.jpg') center center no-repeat;
	background-size: cover;
}
#testimonial2 {
	background: url('../images/testimonial-bg2.jpg') center center no-repeat;
	background-size: cover;
}
#testimonial3 {
	background: url('../images/testimonial-bg3.jpg') center center no-repeat;
	background-size: cover;
}
#testimonial4 {
	background: url('../images/testimonial-bg4.jpg') center center no-repeat;
	background-size: cover;
}
#testimonial .owl-dots, #testimonial2 .owl-dots, #testimonial3 .owl-dots, #testimonial4 .owl-dots {
	position: relative;
	top: 0;
	right: 0;
	justify-content: center;
}
#testimonial .owl-theme .owl-dots .owl-dot, #testimonial .owl-theme .owl-dots .owl-dot span, #testimonial2 .owl-theme .owl-dots .owl-dot, #testimonial2 .owl-theme .owl-dots .owl-dot span, #testimonial3 .owl-theme .owl-dots .owl-dot, #testimonial3 .owl-theme .owl-dots .owl-dot span, #testimonial4 .owl-theme .owl-dots .owl-dot, #testimonial4 .owl-theme .owl-dots .owl-dot span {
	display: inline-block;
}
#testimonial .owl-theme .owl-dots .owl-dot span, #testimonial2 .owl-theme .owl-dots .owl-dot span, #testimonial3 .owl-theme .owl-dots .owl-dot span, #testimonial4 .owl-theme .owl-dots .owl-dot span {
	margin: 20px 5px;
}
#testimonial h2, #testimonial2 h2, #testimonial3 h2, #testimonial4 h2 {
	color: #ffffff !important;
	text-shadow: 2px 2px 3px #000;
}
#testimonial p, #testimonial2 p, #testimonial3 p, #testimonial4 p, .tst-author h4, .tst-author span {
	display: inline;
}
#testimonial p, #testimonial2 p, #testimonial3 p, #testimonial4 p {
	color: #d9d9d9;
	font-size: 20px;
	line-height: 35px;
}
.tst-author {
	margin-top: 20px;
}
.tst-author h4, .tst-author span {
	color: #b2b2b2;
}
.tst-author span {
	margin-left: 5px;
}
/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contacto .section-title {
	padding-bottom: 0;
}
#contacto .text-success, #contacto .text-danger {
	display: none;
}
#contacto .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	transition: all ease-in-out 0.4s;
}
#contacto .form-control:hover, #contacto .form-control:focus {
	border-bottom-color: #c9c9c9;
}
#contacto input {
	height: 55px;
}
#contacto button#cf-submit {
	background: #ce3232;
	border-radius: 0;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	height: 50px;
}
#contacto button#cf-submit:hover {
	background: #292929;
	color: #ffffff;
}
/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 30px 0;
}
footer .section-title {
	padding-bottom: 10px;
}
footer h2 {
	font-size: 20px;
}
footer a, footer p {
	color: #909090;
}
footer strong {
	color: #d9d9d9;
}
footer address p {
	margin-bottom: 0;
}
.footer-info, footer .social-icon {
	margin-top: 20px;
}
/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
}
.social-icon li a {
	border-radius: 100px;
	color: #ce3232;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.social-icon li a:hover {
	background: #ce3232;
	color: #ffffff;
}



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
.custom-navbar .navbar-nav.navbar-nav-first {
	margin-left: inherit;
}
}
 @media only screen and (max-width: 1200px) {
.nosotros-info {
	padding-right: 0;
}
.nosotros-image {
	position: relative;
}
}
 @media only screen and (max-width: 992px) {
section {
	padding: 60px 0;
}
.custom-navbar .section-btn {
	margin-left: 1em;
}
.slider .item {
	background-position: center;
}
.nosotros-info {
	padding: 0;
}
.team-info {
	margin-bottom: 50px;
}
#producto .menu-thumb {
	width: 103%;
}
#testimonial, #testimonial2, #testimonial3, #testimonial4 {
	background-position: 50% 0 !important;
}
#google-map, .footer-info {
	margin-bottom: 50px;
}
}
.textos_menu_blancos{
color: #fff !important;
}
.textos_menu_negros{
	color: #575757 !important;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.custom-navbar .nav li a {
	padding-right: 10px;
	padding-left: 10px;
}
}
 @media only screen and (max-width: 767px) {
h1 {
	font-size: 2.5em;
}
h1, h2, h3 {
	line-height: normal;
}
.custom-navbar {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	text-align: center;
}
.custom-navbar .nav li a {
	line-height: normal;
	padding: 10px;
}
.custom-navbar .navbar-brand, .top-nav-collapse .navbar-brand {
/*	color: #252525;*/
	font-weight: 600;
}
.custom-navbar .nav li a, .top-nav-collapse .nav li a {
/*	color: #575757;*/
}
.custom-navbar .navbar-nav.navbar-right li {
	display: inline-block;
}
.custom-navbar .navbar-nav.navbar-right .section-btn {
	display: block !important;
	width: 50%;
	margin: 10px auto 10px auto;
	padding: 10px;
}
.custom-navbar .section-btn a {
	color: #ffffff !important;
}
.slider .caption {
	padding: 0;
}

.menu-thumb .menu-info {
	top: 80%;
}
footer {
	padding: 60px 0;
	padding-bottom: 60px;
}
.footer-open-hour {
	right: 0;
	bottom: 0;
	margin-top: 30px;
}
}
 @media only screen and (max-width: 580px) {
	h1 {
	font-size: 2.1em;
	}
	h2 {
	font-size: 1.8em;
	}
	.menu-thumb .menu-info {
	top: 60%;
	}
}
.seguir {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 5px 5px 5px 0px;
}
.seguir img {
	width: 8%;
	margin-right: 3px;
}
.navbar-fixed-top {
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	/*background:rgba(255, 255, 255, .4);*/
	/*background:rgba(0,0,0,.7);*/
	padding:12px 0px;
}
.bajar {
	position: absolute;
	text-align: center;
	bottom: -50px;
	font-size: 3rem;
	z-index: 999;
	margin-left: 40%;
	padding: 10px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, .2);
	border-top: 2px solid #ccc;
}
.derechos_reservados {
	background: #1e1e1e;
	color: #fff;
	text-align: center !important;
}
.servicios_imagenes img {
	padding: 10px;
	/*border: 1px solid #DEDEDE;
	border-bottom: 2px solid #dedede;
	border-radius: 10px;*/
}
#masthead {
	min-height: 270px;
	background-color: #000044;
	color: #aaaacc;
}
#masthead h1 {
	font-size: 55px;
	line-height: 1;
}
#masthead .well {
	margin-top: 13%;
	background-color: #111155;
	border-color: #000033;
}
.icon-bar {
	background-color: #fff;
}
 @media screen and (min-width: 768px) {
#masthead h1 {
	font-size: 100px;
}
}
.navbar-bright {
	background-color: #111155;
	color: #fff;
}
.navbar-bright a, #masthead a, #masthead .lead {
	color: #aaaacc;
}
.navbar-bright li > a:hover {
	background-color: #000033;
}
.affix-top, .affix {
	position: static;
}
 @media (min-width: 979px) {
#sidebar.affix-top {
	position: static;
	margin-top: 100px;
	width: 228px;
}
#sidebar.affix-bottom {
	position: relative;
}
#sidebar.affix {
	position: fixed;
	top: 160px;
	width: 228px;
}
}
#sidebar li.active {
	border: 0 #eee solid;
	border-right-width: 4px;
}
#sidebar li li.active {
	border: 0 #ccc solid;
	border-right-width: 3px;
}
#mainCol h2 {
	padding-top: 255px;
	margin-top: -255px;
}
.lista ul {
	font-size: 1.7rem;
	font-weight: bold;
}
.lista h2:before{
	
}
.lista li {
	list-style: none;
	font-weight:lighter;
}
.lista li:before {
	content: ">> ";
	color: #ccc;
	font-weight:lighter;
}
.sliders{
    text-shadow: 2px 2px 3px #000;
}
.subtitulos{
	color: #999 !important;
	font-size: 1.4rem !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
.h3_servicios h3{
	text-align:center !important;
}
.h3_servicios img{
	width:60%;
	text-align:center;
	margin:auto;
}
/*SELECCIONES HC*/
#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px; /* to change font-size, please change instead .lbl */
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left ul.nav ul {
    padding-left: 0;
    width: auto;
}
#left ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}
#left ul.nav ul.children li{
    margin-left: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: #999!important;
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff!important;
}

/* parent item */
.conceptos h2{
font-size:2rem;
}
.conceptos i{
font-size:2rem;
}
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}
#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}    
#left ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    
}

/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-left: 5px;    
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;  
}

/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 5px 8px;
    background-color: #fff;
    color:#3f3f3f;
}
#left ul.nav li.parent>a>.sign{
    margin-left: 0px;
    background-color: #fff;
    color:#3f3f3f;
}

/* label */
#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}
#left ul.nav li.current>a>.lbl {
    color: #fff;
}
#left ul.nav  li a .lbl{
    font-size: 12px;
}

/* THEMATIQUE
------------------------- */
/* theme 1 */
#left ul.nav>li.item.parent>a {
    border: solid 1px #3f3f3f;
}
#left ul.nav>li.item.parent>a>.sign,
#left ul.nav>li.item li.parent>a>.sign{
    margin-left: 0px;
     background-color: #fff;
    color:#3f3f3f;
}
#left ul.nav>li.item .lbl {
    color: #3f3f3f;
	font-weight: normal;
	font-size:1.5rem;
}
#left ul.nav>li.item li.current>a .lbl {
    background-color: #ff6307;
    color: #fff!important;
}
.subtema{
	color: #3f3f3f;
	font-weight: bolder;
	font-size:1.5rem;
}
.con_sombra{
	text-shadow:1px 1px 2px #000;
}

