.fondo01 {
	background-image: url(../imagenes/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_mazo {
	background-image: url(../imagenes/martillo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_rojo {
	background-image: url(../imagenes/linearoja.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bordes {
	border: 1px solid #AAAA9B;
}

.fondo_gris {

	background-image: url(../imagenes/grishorizontal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_poblacion {


	background-image: url(../imagenes/poblacion.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_juridica {



	background-image: url(../imagenes/juridica.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fondo_direccion {



	background-image: url(../imagenes/bsc_direccion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fondo_codigo {



	background-image: url(../imagenes/bsc_codigo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fondo_alta {




	background-image: url(../imagenes/alta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_afiliados {





	background-image: url(../imagenes/afiliados.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_bottom {






	background-image: url(../imagenes/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_abogados {

	background-image: url(../imagenes/quiensomos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_ofrecemos {


	background-image: url(../imagenes/ofrecemos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_reloj {


	background-image: url(../imagenes/periodicos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_quienes_somos {


	background-image: url(../imagenes/ojo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_ficha1 {

	background-image: url(../imagenes/ficha1/cabecera_ficha1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_ficha2 {


	background-image: url(../imagenes/ficha1/cabecera_ficha3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_ficha3 {



	background-image: url(../imagenes/ficha1/cabecera_ficha4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* CSS para la animación y localización de los DIV de cookies */
@keyframes desaparecer
{
0%	{bottom: 0px;}
80%	{bottom: 0px;}
100%	{bottom: -50px;}
}
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%	{bottom: 0px;}
80%	{bottom: 0px;}
100%	{bottom: -50px;}
}
@keyframes aparecer
{
0%	{bottom: -38px;}
10%	{bottom: 0px;}
90%	{bottom: 0px;}
100%	{bottom: -38px;}
}
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%	{bottom: -38px;}
10%	{bottom: 0px;}
90%	{bottom: 0px;}
100%	{bottom: -38px;}
}
#cookiesms1:target {
display: none;
}
.cookiesms{	
width:100%;
height:43px;
margin:0 auto;
padding-left:1%;
padding-top:5px;
font-size: 1.2em;
clear:both;
font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
.cookiesms:hover{
bottom:0px;
}
.cookiesms a{
	color:#910D26 !important;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.9;
filter:alpha(opacity=90);
position:absolute;
left:1%;
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
}
/* Fin del CSS para cookies */