@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/  
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	font-family: 'Roboto', sans-serif;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	width:94%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom:30px;
	
}

section {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	clear:both;
	
}

#herobanner {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	clear:both;
	padding-top:250px;
	border-bottom: solid 3px #0078ba;
	border-top: solid 3px #0078ba;
	
}
#copyherooverback {
	width:96%;
	padding-top:20px;
	padding-bottom:20px;
	background-color: rgba(255,255,255,0.7);
	color:#0078ba;
	text-align:center;
	font-size:24px;
	padding-left:2%;
	padding-right:2%;
	display:block;
	position:relative;
	height:auto;
	
	
}

footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #000;
	margin-top: 30px;
	padding-bottom: 35px;	
}

#headertop {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	background-color: #0078ba;
	height: 50px;
	text-align: center;
	color: #FFF;	
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#linkidiomaedit {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	background-color: #0078ba;
	height: 20px;
	text-align: center;
	padding-top:10px;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;	

}
#linkidiomaedit a:hover {
	text-decoration:none;
	color: #FFF;	
}
#linkidiomaedit a:link {
	text-decoration:none;
	color: #FFF;	
}
#linkidiomaedit a:active {
	text-decoration:none;
	color: #FFF;	
}
#linkidiomaedit a:visited {
	text-decoration:none;
	color: #FFF;	
}

#logo {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#areamenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}
#areamenumobile {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}

#ctabottom {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	background-color: #0078ba;
	height: auto;
	color: #FFF;
	text-align: center;
}

#newscol1 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	text-align: left;
}

#newscol2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-top: 10px;
}

#newscol1 li {
	margin-bottom:15px;
	text-align:left;
}
#newscol2 li {
	margin-bottom:15px;
	text-align:left;
}


#additionalnewsbox {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	display: block;
	margin-bottom:30px;
}

#descriptiontestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
}

#pictureattorney {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#descriptionattorney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-top: 25px;
	margin-right: auto;
	padding-top: 25px;
	height: auto;
	margin-bottom: 25px;
}

#attorneybox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 35px;	
}

#separatorshadow {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 30px;
	margin-right: auto;
}

#experiencecontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 55px;
}



#logofooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;	
}

#direccionfooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;	
}

#linksfooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	margin-top:30px;
	margin-bottom:30px;
	border-top: dashed 1px #0078ba;
	border-bottom: dashed 1px #0078ba;
	padding-bottom:25px;
	padding-top:25px;
}

#footer3cols {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-top: 35px;
	margin-right: auto;	
}

#footcol1 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	margin-right: auto;	
}

#footcol2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	margin-top: 20px;	
}

#footcol3 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	margin-right: auto;
	margin-top: 20px;	
}

#legaldisclaimer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	padding-top: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 40px;
	margin-right: auto;
	height: auto;
	padding-bottom: 40px;
}

#disclaimertxt {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	font-size: 16px;
	font-weight: 100;
	color: #FFF;
	text-align: left;
	margin-right: auto;
}

#titlepagina {
	clear: both;
	float: none;
	margin-left: auto;
	width: 94%;
	display: block;
	height: auto;
	margin-right: auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	padding-top: 20px;
	padding-bottom:30px;
}
#titlepaginacases {
	clear: both;
	float: none;
	margin-left: auto;
	width: 94%;
	display: block;
	height: 200px;
	margin-right: auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	padding-top: 30px;
	padding-bottom:40px;
}
#boxofficepagina {
	clear: both;
	float: none;
	margin-left: auto;
	width: 94%;
	display: block;
	height: auto;
	margin-right: auto;
	padding-top: 30px;
	background-color: #FFF;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#boxtestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	height: auto;
	margin-right: auto;
	padding-top: 10px;
	background-color: #FFF;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}


.picturetest {
	float:none; 
	clear:both; 
	padding-right:20px; 
	padding-bottom:30px;
	
}

#boxtestimonials ul {
	list-style:none;
	margin:0;
	padding:0;
}
#boxtestimonials li {
	list-style:none;
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:40px;
	padding-top:20px;
	border-bottom: 1px dashed #CCC;
	
}


#titlepagebig {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
}
#titlepagebigcenter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	display: block;
	text-align: center;
}

#titledescriptionbig {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
}

#titledescriptionbig1line {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
	text-align:center;
}
#newbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
}

#officedescriptioncopy {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}

#officepicturecopy {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
}

#staffbox {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
}

#staffbox003 {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

#staff001 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
}
#staff001abogado {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
}
.staff001molde {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	height:auto;
}
.lineseparatorstaff {
	border-bottom: solid #FFF 1px;
	padding-top:40px;
	width:90%;
	margin: 0 auto 90px;
	clear:both;
	float:none;
	
	
}
.splitoptionsstaff {
	
	
}


.staff002 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	height:auto;
}
#fotosecretaria {
	clear: none;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	height:auto;
}

.contentpictureboxdescrip {
	clear: both;
	float: none;
	margin: 10px auto 0;
	width: 100%;
	display: block;
	padding-top:10px;
	padding-bottom:5px;
	text-align: center;
	background-color:#4c546f;
	color:#333;
	border:0;
}

.imageautoincrease {
	width:100%;
	height:auto;
	
}

.staff003 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
}

#ctastaff {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
}
#ctastaff2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
}

.additionalcenterbtn {
	text-align: center;
	
}

#areamap {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
	height: auto;
}



.areaoffice {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	margin-top: 40px;
	height: auto;	
}
.areaoffice .colcontent {
	width:90%;
	float:none;
	clear:both;
	height:auto;
	padding:0;
	margin: 50px auto;
	background-color:#FFF;
	
}

.areaoffice .extracontactinfo {
	width:90%;
	margin: 50px auto;
	border-bottom: 2px #CCC solid;
	border-top: 2px #CCC solid;
	clear:both;
	display:block;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	float:none;
	
}

.areaoffice .colcontent .citynamecol {
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	display:none;
	
}

.areaoffice .colcontent .picturecol {
	width:100%;
	height:auto;
	margin:0 auto;
	
}
 
.areaoffice .colcontent .addresscol {
	font-size:24px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .addresscol .titlecolname {
	font-size:14px;
	
}

.areaoffice .colcontent .phonecol {
	font-size:24px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .getdirectionslink {
	
}

.areaoffice .colcontent .getdirectionslink .linkgetdirection {
	font-size:20px;
	color:#0078ba;
	
}

.extracontactinfo .extratollfree {
	font-size:24px;
	text-align:center;
	width:90%;
	margin:15px auto;
	font-weight:700;
	
}
.extracontactinfo .extramailingaddress {
	font-size:18px;
	text-align:center;
	width:90%;
	margin:15px auto;
	font-weight:500;
	
}

#address1 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
}

#address2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 20px;
}

#address3 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-top: 20px;
	margin-right: auto;
}

#address4 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
	height: auto;
	margin-top: 40px;
}

#areaaddressstep {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
}

#mapa {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: auto;
	margin-top: 40px;
	text-align: center;
	padding-top: 0px;
}

#colattorney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}

#colattorney2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-top: 30px;
	margin-right: auto;
}

.boxcontentattoney {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.boxcontentattoneyconsult {	
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 20px;
}

#newsbox {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	display: block;
	margin-top: 30px;
	padding-bottom:40px;
}
#servicesbox {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	display: block;
	margin-top: 30px;
	padding-bottom:40px;
}

#service1 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 0;
	
}
#service2 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 0;
	
}
#service3 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 0;
	
}

#service1 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 60px;
	
}
#service2 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 60px;
	
}
#service3 {
	clear: none;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 60px;
	
}

#copyhero {
	display:block;
	position:absolute;
	z-index:900;
	background: rgba(255, 255, 255, .8);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#0078ba;
	font-size:18px;
	line-height:20px;
	font-weight:300;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	left:0;
	right:0;
	
	
}

#fotosoffice {
	display:block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-bottom:40px;
	padding-top:30px;
	
}



.titulotestcarrou {
		text-align:center;
		font-size:20px;
		color:#4c546f;
		line-height:22px;
		font-weight:400;
		margin-bottom:10px;
		font-style: normal;
	}
	.picturetestimonialareacarrou {
		float:none;
		clear:both;
		width:90%;
		margin-right:auto;
		margin-left:auto;
		height:auto;
		margin-bottom:20px;
		
	}
	.contenttestimonialareacarrou {
		float:none;
		clear:both;
		width:90%;
		margin-right:auto;
		margin-left:auto;
		height:auto;
		text-align:center;
		font-style:italic;
		
		
	}
	
		.boxcasesuccess {
		
		display: table;
  		width: 34%;
  		height: 150px;
  		text-align: center;
		float: left;
		clear: none;
		margin-left:15px;
		margin-right:5px;
		margin-top:10px;
		margin-bottom:20px;
		background-color:#cccccc;
		padding: 20px;
		
		
	}
.boxcasesuccess span {
		
		display: table-cell;
  		vertical-align: middle;
		font-size:18px;
		line-height: 20px;
		color:#6a0606;
		
	}


/*NEW BOXES*/
.boxgeneralparatitles {
	width: 90%;
	margin: 50px auto 0 auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto 20px auto;
	float: none;
	clear: both;
}

.titlepageinside h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 90%;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	font-weight: 300;
	margin: 0 auto;
	float: none;
	clear: both;
	padding: 0;
	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
	
	
	
/*NEW BOXES*/
.boxgeneralparatitles {
	width: 96%;
	margin: 50px auto 10px auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto 20px auto;
	float: none;
	clear: both;
}

.titlepageinside h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 90%;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	font-weight: 300;
	margin: 0 auto;
	float: none;
	clear: both;
	padding: 0;
	
}	
	
	
.gridContainer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom:20px;
	
}

#titlepaginacases {
	clear: both;
	float: none;
	margin-left: auto;
	width: 94%;
	display: block;
	height: 200px;
	margin-right: auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	padding-top: 30px;
	padding-bottom:20px;
}

section {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	clear:both;
	
}

#herobanner {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	clear:both;
	padding-top:350px;
	border-bottom: solid 3px #0078ba;
	border-top: solid 3px #0078ba;
	
}
#copyherooverback {
	width:96%;
	padding-top:20px;
	padding-bottom:20px;
	background-color: rgba(255,255,255,0.7);
	color:#0078ba;
	text-align:center;
	font-size:24px;
	padding-left:2%;
	padding-right:2%;
	display:block;
	position:relative;
	height:auto;

}



footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #000;
	margin-top: 30px;
	padding-bottom: 40px;	
}

#headertop {
	clear: none;
	float: right;
	margin-left: 0;
	width: 350px;
	display: block;
	margin-right: 20px;
	text-align: center;	
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#linkidiomaedit {
	clear: left;
	float: left;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: auto;
	width: 100px;
	display: block;
	height: 20px;
	text-align: left;
	padding-top:15px;
	text-transform: uppercase;
	font-size:20px;
	color: #333;	

}
#linkidiomaedit a:hover {
	text-decoration:none;
	color: #666;	
}
#linkidiomaedit a:link {
	text-decoration:none;
	color: #666;	
}
#linkidiomaedit a:active {
	text-decoration:none;
	color: #666;	
}
#linkidiomaedit a:visited {
	text-decoration:none;
	color: #666;	
}

#logo {
	clear: both;
	float: none;
	margin-left: auto;
	width: 50%;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 0px;
}

#areamenu {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	padding-top: 25px;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
}

#areamenumobile {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: none;
	padding-top: 50px;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
}

#ctabottom {	
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	background-color: #0078ba;
	height: auto;
	color: #FFF;
	text-align: center;
	
	
}

#newscol1 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	text-align: left;
}
#newscol1 li {
	margin-bottom:15px;
	text-align:left;
}
#newscol2 li {
	margin-bottom:15px;
	text-align:left;
}

#newscol2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
}

#additionalnewsbox {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	margin-top:30px;
}

#descriptiontestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 35px;
}

#pictureattorney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
}

#descriptionattorney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 25px;
	height: auto;
}

#attorneybox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
}

#separatorshadow {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 50px;
	margin-right: auto;
	background-image: url(../images/shadowattorney.jpg);
	background-repeat: repeat-x;
}

#experiencecontent {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: auto;
	padding-bottom: 45px;
	text-align: center;
}


#logofooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;	
}

#direccionfooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	color: #FFF;
	text-align: center;
}

#linksfooter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	border-top: dashed 1px #0078ba;
	border-bottom: dashed 1px #0078ba;
	padding-bottom:25px;
	padding-top:25px;
	line-height:26px;
}

#footer3cols {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;	
}

#footcol1 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 60%;
	display: block;
	margin-right: auto;
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
}

#footcol2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 60%;
	display: block;
	margin-right: auto;
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	margin-top: 15px;
}

#footcol3 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 60%;
	display: block;
	margin-right: auto;
	color: #FFF;
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
}

#legaldisclaimer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 45px;
}

#disclaimertxt {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
}

#titlepagina {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 50px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	padding-bottom:30px;
	padding-top:20px;
}
#boxofficepagina {
	clear: both;
	float: none;
	margin-left: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 20px;
	margin-right: auto;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#boxtestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 30px;
	margin-right: auto;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}


.picturetest {
	float:left; 
	clear:none; 
	padding-right:20px; 
	padding-bottom:30px;
	
}

#boxtestimonials ul {
	list-style:none;
	margin:0;
	padding:0;
}
#boxtestimonials li {
	list-style:none;
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:40px;
	padding-top:50px;
	border-bottom: 1px dashed #CCC;
	
}


#titlepagebig {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 60%;
	display: block;
	text-align: center;
}
#titledescriptionbig1line {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 80%;
	display: block;
	margin-top: 15px;
	text-align:center;
}

#titlepagebigcenter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	display: block;
	text-align: center;
}

#titledescriptionbig {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	display: block;
	margin-top: 20px;
}

#newsbox {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	display: block;
	margin-top: 30px;
	padding-bottom:40px;
	max-width:800px;
}

#servicesbox {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	display: block;
	margin-top: 30px;
	padding-bottom:40px;
	max-width:1160px;
}


#officedescriptioncopy {
	clear: both;
	float: none;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#officepicturecopy {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}

#staffbox {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #dbdad9;
}


#staffbox003 {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#staff001 {
	clear: both;
	float: none;
	/*margin-left: auto;*/
	width: 90%;
	display: block;
	/*margin-right: auto;*/
	margin: 0 auto;
	padding-right:20px;
}
#staff001abogado {
	clear: both;
	float: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 0;
	padding-left:auto;
}
.staff001molde {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	height:auto;
	margin-bottom:50px;
}
.splitoptionsstaff {
	border-bottom: solid #FFF 1px;
	padding-top: 40px;
	margin-bottom:90px;
	padding-bottom:50px;
	clear: both;
	
}


.staff002 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
	padding-top: 20px;
	margin-top:0;
}
#fotosecretaria {
	clear: none;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
	padding-top: 20px;
	margin-top:0;
}

.contentpictureboxdescrip {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding-top: 10px;
	padding-left:4%;
	text-align: left;
	background-color:#fffff;
	color:#FFF;
}

.staff003 {
	clear: none;
	float: right;
	margin-left: 2.5641%;
	width: 60%;
	display: block;
	padding-top:0;
	margin-top:0;
}

#ctastaff {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}
#ctastaff2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-top: 40px;
}

#areamap {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: auto;
	margin-top: 40px;
}

.areaoffice {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	height: auto;
	margin-top: 40px;
	display:block;

}

.areaoffice .extracontactinfo {
	width:90%;
	margin: 50px auto;
	border-bottom: 2px #CCC solid;
	border-top: 2px #CCC solid;
	clear:both;
	display:block;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	float:none;
	
}

.areaoffice .colcontent {
	width:90%;
	float:none;
	clear:both;
	height:auto;
	padding:0;
	margin: 20px auto;	
}

.areaoffice .colcontent .citynamecol {
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	display:block;
	
}

.areaoffice .colcontent .picturecol {
	width:100%;
	height:auto;
	margin:0 auto;
	
}
 
.areaoffice .colcontent .addresscol {
	font-size:18px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .addresscol .titlecolname {
	font-size:12px;
	
}

.areaoffice .colcontent .phonecol {
	font-size:18px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .getdirectionslink {
	
}

.areaoffice .colcontent .getdirectionslink .linkgetdirection {
	font-size:16px;
	color:#0078ba;
	
}

.extracontactinfo .extratollfree {
	font-size:22px;
	text-align:left;
	width:40%;
	margin:15px auto;
	font-weight:700;
	float: left;
	
}
.extracontactinfo .extramailingaddress {
	font-size:16px;
	text-align:right;
	width:50%;
	margin:15px auto;
	font-weight:500;
	float:right;
	
}


#address1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	margin-top: 0px;
}

#address2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 30%;
	display: block;
	margin-top: 0px;
}

#address3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 30%;
	display: block;
	margin-top: 0px;
}

#address4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

#areaaddressstep {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-top: 40px;
	margin-right: auto;
}

#mapa {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
}

#colattorney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}

#colattorney2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
}

.boxcontentattoney {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.boxcontentattoneyconsult {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 20px;
}

#copyhero {
	display:block;
	position:absolute;
	z-index:900;
	background: rgba(255, 255, 255, .8);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#0078ba;
	font-size:34px;
	line-height:39px;
	font-weight:300;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	left:0;
	right:0;
	bottom:0;
	
	
}

#fotosoffice {
	display:block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-bottom:40px;
	padding-top:30px;
	
}


.titulotestcarrou {
		text-align:left;
		font-size:20px;
		color:#4c546f;
		line-height:22px;
		font-weight:400;
		font-style: normal;
	}
	.picturetestimonialareacarrou {
		float:left;
		clear:none;
		width:30%;
		margin-right:5%;
		height:auto;
		
	}
	.contenttestimonialareacarrou {
		float:left;
		clear:none;
		width:55%;
		height:auto;
		text-align:left;
		font-style:italic;
		
	}
	
		.boxcasesuccess {
		
		display: table;
  		width: 200px;
  		height: 150px;
  		text-align: center;
		float: left;
		clear: none;
		margin-left:10px;
		margin-right:8px;
		margin-top:10px;
		margin-bottom:30px;
		background-color:#cccccc;
		padding: 20px;
		
		
	}
.boxcasesuccess span {
		
		display: table-cell;
  		vertical-align: middle;
		font-size:18px;
		line-height: 20px;
		color:#6a0606;
		
	}

}



@media only screen and (min-width: 500px) {

#areamenu {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-top: 20px;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 0px;
}
	
}


@media only screen and (min-width: 800px) and (max-width: 1022px)  {
	
	

/*NEW BOXES*/
.boxgeneralparatitles {
	width: 96%;
	margin: 50px auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto;
	float: left;
	clear: left;
	width: 30%;
	
}

.titlepageinside h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 65%;
	font-size: 17px;
	text-align: left;
	line-height: 20px;
	font-weight: 300;
	margin: 0 auto;
	float: left;
	clear: none;
	top: 50%;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
}	
	
	
#areamenu {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-top: 20px;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 0px;
}	

.boxcasesuccess {
		
		display: table;
  		width: 185px;
  		height: 150px;
  		text-align: center;
		float: left;
		clear: none;
		margin-left:14px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:30px;
		background-color:#cccccc;
		padding: 20px;
		
		
	}
.boxcasesuccess span {
		
		display: table-cell;
  		vertical-align: middle;
		font-size:18px;
		line-height: 20px;
		color:#6a0606;
		
	}
	
}

@media only screen and (min-width: 1023px) {
	
	
/*NEW BOXES*/
.boxgeneralparatitles {
	width: 96%;
	margin: 50px auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto;
	float: left;
	clear: left;
	width: 30%;
	
}

.titlepageinside h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 65%;
	font-size: 17px;
	text-align: left;
	line-height: 20px;
	font-weight: 300;
	margin: 0 auto;
	float: left;
	clear: none;
	top: 50%;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
}	
	
	
#areamenu {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-top: 0;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 0px;
}	
}


@media only screen and (min-width: 1280px) {
	
	
/*NEW BOXES*/
.boxgeneralparatitles {
	width: 96%;
	margin: 50px auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto;
	float: left;
	clear: left;
	width: 30%;
	
}

.titlepageinside h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 65%;
	font-size: 17px;
	text-align: left;
	line-height: 20px;
	font-weight: 300;
	margin: 0 auto;
	float: left;
	clear: none;
	top: 50%;
	padding: 0;
}	
	

.boxcasesuccess {
		
		display: table;
  		width: 225px;
  		height: 150px;
  		text-align: center;
		float: left;
		clear: none;
		margin-left:12px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:30px;
		background-color:#cccccc;
		padding: 20px;
		
		
	}
.boxcasesuccess span {
		
		display: table-cell;
  		vertical-align: middle;
		font-size:18px;
		line-height: 20px;
		color:#6a0606;
		
	}
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	
	/*NEW BOXES*/
.boxgeneralparatitles {
	width: 96%;
	max-width: 1160px;
	margin: 50px auto 10px auto;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	height: auto;
	padding: 30px 0;
	float: none;
	color: white;
	border-bottom: 3px solid #0078ba;
	border-top: 3px solid #0078ba;
}

.titlepageinside {
	margin: 0 auto;
	float: left;
	clear: left;
	width: 30%;
	
}

.titlepageinside h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.descriptionpageinside {
	width: 60%;
	font-size: 18px;
	text-align: left;
    display: inline-block;
    vertical-align: middle;
	font-weight: 300;
	margin: 0 auto;
	float: left;
	clear: none;	
}	
	
	
	#boxgridcases {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	justify-content:center;
	height: auto;
	max-width: 1160px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	text-align:center;
}
	
.gridContainer {
	width: 100%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	height: auto;
	margin-bottom: 15px;
	clear: both;
	float: none;
}
section {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1160px;
	height:auto;
	clear:both;
	padding-bottom:30px;
	
}

#herobanner {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1160px;
	height:140px;
	clear:both;
	padding-top:360px;
	border-bottom: solid 3px #0078ba;
	border-top: solid 3px #0078ba;
	
}
#copyherooverback {
	width:96%;
	padding-top:20px;
	padding-bottom:20px;
	background-color: rgba(255,255,255,0.7);
	color:#0078ba;
	text-align:center;
	font-size:32px;
	padding-left:2%;
	padding-right:2%;
	display:block;
	position:relative;
	height:auto;

}

.fondoimagenhero {
	background-image:url(../images/mainbanner/slide1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	
}


footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #000;
	margin-top: 30px;
	float: none;
	padding-bottom: 45px;	
}
#headertop {
	clear: none;
	float: right;
	margin-left: auto;
	width: 55%;
	display: block;
	margin-right: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
	height: auto;
	margin-top: 0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#linkidiomaedit {
	clear: left;
	float: left;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: 2%;
	width: 38%;
	display: block;
	height: 20px;
	text-align: right;
	padding-top:15px;
	text-transform: uppercase;
	font-size:20px;
	color: #333;	

}


#logo {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*#areamenu {
	clear: both;
	float: left;
	margin-left: 0%;
	margin-top: 0px;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 0px;
}*/

#areamenumobile {
	clear: both;
	float: right;
	margin-left: 0%;
	width: 70%;
	display: none;
	margin-top: 0px;
	height: auto;
	padding-top: 0px;
}
#ctabottom {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	background-color: #0078ba;
	height: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
}
#newscol1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
	text-align:left;
}

#newscol1 li {
	margin-bottom:15px;
	text-align:left;
}
#newscol2 li {
	margin-bottom:15px;
	text-align:left;
}


#newscol2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
	text-align:left;
	margin-top:0;
}



#additionalnewsbox {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	display: block;
	height:auto;
	margin-bottom:50px;
}

#descriptiontestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 35px;
}

#pictureattorney {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
	text-align: center;
}

#descriptionattorney {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
	margin-top: 0;
	padding-top: 0px;
	margin-bottom: 0px;
}

#attorneybox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 35px;
}

#separatorshadow {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 50px;
	margin-right: auto;
	background-image: url(../images/shadowattorney.jpg);
	background-repeat: repeat-x;
}

#experiencecontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 55%;
	display: block;
	text-align: center;
	height: auto;
	padding-bottom: 40px;
}

#formcontent {
	clear: none;
	float: right;
	margin-left: 3%;
	width: 40%;
	display: block;
	background-color:#e1e1e1;
	height:auto;
	padding-bottom:35px;
	text-align:center;
	
}

#areacontentform {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-top: 0px;
}

.circleforicon {
	width:140px;
	height:130px;
	border-radius:70px;
	float:left;
	clear:none;
	margin-left:15px;
	background-color:#e1e1e1;
	text-align:center;
	font-style:italic;
	font-size:12px;
	color:#0078ba;
	margin-bottom:20px;
	padding-top:10px;
	
}

#logofooter {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;	
}

#direccionfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 25px;
}

#linksfooter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;	
	border-top: dashed 1px #0078ba;
	border-bottom: dashed 1px #0078ba;
	padding-bottom:20px;
	padding-top:20px;
}

#footer3cols {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 80%;	
	margin-top: 45px;
	margin-bottom: 25px;
	height: auto;
	text-align: center;
	max-width:1024px;
}

#footcol1 {
	clear: both;
	float: left;
	margin-left: auto;
	width: 29%;
	display: block;
	margin-right: auto;
	color:#FFF;
	text-align:left;
}

#footcol2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 29%;
	display: block;
	margin-right: auto;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
}

#footcol3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 29%;
	display: block;
	margin-right: auto;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
}

#legaldisclaimer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 35px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 35px;
}

#disclaimertxt {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: auto;
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
}

#titlepagina {
	clear: both;
	float: none;
	margin-left: auto;
	width: 96%;
	display: block;
	height: 100px;
	margin-right: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	max-width: 1160px;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom:0;
}
#boxofficepagina {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	height: auto;
	max-width: 1160px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}

#boxtestimonials {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	height: auto;
	max-width: 1024px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
}

.picturetest {
	float:left; 
	clear:none; 
	padding-right:20px; 
	padding-bottom:30px;
	
}

#boxtestimonials ul {
	list-style:none;
	margin:0;
	padding:0;
}
#boxtestimonials li {
	list-style:none;
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:30px;
	padding-top:30px;
	border-bottom: 1px dashed #CCC;
	
}

#titlepagebig {
	clear: both;
	float: left;
	margin-left: 25px;
	margin-top:0;
	width: 28.5714%;
	display: block;
	text-align: center;
}
#titlepagebigcenter {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	display: block;
	text-align: center;
}

#titledescriptionbig {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 58%;
	display: block;
	margin-top: 0px;
}

#titledescriptionbig1line {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 58%;
	display: block;
	margin-top: 0;
	text-align:left;
}

#officedescriptioncopy {
	clear: both;
	float:none;
	margin: 0 auto;
	width: 80%;
	display: block;
	padding-top: 0;
}

#officepicturecopy {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}

#staffbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #dbdad9;
	max-width: 1160px;
	margin-top: 0px;
}


#staffbox003 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	max-width: 1160px;
	margin-top: 0px;
}

#staff001 {
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	width: 96%;
	display: block;
	padding-top: 0px;
	padding-right:20px;
	
	
}
#staff001abogado {
	display: block;
	margin-top: 0;
	clear: none;
	float: none;
	margin-left: 2.0408%;
	width: 90%;
	display: block;
	padding-top: 0px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	
	
}
.staff001molde {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	height:auto;
}

.staff002 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 34%;
	display: block;
	padding-top: 20px;
	text-align: left;
}
#fotosecretaria {
	clear: none;
	float: left;
	margin-left: 0;
	width: 34%;
	display: block;
	padding-top: 20px;
	text-align: left;
}
.contentpictureboxdescrip {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	padding-top: 20px;
	padding-left:5%;
	text-align: left;
	background-color:#4c546f;
	color:#FFF;
}

.staff003 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 60%;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
}

#ctastaff {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

#ctastaff2 {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

#areamap {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 40px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.areaoffice {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	margin-top: 40px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.areaoffice .colcontent {
	width:40%;
	float:left;
	clear:none;
	height:auto;
	padding:0;
	margin: 30px 5%;
	
}

.areaoffice .colcontent .citynamecol {
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	display:block;
	
}

.areaoffice .colcontent .picturecol {
	width:100%;
	height:auto;
	margin:0 auto;
	
}
 
.areaoffice .colcontent .addresscol {
	font-size:18px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .addresscol .titlecolname {
	font-size:12px;
	
}

.areaoffice .colcontent .phonecol {
	font-size:18px;
	text-align:left;
	margin:5px auto;
}

.areaoffice .colcontent .getdirectionslink {
	
}

.areaoffice .colcontent .getdirectionslink .linkgetdirection {
	font-size:16px;
	color:#0078ba;
	font-weight:700;
	
}

.extracontactinfo .extratollfree {
	font-size:22px;
	text-align:left;
	width:40%;
	margin:5px auto;
	font-weight:700;
	float: left;
	
}
.extracontactinfo .extramailingaddress {
	font-size:16px;
	text-align:right;
	width:50%;
	margin:5px auto;
	font-weight:500;
	float:right;
	
}

#address1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
}

#address2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 20%;
	display: block;
}

#address3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 20%;
	display: block;
}

#address4 {
	clear: none;
	float: right;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
}

#areaaddressstep {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

#mapa {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-top: 30px;
	height: auto;
	text-align: center;
}

#colattorney {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}

#colattorney2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
	margin-top:0;
}

.boxcontentattoney {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 50px;
}
.boxcontentattoneyconsult {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 20px;
}

.newsbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-bottom:30px;
}
.servicesbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-bottom:30px;
}

#service1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	height: auto;
	margin-right: 4%;
	margin-top: 0;
	
}
#service2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	height: auto;
	margin-right: 4%;
	margin-top: 0;
	
}
#service3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	height: auto;
	margin-right: 0;
	margin-top: 0;
	
}
#copyhero {
	display:block;
	position:absolute;
	z-index:900;
	background: rgba(255, 255, 255, .8);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#0078ba;
	font-size:34px;
	line-height:39px;
	font-weight:300;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	left:0;
	right:0;
	bottom:10px;
	
	
}
#fotosoffice {
	display:block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-bottom:40px;
	padding-top:30px;
	max-width:1024px;
	
}

.titulotestcarrou {
		text-align:left;
		font-size:20px;
		color:#4c546f;
		line-height:22px;
		font-weight:400;
		padding-bottom:10px;
		font-style: normal;

	}
	.picturetestimonialareacarrou {
		float:left;
		clear:none;
		width:35%;
		margin-right:5%;
		height:auto;
		
	}
	.contenttestimonialareacarrou {
		float:left;
		clear:none;
		width:60%;
		height:auto;
		font-size:18px;
		text-align:left;
		font-style:italic;
		
		
		
	}
	
	#titlepaginacases {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	display: block;
	height: 130px;
	background-image: url(../images/background_main_section.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078ba;
	border-bottom-color: #0078ba;
	padding-top: 20px;
	padding-bottom:30px;
}
	
	
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    width:85%;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    width:85%;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

	
	

/* ===========================
--- Services
============================ */
.service-box {
	background: #fff;
	border: 1px solid #f7f7f7;
	padding: 20px;
}

.service-icon {
	margin-bottom: 20px;
	
}	
.service-icon span{
	color: #0078ba;
}	

/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	
	

	