﻿@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
@import url("fl-real-estate-3.css");
@import url("linecons.css");
@import "animate.css";

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular.woff2') format('woff2'),
         url('../fonts/proximanova-regular.woff') format('woff'),
         url('../fonts/proximanova-regular.ttf') format('truetype'),
         url('../fonts/proximanova-regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}

a img{
	border:none;
	text-decoration:none;
}

.clear{
	clear:both;
	width:100%;
	height:10px;
}
.mg-add {
  margin-top: -5px;
}
.p__mod {
  font-size: 15px;
  line-height: 20px;
}
* + .row {
  margin-top: 0px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
* + h4 {
  margin-top: 20px;
}
* + p {
  margin-top: 5px;
  text-align:justify;
}
* + .btn {
  margin-top: 40px;
}
* + .offs {
  margin-top: 10px;
}
h2 + img {
  margin-top: 50px;
}
h2 + .block {
  margin-top: 41px;
}
h2 + h6 {
  margin-top: 44px;
}
* + .p__mod {
  margin-top: 12px;
}
h2 + blockquote {
  margin-top: 40px;
}
* + .offs2 {
  margin-top: 40px;
}
.row + .offs2 {
  margin-top: 40px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 130px;
}
.block-icon + .block-icon {
  margin-top: 66px;
}
.block-icon .icon {
  position: absolute;
  font-size: 56px;
  color: #fff;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333333;
  left: 0;
  top: -5px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon p {
  font-size: 15px;
  line-height: 20px;
}
.block-icon * + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon__mod {
  padding-left: 110px;
}
.block-icon__mod .icon {
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 50px;
  top: 0;
}
.block-icon:hover .icon {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*==================   Copyright     ====================*/
.rights {
  font-size: 15px;
  margin-top: 8px;
}
/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 370px;
}
.contact-info address {
  color: #ffffff;
  line-height: 20px;
}
.contact-info address + dl {
  margin-top: 18px;
}
.contact-info dl {
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 40px;
}
.contact-info dl dt,
.contact-info dl dd {
  line-height: 20px;
}
.contact-info dt + dd {
  margin-top: 0;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl dt,
.contact-info dl + dl dd {
  margin-top: 0;
  float: none;
  display: inline-block;
}
.contact-info dl + dl dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl dt,
.contact-info dl + dl dd {
  line-height: 20px;
}
.contact-info dl + dl dd {
  margin-left: 4px;
}
.contact-info dl + dl a[href^="mailto:"] {
  color: #479ed4;
  text-decoration: underline;
}
.contact-info dl + dl a[href^="mailto:"]:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================  Marked List  ======================*/
* + .marked-list {
  margin-top: 28px;
}
.marked-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #479ed4;
}
.marked-list li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================       Block       ===================*/
.block time {
  display: block;
  font-size: 19px;
  color: #479ed4;
}
.block + .block {
  margin-top: 25px;
}
.block * + p {
  margin-top: 10px;
}
.block * + h6 {
  margin-top: 7px;
}
.block p {
  font-size: 15px;
  line-height: 20px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
* + .index-list {
  margin-top: 46px;
}
.index-list li {
  position: relative;
  padding-left: 112px;
}
.index-list li:before {
  content: counter(li, decimal) '.';
  counter-increment: li;
  width: 91px;
  height: 91px;
  line-height: 91px;
  background: #25292e;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li + li {
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*==================    Address  ========================*/
* + .address {
  margin-top: 45px;
}
.address p a {
  display: inline-block;
}
.address * + address {
  margin-top: 8px;
}
.address p + p.h4 {
  margin-top: 30px;
}
.address * + .phone {
  margin-top: 25px;
  margin-bottom: 18px;
}
.term-list dd {
  margin-left: 0;
}
.term-list * + dt {
  margin-top: 27px;
}
.term-list dt + * {
  margin-top: 12px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  color: #479ed4;
  margin-top: 25px;
}
.term-list a[href^="mailto:"]:hover {
  color: #25292e;
}
* + .term-list {
  margin-top: 40px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: relative;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .stuck_container {

}

.img-header{
	float:left;
	margin-right:20px;
}

.txt-header{
	padding-top:20px;
}

@media (max-width: 767px) {
	.img-header{
		float:none;
		margin-right:0px;
		margin-bottom:10px;
		text-align:center;
		width:100%;
	}
	
	.txt-header{
		width:100%;
		padding-top:0px;
		text-align:center;
	}
	
	.m_b_0{
		margin:0 !important;	
	}
	article img{
		margin:0 auto;
	}
}

	
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-nav {
    float: none;
    display: inline-block;
  }
  header .camera_container + .stuck_container {
    top: 0;
  }
}
.header__mod {
  height: 172px;
  background: url("../images/slide-1.jpg") center top no-repeat;
  background-size: cover;
  z-index: 99;
}
.header__mod:before {
  content: "";
  display: block;
  background: url("../images/bg-img.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.header__mod .overlay {
  position: relative;
}
.header__mod .overlay:before,
.header__mod .overlay:after {
  content: "";
  position: absolute;
  width: 683px;
  height: 172px;
  display: block;
  -moz-transform: scale(1) skewX(33deg);
  -ms-transform: scale(1) skewX(33deg);
  -o-transform: scale(1) skewX(33deg);
  -webkit-transform: scale(1) skewX(33deg);
  transform: scale(1) skewX(33deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
}
.header__mod .overlay:before {
  left: -114px;
  background: rgba(71, 158, 215, 0.45);
  z-index: 2;
}
.header__mod .overlay:after {
  width: 1000px;
  left: -266px;
  background: rgba(71, 158, 215, 0.35);
  z-index: 1;
}
@media (max-width: 767px) {
  .header__mod .overlay {
    display: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 91px;
}
.page404 .mg-add {
  margin-top: 20px;
}
.page404 * + p {
  margin-top: 30px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e5e5e5;
  color: #666;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: 'proxima_nova_rgregular';
  font-size:14px;
}

footer a{
	color:#666;
}

footer h5 {
  color: #ffffff;
  text-transform: capitalize;
}
footer h5 + * {
  margin-top: 30px;
}
footer ul li {
  font-size: 15px;
}
footer ul li + li {
  margin-top: 12px;
}
footer .navbar-brand {
  color: #fff;
  font-size: 23px;
  line-height: 14px;
  padding-left: 48px;
}
footer .navbar-brand:before {
  font-size: 28px;
  top: 8px;
}
footer .navbar-brand .navbar-slogan {
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
footer .inline-list {
  margin-top: 15px;
}
footer .inline-list li {
  display: inline-block;
  background: #479ed4;
  width: 79px;
  height: 79px;
  line-height: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .inline-list li:hover {
  background: #141414;
}
footer .inline-list li a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  footer .inline-list li {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
footer .inline-list li + li {
  margin-left: 12px;
}

#panel{
	display:none;
}

input[type='text']{
	width:100%;
	margin-bottom:15px;
	padding:3px;
}

textarea{
	width:100%;
	margin-bottom:15px;
	resize:none;
	height:140px;
	padding:3px;
}

input[type='submit']{
	padding:6px 9px;
	background:#429DD6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
	border:none;
	float:right;
	width:90px;
	text-align:center;
}

.center7672{
	text-align:center;
}

.rs{
	width:160px;
	float:right;
	margin-top:8px;
}

.rs .rs-facebook a{
	background:url(../images/facebook.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	display:block;
	float:left;
}

.rs .rs-facebook a:hover{
	background-position: 0 -30px;
}

.rs .rs-twitter a{
	background:url(../images/twitter.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:10px;
}

.rs .rs-twitter a:hover{
	background-position: 0 -30px;
}

.rs .rs-youtube a{
	background:url(../images/youtube.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:10px;
}

.rs .rs-youtube a:hover{
	background-position: 0 -30px;
}

.rs .rs-soundcloud a{
	background:url(../images/soundcloud.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:10px;
}

.rs .rs-soundcloud  a:hover{
	background-position: 0 -30px;
}

@media (max-width: 767px) {
	.rs{
		width:160px;
		float:none;
		margin:28px auto 0;
	}
}


.m_b_0{
	margin-bottom:0 !important;
}

#ribbon{height:10px;background-color:#d13636;background-color:rgba(221,60,77,.95);background-image:-webkit-gradient(linear,0 50%,100% 50%,color-stop(0,#e75239),color-stop(12.5%,#e75239),color-stop(12.5%,#ff961c),color-stop(25%,#ff961c),color-stop(25%,#ffcc27),color-stop(37.5%,#ffcc27),color-stop(37.5%,#fce62f),color-stop(50%,#fce62f),color-stop(50%,#cde35b),color-stop(62.5%,#cde35b),color-stop(62.5%,#82cc33),color-stop(75%,#82cc33),color-stop(75%,#41bece),color-stop(87.5%,#41bece),color-stop(87.5%,#049cdb),color-stop(100%,#049cdb));background-image:-webkit-linear-gradient(left,#e75239 0,#e75239 12.5%,#ff961c 12.5%,#ff961c 25%,#ffcc27 25%,#ffcc27 37.5%,#fce62f 37.5%,#fce62f 50%,#cde35b 50%,#cde35b 62.5%,#82cc33 62.5%,#82cc33 75%,#41bece 75%,#41bece 87.5%,#049cdb 87.5%,#049cdb 100%);background-image:-moz-linear-gradient(left,#e75239 0,#e75239 12.5%,#ff961c 12.5%,#ff961c 25%,#ffcc27 25%,#ffcc27 37.5%,#fce62f 37.5%,#fce62f 50%,#cde35b 50%,#cde35b 62.5%,#82cc33 62.5%,#82cc33 75%,#41bece 75%,#41bece 87.5%,#049cdb 87.5%,#049cdb 100%);background-image:-o-linear-gradient(left,#e75239 0,#e75239 12.5%,#ff961c 12.5%,#ff961c 25%,#ffcc27 25%,#ffcc27 37.5%,#fce62f 37.5%,#fce62f 50%,#cde35b 50%,#cde35b 62.5%,#82cc33 62.5%,#82cc33 75%,#41bece 75%,#41bece 87.5%,#049cdb 87.5%,#049cdb 100%);background-image:linear-gradient(left,#e75239 0,#e75239 12.5%,#ff961c 12.5%,#ff961c 25%,#ffcc27 25%,#ffcc27 37.5%,#fce62f 37.5%,#fce62f 50%,#cde35b 50%,#cde35b 62.5%,#82cc33 62.5%,#82cc33 75%,#41bece 75%,#41bece 87.5%,#049cdb 87.5%,#049cdb 100%);background-position:50% 0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.0625) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.0625) inset;box-shadow:0 1px 2px rgba(0,0,0,.0625) inset}

.informes{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
	padding:15px 15px 0;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.informes .encabezado{
	font-size:22px;
	font-family: 'proxima_nova_rgregular';
	color:#666;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.informes .elementos{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
}

.inf-mail{
	color:#EA4F25;
	margin-top:-3px;
	text-align:center;
	display:block;
	float:left;
	width:20px;
	height:25px;
	margin-right:15px;
}

.inf-call{
	color:#009AE1;
	margin-top:-3px;
	display:block;
	float:left;
	width:20px;
	height:25px;
	margin-right:15px;
	text-align:center;
}

.inf-time{
	color:#FF0000;
	margin-top:-3px;
	display:block;
	float:left;
	width:20px;
	height:25px;
	margin-right:15px;
	text-align:center;
}

.inf-pin{
	color:#7ED000;
	margin-top:-3px;
	display:block;
	float:left;
	width:20px;
	min-height:50px;
	margin-right:15px;
	text-align:center;
}

.inf-line{
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.inf-rs{
	width:25%;
	float:left;
	text-align:center;
}

.inf-facebook a{
	color:#306199;
}
.inf-twitter a{
	color:#26c4f1;
}
.inf-youtube a{
	color:#bb0000;
}
.inf-soundcloud a{
	color:#ff3a00;
}
.clear_10{
	clear:both;
	width:100%;
	height:10px;
}

* + .inline-list2 {
  margin-top: 45px;
}
.inline-list2:before,
.inline-list2:after {
  content: " ";
  display: table;
}
.inline-list2:after {
  clear: both;
}
.inline-list2:before,
.inline-list2:after {
  content: " ";
  display: table;
}
.inline-list2:after {
  clear: both;
}
.inline-list2:before,
.inline-list2:after {
  content: " ";
  display: table;
}
.inline-list2:after {
  clear: both;
}
.inline-list2:before,
.inline-list2:after {
  content: " ";
  display: table;
}
.inline-list2:after {
  clear: both;
}
.inline-list2 > li {
  width: 100%;
  float: left;
  position: relative;
  color: #443f43;
  text-align: center;
}
.inline-list2 > li h1,
.inline-list2 > li h2,
.inline-list2 > li h3,
.inline-list2 > li h4,
.inline-list2 > li h5,
.inline-list2 > li h6,

.inline-list2 > li .social-list {

}
.inline-list2 > li h4 {
  font-size: 27px;
  letter-spacing: 0.4px;
  color:#41bece;
}
.inline-list2 > li p {
  line-height: 18px;
  width:90%;
  text-align: justify;
  margin:20px auto 10px; 
}
inline-list2 > li {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  .inline-list2 > li + li {
    margin-top: 25px;
  }
  .inline-list2 > li img {
    position: static;
    float: none;
   
  }
  .inline-list2 > li .inline-list_cnt {
    float: none;
    width: 100%;
	background:#ECECFB;
	padding:10px 0;

  }
  
  .inline-list2 > li .inline-list_cnt:hover {
	  background: #eee;
  }
  
  .inline-list2 > li .inline-list_cnt:before {
    top: -9px;
    left: 50%;
    
    margin-left: -10px;
  }
.inline-list2 > li * + h4 {
  margin-top: 19px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
   
    padding: 0;
   
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ECECFB;

    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
	 box-sizing: content-box !important; 
}

.rounded-list a:hover{
    background: #eee;
	box-sizing: content-box  !important; 
	color:#333;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #80ce1f;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
	box-sizing: content-box  !important;
	color:#FFFFFF;
}


.rounded-list1 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ECECFB;

    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
	 box-sizing: content-box !important; 
}

.rounded-list1 a:hover{
    background: #eee;
	box-sizing: content-box  !important; 
	color:#333;
}

.rounded-list1 a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list1 a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #009bde;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
	box-sizing: content-box  !important;
	color:#FFFFFF;
}


.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ececfb ;
    color: #333;
    text-decoration: none;
    transition: all .3s ease-out; 
	box-sizing: content-box  !important;  
}

.rectangle-list a:hover{
    background: #eee;
	box-sizing: content-box  !important; 
	color:#333;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #009bde;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	box-sizing: content-box  !important;
	color:#fff;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;  
	box-sizing: content-box  !important;             
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #009bde;  
	box-sizing: content-box  !important; 
}

.dirigidoa{
	clear:both;
	width:100%;
	height:90px;
}
.dirigidob{
	clear:both;
	width:100%;
	height:5px;
}
.dirigidoc{
	clear:both;
	width:100%;
	height:55px;
}
.dirigidod{
	clear:both;
	width:100%;
	height:55px;
}
.dirigidoe{
	clear:both;
	width:100%;
	height:30px;
}




@media (max-width: 767px) {
	.dirigidoa{
		height:0px;
	}
	
	.dire{
		margin-top:0;
	}
}

td, th {
  width: 4rem;
  height: 2rem;
  border: 1px solid #ccc;
  text-align: center;
}

th {
  background: #009bde;
  border-color: white;
  color:#fff;
  font-weight:normal;
  font-size:15px;
}

td{
	font-size:13px;
}

table{
	margin-top:20px;
}

.back-tem{
	background:url(../images/back.jpg) repeat-y center !important;
}

.tem-modulo{
	background:#ECECFB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:85%;
	text-align:center;
	margin:15px auto;
	font-weight:bold;
	color:#b564ca;
	padding:10px 0;
	font-size:25px;
}

.tem-modulo span{
	font-size:17px;
	line-height:20px;
}

.cnt-50{
	width:100%;
	float:left;
}

.back-rojo-d{
	background:#E11619;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-rojo-d1{
	background:#E11619 ;
	height:34px;
	width:15px;
}

.back-rojo-i{
	background:#E11619 ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

.rec-tem-i{
	background:#ececfb;
	padding:15px;
	width:100%;
	height:100px;
	float:left;
	text-align:justify;;
}

.rec-tem-d{
	background:#ececfb;
	padding:15px;
	width:93%;
	float:right;
	height:185px;
	text-align:justify;
}

.clear_25{
	width:100%;
	height:25px;
	clear:both;
}

.back-nr-d{
	background:#ff9700;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-nr-i{
	background:#ff9700 ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

.back-vr-d{
	background:#80ce1f ;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-vr-i{
	background:#80ce1f  ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

.back-az-d{
	background:#38becf;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-az-i{
	background:#38becf  ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

.back-az1-d{
	background:#009bde;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-az1-i{
	background:#009bde  ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

.back-l-d{
	background:#ccdd54;
	width:100%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	float:left;
}

.back-l-i{
	background:#ccdd54  ;
	width:93%;
	margin-left:4%;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	float:right;
}

figure{
    float: right;
    margin-right: 0;
}


figure{
    max-width: 100%;
}

.center{
    text-align: center;
}
.justify{
	text-align:justify;
}

.back1_c{
    background: url(../images/competencias.png) left bottom no-repeat ;
    width: 100%;
    height: 100%;
    
}

.compe-list{
    margin-bottom: 25px;
}
.circle{
    background: #009bde none repeat scroll 0 0;
    border-radius: 2em;
    color: #ffffff;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    padding: 7px 10px;
    margin-right: 8px;
}

.circle-red{
    background: #e11619;
    padding: 7px 12px;
}

.circle-orange{
    background: #ff9700;
}

.circle-green{
    background: #80ce1f;
}

.circle-purple{
    background: #b564ca;
}

.circle-blue{
    background: #009bde;
}

.circle-cian{
    background: #41bece;
}

.m_t_0{
    margin-top: 0px !important;
}

.m_b_0{
    margin-bottom: 0px;
}

.z-container .z-content:nth-child(1){
    border-bottom: 10px solid #e11619;
    border-top: 10px solid #e11619;
}

.z-container .z-content:nth-child(2){
    border-bottom: 10px solid #FF9700;
    border-top: 10px solid #FF9700;
}

.z-container .z-content:nth-child(3){
    border-bottom: 10px solid #80ce1f;
    border-top: 10px solid #80ce1f;
}

.z-container .z-content:nth-child(4){
    border-bottom: 10px solid #b564ca;
    border-top: 10px solid #b564ca;
}

.z-container .z-content:nth-child(5){
    border-bottom: 10px solid #009bde;
    border-top: 10px solid #009bde;
}

.z-container .z-content:nth-child(6){
    border-bottom: 10px solid #41bece;
    border-top: 10px solid #41bece;
}

.rec-tem{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
	padding:15px;
	background:#eee;
}

.rec-tem span{
	font-size:24px;
	
}

.rec-tem p{
	text-align:center;
	margin-top:10px;
}

.rec-tem p a{
	text-decoration:underline;
	color:#0000CC;
}

.rec1{
    border:3px solid #e11619;
}

.rec2{
    border:3px solid #ff9700;
}

.rec3{
    border:3px solid #80ce1f;
}

.rec4{
    border:3px solid #b564ca;
}

.rec5{
    border:3px solid #009bde;
}

.rec6{
    border:3px solid #41bece;
}

.tab-metodologia{
	width: 130px;
	height:146px;
	display:block;
	max-width:100%;
}

.metodologia1{
	background:url(../images/metodologia1.png) no-repeat;
	width: 130px;
	height:146px;
	display:block;
	background-size:cover;
	max-width:100%;
	min-width:100px;
}
.metodologia2{
	background:url(../images/metodologia2.png) no-repeat;
	width: 130px;
	height:146px;
	display:block;
	background-size:cover;
	max-width:100%;
	min-width:100px;
}
.metodologia3{
	background:url(../images/metodologia3.png) no-repeat;
	width: 130px;
	height:146px;
	display:block;
	background-size:cover;
	max-width:100%;
	min-width:100px;
}

.tab-current .metodologia1, .tab-current .metodologia2, .tab-current .metodologia3{
	background-position: 0  -146px;
}

.tab-docente{
	width: 115px;
	display:block;
	max-width:100%;
	padding:0 0.7em !important;
}

.tab-docente img{
	margin-top:7px;
}

.tab-docente span{
	font-size:14px;
	margin-bottom:4px;
}

.metodologia1{
	background:url(../images/metodologia1.png) no-repeat;
	width: 130px;
	height:146px;
	display:block;
	background-size:cover;
	max-width:100%;
	min-width:100px;
}

@media (max-width: 1200px) {
	.tab-docente{
		width: 100px !important;
	}
}
@media (max-width: 767px) {
	.tab-metodologia{
		width: 93px;
		height: 112px;
		display:block;
		max-width:100%;
	}
	
	.tab-docente{
		width: 85px !important;
		padding:0  5px!important;
	}
	
	.metodologia1{
		background:url(../images/metodologia1.png) no-repeat;
		width: 100px;
		height: 112px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:100px;
	}
	.metodologia2{
		background:url(../images/metodologia2.png) no-repeat;
		width: 100px;
		height: 112px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:100px;
	}
	.metodologia3{
		background:url(../images/metodologia3.png) no-repeat;
		width: 100px;
		height: 112px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:100px;
	}
	
	.tab-current .metodologia1, .tab-current .metodologia2, .tab-current .metodologia3{
		background-position: 0  -112px;
	}
}


@media (max-width: 580px) {
	.tab-metodologia{
		width: 70px;
		height: 79px;
		display:block;
		max-width:100%;
	}
	.tab-competencia{
		width: 70px;
		height: 79px;
		display:block;
		max-width:100%;
	}

	
	.tab-docente{
		width: 60px !important;
		display:block;
		max-width:100%;
		padding:0  5px!important;
	}
	
	
	.back_no,
	.tab-current .back_no{
		background:none !important;
	}
	
	.metodologia1{
		background:url(../images/metodologia1.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}
	.metodologia2{
		background:url(../images/metodologia2.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}
	.metodologia3{
		background:url(../images/metodologia3.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}
	
	.competencia1{
		background:url(../images/metodologia1.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}
	.competencia2{
		background:url(../images/metodologia2.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}
	.competencia3{
		background:url(../images/metodologia3.png) no-repeat;
		width: 70px;
		height: 79px;
		display:block;
		background-size:cover;
		max-width:100%;
		min-width:70px;
	}

	.tab-current .metodologia1, .tab-current .metodologia2, .tab-current .metodologia3{
		background-position: 0  -79px !important;
	}
	.tab-current .competencia1, .tab-current .competencia2, .tab-current .competencia3{
		background-position: 0  -79px !important;
	}

}

@media (max-width: 380px) {
	.tab-docente{
		width: 50px !important;
	}
}

.bullet li{
	list-style: disc;
	margin-left:23px;
}

.bullet li ul li {
	margin-left:35px;
	list-style: url(../images/check.jpg);
}

.bullet-conte li{
	list-style: disc;
	margin-left:23px;
}

.bullet-conte li ul li {
	margin-left:35px;
}

.clear_1{
	clear:both;
	width:100%;
}

.clear_15{
	clear:both;
	width:100%;
	height:23px;
}

.btn-diptico{
	background:#0a4074;
	width:120px;
	color:#FFFFFF;
	margin:0 auto;
	padding:3px 0px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:13px;
}

.btn-diptico a:hover{
	color:#FFFFFF;
}

.migas{
	font-size:18px;
	margin-bottom:25px;
	margin-top:15px;
	color:#0a4074;
}

.migas a{
	color:#e11619;
}

.migas a:hover{
	text-decoration:underline;
}