/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;     top: 0px !important;
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
.image_frame {
	height: 100%;
	width:100%; background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
p {
    margin: 0px;
}
iframe {
	border: none;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #C8C2A9;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #C7C0A7;
}

.navbar-inverse .navbar-toggle:hover  .icon-bar, .navbar-inverse .navbar-toggle:focus  .icon-bar{
    background-color: #FFF;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #73662F;
    
    }
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
  .navbar-wrapper {
    margin-top: 0px;
    border-top: 5px solid #CACACA;
    padding-top: 15px;
    border-bottom: 5px solid #3A3C6A;
    padding-bottom: 15px;
  }
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}


.navbar {

    margin-bottom: 0px;
}
.navbar-brand {
	display: block;
	background-image: url(../images/layout/logo_afm_abogados.png);
	background-repeat: no-repeat;
	background-position: top left;
    width: 155px;
    height: 110px;
	text-indent: -2000px;
	background-size: contain;
	
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav.mainlinks>li>a {
	text-transform: capitalize;
}

.navbar-nav>li>a.social {
	display: block;
	float: left;
	text-indent: -2000px;
	background-image: url(../images/layout/social.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 5px;
	
	}

.navbar-nav>li>a.social.facebook {
	background-position: -28px 0px;
	
	}
	
.navbar-nav>li>a.social.twitter {
	background-position: 0px 0px;
	
	}
	
.navbar-nav>li>a.social.linkedin {
	background-position: -57px 0px;
	
	}
	
.translation-links {	
    float: right;
    clear: right;
	list-style-type: none;
    margin-right: 10px;
    margin-top: 17px;
 }   
  
.translation-links li {	
	list-style-type: none;
	float: left;
	}  

.translation-links li a {		
	
    display: inline-block;
    padding: 0px 5px;
    margin-left: 6px;
    }

.translation-links  li a {
font-size: 10px;
color: #269DCA;
background-image: url(../images/layout/banderas.jpg);
background-repeat: no-repeat;
height: 20px;
width: 27px;
text-indent: -2000px;
display: block;

}

.translation-links li a.esp {
background-position: 0px 0px;

}

.translation-links  li a.eng {

background-position: -27px 0px;
}


.translation-links li a.por {

background-position: -54px 0px;
}

.translation-links  li a.esp:hover {
background-position: 0px -20px;

}

.translation-links  li a.eng:hover {

background-position: -27px -20px;
}


.translation-links  li a.por:hover {

background-position: -54px -20px;
}







/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slide_home .carousel {
  height: 480px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.slide_home .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.slide_home .carousel .item {
  height: 480px;
  background-color: #FFF;
}
.slide_home .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 480px;
}
.slide_home .carousel-caption {
	/*background-image: url(../images/layout/transparent.png);*/
	padding: 10px;
	
}
.slide_home .carousel-caption h1 {
font-size: 40px;
text-align: left;
margin: 5px;
}


.slide_home  .carousel-inner>.item {
    -webkit-transition: 1.2s ease-in-out left;
    transition: 1.2s ease-in-out left;
    -webkit-transition: 1.2s, ease-in-out, left;
    -moz-transition: 1.2s, ease-in-out, left;
    -o-transition: 1.2s, ease-in-out, left;
    transition: 1.2s, ease-in-out, left;
    }
    
    
    
.slide_home .carousel-caption p {
font-size: 16px;
text-align: left;
margin: 5px;
}
.slide_home .carousel-caption {
   
    bottom: 35px;
 }
.slide_home .carousel-indicators {
    bottom: 0px;
} 
.slide_home {
	border-bottom: 5px solid #3A3C6A;
}

.home_sections {
	padding-bottom: 30px;
}
.home_sections h2 {
    border-bottom: 2px solid #CCC;
    margin-bottom: 30px;
}

.mini_news {
	padding-bottom: 10px;
	
}
.mini_news .fecha {
	font-size: 11px;
	color: #646464;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}

.mini_news .titulo {
	font-size: 18px;
	color: #393B6D;
	
}


.mini_news .descripcion {
	font-size: 12px;
	color: #646464;
	
}




footer {
	border-top: 5px solid #CACACA;
	padding: 20px;
}

footer .datos_footer {
	text-align: right;
}


footer ul {
	float: right;
}
footer ul>li {
	float: left;
	list-style: none;
	
	
}
footer ul>li>a.social {
	display: block;
	text-indent: -2000px;
	background-image: url(../images/layout/social.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
	
	}

footer  a.social.facebook {
	background-position: -28px 0px;
	
	}
	
footer  a.social.twitter {
	background-position: 0px 0px;
	
	}
	
footer a.social.linkedin {
	background-position: -57px 0px;
	
	}
	
	
	
	
	
.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
	
	
	

/* MAIN CONTENT */

.main_content h2 {

	font-size: 22px;
	border-bottom: 3px solid #C7C1A7;
	padding: 10px 5px;
    margin: 10px 0px;
}


.main_content h2 span {
    display: inline-block;
    text-align: right;
    float: right;
    color: black;
	font-size: 16px;
}    
    
.main_content h2 img {
    vertical-align: bottom;
}


.main_content h3 {
	
	background-color: #B3E68B;
	padding: 10px;
	font-size: 20px;
	border-bottom: 3px solid #001C98;
	color: #252627;-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.main_content h3 span {
color: #001C98;
	
}

.main_content .interna {
	background-color: #FFF;
}



.main_content .texto_interno {
color: #525252;
font-size: 15px;
line-height: 20px;
padding: 0px 15px;
	
}

.main_content .texto_interno.clientes .padcli div {
	height: 100px;
	
	
	}

.main_content .texto_interno.clientes .padcli {	
	    text-align: center;
    padding: 21px;
    border: 1px solid #EDEAE0;
    margin-bottom: 20px;
    }
    
.main_content .texto_interno strong {
color: #3A3C6A;

font-size: 15px;
line-height: 20px;
}

.main_content .texto_interno .texto-raw {
padding-bottom: 40px;


}
.main_content .texto_interno h4 {
color: #03a5bc;
font-size: 20px;
line-height: 25px;
margin-bottom: 20px;
}

.main_content .banner_interna_top {
margin-bottom: 20px;
	
  height: 150px;
}

.main_content .banner_interna_top img {
width: 100%;
}

.main_content .banner_interna_right {
	
  margin-bottom: 20px;
  border-bottom: 5px solid #3A3C6A;
  padding-bottom: 0px;
  height: 450px;
}


.main_content .banner_interna_right img {
  width: 100%;
 } 
  
 .main_content .texto-raw {
	 font-size: 16px;
	 line-height: 20px;
	 color: #000;
 } 
  
.texto_interno  .well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.texto_interno legend {
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #3A3C6A;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.btn-primary {
	color: #3A3C6A;
    background-color: #C7C1A7;
    border-color: #C7C1A7;
}


    
    
 .btn-primary:hover {
	color: #3A3C6A;
    background-color: #a49e82;
    border-color: #a49e82;
}
.formulario_rrhh .enviando {
display: none;
}


.news {
	padding-bottom: 50px;
    padding-top: 50px;
}

.news_reg {
margin-bottom: 50px;
	
}
.news_reg .imagen {

float: left;
width: 50%;
height: 220px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
	
}
.news_reg .texto {
float: left;
width: 50%;
height: 220px;
	
}

.news_reg .texto h3 {

  padding: 0px 10px;
  margin: 0px 0px 10px 0px;

  font-size: 24px;
    color: #000;
}

.news_reg .texto h4 {

  padding: 5px 0px;
  margin: 0px 10px 10px 10px;

  font-size: 14px;
  border-bottom: 1px solid #CCC;
  
  border-top: 1px solid #CCC;
}

.news_reg .texto p {

  padding: 0px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
}

.news_reg .texto a {
	color: inherit;
}

.news_reg .texto a:hover {
text-decoration: none;

}
.news_reg .texto a.link {
background-color: #000;
color: #FFF;
padding: 5px;
border-radius: 4px;
  padding: 5px;
  margin: 10px;

}

.news_reg {
	
	
}
.news_reg .date {
font-size: 10px;
border-bottom: 1px solid #CCC;
  padding: 7px 0px 0px 0px;
	
}
.news_reg h4 {

  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px;
  text-align: justify;
  color: #444444;

  padding: 7px 0px 0px 0px;

	
	
}
.news_reg .divide {
	
clear: both;
  padding-top: 30px;
}
.news_reg .mini_cuerpo {
	
  padding-top: 10px;
	
}

.news_reg  a {
color: #444444;

}
.news_reg h4 a:hover {
  color: #CB3502;
}
.news_reg  a:hover {
text-decoration: none;

}
.news_reg .mini_cuerpo .mini_imagen {
float: left;
  width: 25%;
    height: 200px;
	
	
}
.news_reg .mini_cuerpo .mini_texto {
float: left;
  padding-left: 7px;
  width: 73%;
  text-align: justify;
  font-size: 12px;
	
	
}
.news_reg .link_descargas {
	
	font-size: 12px;
  color: #000;
  padding: 10px 0px;
  display: block;
  
  
}

.news_reg .link_descargas span {
color: red;

}
.news_reg  #barra-social {
    height: 40px;
}




.paginacion.anterior {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
	height: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.paginacion.anterior p{
display: block;
float:left;
}
.paginacion.anterior b {
	font-size: 14px;
	color: #094500;
	padding: 3px;
	background-color: #4c9f11;
}

.paginacion.anterior .numeros {
	/*float: right;*/
	margin: auto;
display: block;
}
.paginacion.anterior a {
	padding: 5px;
	
	
	
	color: #000;
	margin-right: 3px;
}
 .paginacion.anterior a:hover {
	color: #FFF;
	background-color: #1b9900;
}
 .paginacion.anterior a.selected {
	color: #FFF;
	background-color: #CCC;
}




.noticias_inside {

padding-top: 20px;
background-color: #FFF;

}

.noticias_inside .news_reg .mini_cuerpo .mini_imagen {
float: left;
  width: 35%;
  height: 100%;
  margin: 0px 35px 10px 0px;
}

.noticias_inside .news_reg h4 {
font-size: 23px;

}

.noticias_inside .mini_texto {
font-style: italic;
    font-size: 16px;
    margin-top: 10px;
	
	
}
.noticias_inside .foto_bajo {

height: 750px;
width: 100%;
margin: 20px 0px;
clear: both;

}
.noticias_inside .cuerpo_de_la_nota {
	
    font-size: 16px;
}

.gallagher {
	font-size: 11px;
    color: #B9B9B9;
	font-style: italic;
}




 .novedades_home h2 {
    color: #5a5a5a;
    border-bottom: 3px solid #CCC;
    margin-bottom: 20px;
    font-size: 30px;
 }
 
 
 .novedad_reg_home {
	 
 }
 .novedad_reg_home .novedad_reg_foto {
	 height: 120px;
	 margin-bottom: 10px;
	 
 }
 .novedad_reg_home .novedad_reg_texto {
	 
	 
    margin-bottom: 20px;
 }
 .novedad_reg_home .novedad_reg_texto h2 {
	font-size: 14px;
    font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px; 
	text-align: justify;
 }
 
 .novedad_reg_home .novedad_reg_texto span.fecha {
	 	font-size: 12px;
	margin-bottom: 5px; 
	 }
	 
 .novedad_reg_home .novedad_reg_texto p.bajada {
	 	font-size: 13px;
	margin-bottom: 5px; 
	text-align: justify;
	 }
 .novedad_reg_home .novedad_reg_texto .ver_mas {
    background-color: #c7c0a7;
    padding: 5px;
    color: #000;
    font-size: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }
 



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	
	
	
	
	
	
	
.navbar-nav.toplinks {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.navbar-inverse .navbar-nav.toplinks>li>a:hover, .navbar-inverse .navbar-nav.toplinks>li>a:focus {
    color: #FFF;
    background-color: #3A3C6A;
}

.navbar-nav.toplinks>li>a {
	font-size: 14px;
	padding: 5px;
    margin: 0px 6px;
	
}
.navbar-nav.mainlinks {
	clear: right
	
}

.navbar-nav.mainlinks>li>a {
	font-size: 18px;
	padding: 10px;
	text-align: center;
	margin-left: 20px;
	
}

.navbar-nav.mainlinks>li>a.single {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.navbar-inverse .navbar-nav.mainlinks>li>a:hover, .navbar-inverse .navbar-nav.mainlinks>li>a:focus {
    color: #3A3C6A;
    background-color: transparent ;
}
.navbar-inverse .navbar-nav.mainlinks>li.active>a {
    border-bottom: 3px solid #3A3C6A;
}




	
	.navbar-nav {
    float: right;
    margin: 0;
	}

  /* Navbar positioning foo */

  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
	
	.navbar-brand {
	display: block;
	background-image: url(../images/layout/logo_afm_abogados.png);
	background-repeat: no-repeat;
	background-position: top left;
    width: 281px;
    height: 151px;
	text-indent: -2000px;
	background-size: auto;
	
}


  .featurette-heading {
    margin-top: 120px;
  }
}
