* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html { 
	width: 100%; 
	height: 100%;
} 

body { 
	width: 100%; 
	height: 100%;
	/*padding-top: 10px;*/
	padding-top: 0px;
	overflow-y: auto;
} 

body {
/*	
	background-image: url("../img/fondoGarymar30.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: center top; 
	background-size: cover;
*/

}

.menu_bar{
	display: none;
}

header{
	width: 100%;
	position: fixed;
	z-index: 1000;

}

header nav{
	background: #8A1818;
	margin-top: 140px;

	
}

header nav ul{
	list-style: none;
	text-align: center;
}

header nav ul li:first-child{
	display: none;
}

header nav ul li{
	display: inline-block;
}

header nav ul li:hover{
	background: #E00000;
}

header nav ul li a{
	color:#fff;
	display: block;
	text-decoration: none;
	padding: 15px;
}

header nav ul li a span{
	margin-right: 10px;
}

header nav ul li img {
	max-width: 30px;	
}

.subheader{
	width: 100%;
	display: block;
	z-index: 1000;
	height: 140px;
	
	background-color: #fff;
	position: fixed;

}

#imgLogoCabecera{
	height: 100%;
    padding-top: 10px;
	
}


#logotipo {
	height: 95%;
	width: 50%;
	display: inline-block;
}

.cabAptdo {
	padding-top: 0px;
}

#lateral{
	float: right;
	margin-right: 30px;
	margin-top: 15px;
	position: relative;
}

#lateral div{
	height: 35px;
	width: 150px;
}

#lateral label{
	width: 120px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	text-align: right;
	color: #555555;
}


#imgTelefono{
	height: 35px;
}

#lbTelefono{
	top: 5px;

}

#imgFax{
	height: 35px;
}

#lbFax{
	top: 40px;
	
}

#imgWhatsapp{
	height: 28px;
	margin-right: 5px;
	margin-left: 4px;
}

#lbWhatsapp{
	top: 73px;

}

#news{
	height: 35px;
	background-color: #fff;
	padding-top:5px;
	color: #555555;
	width: 100%;
	border-bottom: 1px solid #8A1818;
	padding-top: 5px;
	border-top: 1px solid #fff;
}

#news label{
	font-size: 15px;
	font-weight: bold;
	font-style:italic; 
}

#news a{
	font-size: 15px;
	text-decoration: none;
	color: #CC0B0B;
}

#imgEmail{
	height: 28px;
	float: left;
	margin-right: 5px;
	margin-left: 4px;
	margin-top: -5px;
	
}



.parrafo{
	width: 80%;
	margin:0px auto;

}

.parrafo img{
	float:right;
	margin-left: 20px;
	display: static;
	width: auto;
}

.parrafo p {

}

.titulo {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contenedor{
	padding-top: 220px;
}

		::-webkit-scrollbar{
  			width: 10px;
  			background: #DFC074; 
		}
		
		::-webkit-scrollbar-button{
  			width:8px;
  			height: 5px;
		}
		::-webkit-scrollbar-track{
  			background:#ffffff;
  			border:thin solid #1a1f25;
  			-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  			-webkit-border-radius: 10px;
  			border-radius: 10px;
		}
		::-webkit-scrollbar-thumb{
		  background: #CB9A1D;
		  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
		                inset 1px 0 0 rgba(255,255,255,.4),
		                inset 0 1px 2px rgba(255,255,255,.3);
		 
		  border:thin solid #232c34;
		  border-radius: 10px;
		  -webkit-border-radius: 10px;
		}
		::-webkit-scrollbar-thumb:hover{
		    background: #DFC074; 
		}
		/* Pseudo-clase */
		::-webkit-scrollbar-thumb:window-inactive {
  			background: rgba(139,35,70,.6);
		}	

#acordeon {
	width: 800px;
	margin:0px auto;
	padding: 20px;
}

.listaAcordeon {
	display: block;
	background-color: #8A1818;
	padding: 8px;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px solid #555555;
	transition:0.4s ease-in-out;
}

.items{
	background-color:#fff;
	border-bottom: 1px solid #C0C0C0;
	overflow: hidden;
	max-height: 0px;
	opacity: 0; 
	position: relative;

}

.items.active{
	max-height: 1000px;
	padding: 10px;
	opacity: 1;
}

.listaAcordeon.active{
	background-color: #E00000;
}

.listaAcordeon:after{
	content: "\002b";
	float: right;
}
.listaAcordeon.active:after{
	content:"\02212";
}

#acordeon .items a{
	float: right;
}

#acordeon .items a img{
	height: 30px;
	position: absolute;
	top: 4px;
	right: 10px;
}

.fecha {
	width: 90px;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
}

.documento{
	display: inline-block;
	font-style: italic;
}

footer label {
	float: left;
	margin-left: 20px;
}

#lateral .icon-phone{
	font-size: 25px;
	color: #8A1818;
	display: inline-block;
	width: 35px;
}

#lateral .icon-printer{
	font-size: 25px;
	color: #8A1818;
	display: inline-block;
	width: 32px;
	float: none;
}

#news .icon-mail{
    font-size: 25px;
    color: #8A1818;
    display: inline-block;
    width: 35px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: -3px;
}

.abogado #lbl2 {
	margin-left: 15px;
	display: inline;
	position: static;
}

@media screen and (max-width: 700px) {
	body {
		padding-top: 50px;
	}

	header{
		position: static;
	}

	.subheader {
		display: none;
	}	


	.menu_bar{
		display: block;
		width: 100%;
		position:fixed;
		top:0;
		background:#fff; 
		z-index: 1000;
		height: 50px;
		text-align: center;
	}

	.menu_bar .btn_menu{
		color:#010283;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		margin-top: 4px;
	}

	.menu_bar .btn_volver{
		color:#fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		/*cursor: e-resize;*/
	}


	.menu_bar .btn_menu span{
		float: right;
		font-size: 40px;
		display: inline-block;
		margin-top: 4px;
    	margin-right: 4px;
    	
	}

	.menu_bar .btn_menu{
		color: #8A1818;
		overflow: hidden;
		font-size: 45px;
		font-weight: bold;
		text-decoration: none;
		margin-top: 4px;
		float: right;
	}

	#imgMenu {
		float:left;
		margin-top: 6px;
		height: 80%;
    	
	}

	header nav{
		width: 80%;
		height: calc(100% - 50px);
		position: fixed;
		left: 100%;
		margin: 0;
		overflow-y: auto;
		z-index: 10000;
	}

	header nav ul {
	 	text-align: left;
	}

	header nav ul li:first-child{
		display: block;
		position: relative;
	}

	header nav ul li:first-child img{
		position:absolute;
		top: 8px;
		right: 15px;

	}





	header nav ul li {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}

	#contenedor{
		padding-top: 0px;

	}

	.titulo{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
	}

	.parrafo img{
		width: 90%;
		display: block;
		margin:0px auto;
		float: none;
	}

	#acordeon {
		width: 100%;
	}

	#news {
		height: auto;
		border-top: 1px solid #8A1818;
		position: relative;

	}

	#news label {
		display: none;
	}

	#news .icon-mail{
    	margin-left: 7px;
	}

	#news a {
		display: inline-block;
		width: 80%;
		text-align: left;
		margin-left: 17%;
	}

	#news span{
		position: absolute;
		top:5px;
		left:10px;
	}

	.subheader{
		height: 70px;
	}

	.cabAptdo {
		padding-top: 0px;

	}

	.cabAptdo .titulo label{
		font-size: 24px;
	}

	.abogado #lbl2{
		position: absolute;
		top: 5px;
		right: 10px;
	}

}