@charset "utf-8";

.div-whatsapp {display:block;position:fixed;bottom:2.5%;right:2.5%;width:50px;height:50px;z-index:9999999999999999999999999999999999999999 !important;}

.icono-whatsapp{display: block;z-index:9999999999999999999999999999999999999999 !important;width: 100%}

img {border: 0;}
.online {
	width: 100px;
	height: 100px;
	color: #FFFF00;
	-webkit-animation-name: color; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: color;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes color {
    0%   {color: yellow;}
    100%  {color: silver;}
}

/* Standard syntax */
@keyframes color {
    0%   {color: yellow;}
    100%  {color: silver;}
}
a {
	text-decoration: none;
}

#cuerpo {
	height: auto;
	width: 100%
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
}	
body {	background-color: #000;}

#contacto-header {
	height: auto;
	width: 100%
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
}	
h1, h2, h3, p {	font-family: 'Droid Serif', serif;
}

@media screen and (max-width: 600px) {	

li {
	list-style-type: none;
	position: relative;
	float: left;
}	

header {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	height: 90px;
}
#logo {
	width: 150px;
	position: absolute;
	margin-left: -75px;
	left: 50%;
}
#img-logo {display: none;}
#txt-logo {display: none;}
#img-logo-max-600 {
	height: 45px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 5px;
}
#redes-sociales {
display: none;
}
#contacto-header {
	display: none;
}
.barra {display: none;}
.barra-fix {display: none;}
nav {
	background-image: url(../imagenes/iconos/menu-nav-max-600.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	height: 25px;
	width: 30px;
	overflow: hidden;
	top: 35px;
	left: 15px;
   -webkit-transition-property: width, height; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width, height;
    transition-duration: 2s;
	z-index: 9999999999999 !important;
}
nav:hover, nav:active {
	border: solid 2px #c1ac51;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	background-image: none;
	height: 400px;
	width: 225px;
	left: 0px;}
.menu-ul {
	position: absolute;
	left: -20px;
	width: 100%;
}
.li-nav {
	list-style-type: none;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7D7D7D;
	width: 80%;
	margin-top: 5px;
	margin-right: 20%;
	margin-bottom: 5px;
	margin-left: 0%;
	text-align: center;
}
.boton-nav {
	left: 0px;
	color: #3D3D3D;
	margin-right: 75px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	font-size: 13px;
	font-weight: bolder;
	width: 100%;
	font-style: normal;
	font-variant: normal;
}
.boton-nav:hover {
	color: #f90;
}
}

@media screen and (min-width: 601px) {	
#back-header {
	position: absolute;
	width: 100%;
	height: 145px;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: .85;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1D1D1D;
}
header {
	height: 135px;
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
	z-index: 99999;
}
#logo {
	position: absolute;
	height: 75px;
	width: 320px;
	left: 10px;
	margin-top:15px;
}
#img-logo-max-600 {display: none;}
#img-logo {
	position: absolute;
	height: 75px;
	width: 94px;
	left: 5px;
	top: 50%;
	margin-top: -37.5px;
}
#txt-logo {
	position: absolute;
	height: 22px;
	width: 200px;
	left: 120px;
	top: 50%;
	margin-top: -11px;
}
h1 {z-index: 999999 !important;
	line-height: 20px;
	font-family: 'Droid Serif', sans-serif;
	font-size: 22px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: -11px;
	height: 22px;
	font-weight: normal;
	
	color: rgba(258,220,147,1);
color: -moz-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(251,223,147,1) 0%, rgba(193,172,81,1) 100%);
color: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,238,173,1)), color-stop(0%, rgba(251,223,147,1)), color-stop(100%, rgba(193,172,81,1)));
color: -webkit-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(251,223,147,1) 0%, rgba(193,172,81,1) 100%);
color: -o-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(251,223,147,1) 0%, rgba(193,172,81,1) 100%);
color: -ms-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(251,223,147,1) 0%, rgba(193,172,81,1) 100%);
color: linear-gradient(to right, rgba(247,238,173,1) 0%, rgba(251,223,147,1) 0%, rgba(193,172,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ac51', endColorstr='#c1ac51', GradientType=1.5 );

	/*color: rgba(247,238,173,1);
color: -moz-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(193,172,81,1) 100%);
color: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,238,173,1)), color-stop(100%, rgba(193,172,81,1)));
color: -webkit-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(193,172,81,1) 100%);
color: -o-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(193,172,81,1) 100%);
color: -ms-linear-gradient(left, rgba(247,238,173,1) 0%, rgba(193,172,81,1) 100%);
color: linear-gradient(to right, rgba(247,238,173,1) 0%, rgba(193,172,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eead', endColorstr='#c1ac51', GradientType=1 );*/
}
#redes-sociales {
	position: absolute;
	width: 200px;
	height: 30px;
	top: 40px;
	left: 760px;
	z-index: 999;}
.ico-social {
	position: relative;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 50%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: -10px;
}
#contacto-header {
	position: absolute;
	width: 380px;
	height: 25px;
	z-index: 9999;
	left: 375px;
	top: 43px;
}
.c-head {
	position: relative;
	width: 160px;
	height: 20px;
	top: -5px;
	margin-right: 5px;
	float: left;
	left: 0px;
}
.tel {
	background-image: url(../imagenes/iconos/estudio-griner-tel-estudio-abogados.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
}
.mail {
	background-image: url(../imagenes/iconos/estudio-griner-email-estudio-abogados.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
}
.txt-contacto-header {
	color: #fff;
	z-index: 999999 !important;
    font-family: 'Droid Serif', sans-serif;
	font-size: 8px;
	height: 25px;
	margin-top: -07px;
	position: absolute;
	top: 50%;
	font-weight: normal;
}
.nav-container {
	width: 850px;
	height: 45px;
	z-index: 999999;
	top:95px;
	left:50%;
	margin-left:-475px;
	position: absolute;
}
.boton-nav {
	text-decoration: none;
	color: #C0C0C0;
	font-family: 'Droid Serif', sans-serif;
	padding: 8px 8px 8px 8px;
	z-index: 999999 !important;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 14px;
	text-shadow: 0 0px 0 rgba(255,255,255,0.25);
	}
.boton-nav:hover {
	color: #F90;
	z-index: 99999;
	text-shadow: 0 0px 0 rgba(255,255,255,0.25);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f90;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.menu-ul {
	height: auto;
	z-index: 99999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 0 0px 0 rgba(255,255,255,0.25);
}
.li-nav {
	display: inline;
	z-index: 999999;
	min-width: 65px;
	text-shadow: 0 0px 0 rgba(255,255,255,0.25);
	padding-right: 10px;
	padding-left: 10px;
}
.f-nav{
	z-index: 9999999999;
	position: fixed;
	top: 0px;
	width: 1000px;
	height: 58px;
	left: 50%;
	background-image: url(../imagenes/logos/logo-fix.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	text-indent: 185px;
	margin-left: -500px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	background-color: #000;
	} 
.barra {
	position: absolute;
	width: 100%;
	height: 55px;
	z-index: 1;
	top: 0px;
	left: 0%;
}
.barra-fix {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 99;
	top: 0px;
	left: 0%;
	background-color: #000;
}

}