/* 
 Guias
/* 
============================================================================================*/

.tab-pane {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
    border-top: none;
}

.nav-tabs {
    border: 1px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #0072CE;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
}

.responsive-tabs-container .accordion-link {
    background-color: #0072CE !important;
    border-radius: 3px 3px 0 0 !important;
    color: #fff !important;
}

.responsive-tabs-container .accordion-link {
    margin-bottom: 0 !important;
}

.guide-content {
    margin: 30px 0;
}

.guide-content h2{
	font-size: 24px;
	padding: 0 0 20px 0px;
	font-weight: bold;
}

.guide-content h3{
	font-size: 18px;
	font-weight: normal;
	padding: 25px 0px; 
	font-weight: bold;
}

.guide-content h4{
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0px; 
    font-weight: bold;
    font-family: Arial;
}

.container  .guide-content p{
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 20px 0; 
}
.tab-content ul,
.coberture ul{
padding: 0 0 15px 15px;
}
.tab-content li,
.accordion-body li,
.coberture li{ 
	position: relative;
	padding-bottom: 10px;
	font-size: 13px;
}
.tab-content li:before,
.accordion-body li:before,
.coberture li:before{ 
	content: " ";
	width: 5px;
	height: 5px;
	background: #0072CE;
	position: absolute;
	left: -12px;
	top: 6px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	}
.coberture{
	border-top: 0px solid #CCCCCC;
}
.coberture li{
	width: 50%;
	float: left;
}
.guide-content table{
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.guide-content table  td{
	padding: 10px 15px;
}
.guide-content table thead td{
	background: #e3e3e3;
	padding: 10px 15px;
}
.guide-content table tbody td{
	border: 1px solid #CCCCCC;
	padding: 5px 15px;
}
.guide-content table  td:nth-child(2),
.guide-content table  td:nth-child(3) {
    width: 130px;
}

.contract p{
	float: left;	
	width: 100%;
}
.contract i{
	display: block;
    float: left;
    font-size: 35px;
    margin-right: 0px;
    margin-top: 0px;
    color: #005DAC;
}

 
.ul-pasos{
	padding-bottom: 20px!important;
	padding-left: 0px!important;
}
.ul-pasos li{
	width: 100%;
	position: relative;
	padding: 20px 20px 0px 45px;
	    counter-increment: li;
}
.ul-pasos li:before {
    content: counter(li);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    background: #0072CE;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: auto;
    height: auto;
}
.ul-pasos li i{float: left; }
.ul-pasos li p{
float: left;
    width: 100%; 
    padding: 0px!important;
     }
    
#main h2, #main h3 {
	font-family: Arial;
}

#main .bggris {
    background-color: #F4F4F4;
}

#bloque_servicios {
    margin: 40px 0;
}

#main .tilazul {
    background: #0072ce none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 20px;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

#main .guiarelacionada img, #main .guiarelacionada h3, #main .guiarelacionada p {
	margin: 15px 0;
}

#main .tema-rel {
	display: block;
    background: #f4f4f4;
        min-height: 320px;
    margin-bottom: 20px;
}

#main .tema-rel a h3 {
	padding: 15px;
}

#bloque_temas_rel a h3 span {
    display: block;
    font-weight: lighter;
    text-transform: none;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

#main .subtit {
  color: #000;
  font-size: 35px;
  margin: 15px 0;
  font-weight: bold;
  font-size: 21px;
  margin-top: 15px;
  display: block;
}

#bajada {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0px 25px 0px;
}

.destacados-guia {
    border: 1px solid #f0f0f0;
    padding: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
	width:100%;
	height:auto;
	display:block;
	font-size:12px;
	}
.destacados-guia h3{
	margin-left:20px;
	}
	
.destacados-guia img{
	margin:10px 0;
	max-width: 100%;
	}

#main .top-dashed {
    border-top: 1px dashed #eee;
    margin: 20px 0;
}

.down-arrow {display: none;} 

.tab-content .table > thead {
    color: #fff;
    background-color: #0072ce;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	.guide-content .box.col-lg-8 { 
	 width: 100%;
	 padding-right: 0px;
	 border: 0px;
}

.guide-content .box.col-lg-4 {
	 width: 100%;
	 padding-left: 0px;
}
.guide-content h2 {
display: none;
	}

.down-arrow {display: initial;} 
}

 /* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 

 }


/* Large devices (large desktops, 1200px and up) */
@media (max-width:550px) { 


 }



 
