html, body 
{
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image:url('../imagenes/fondonhabogados.png');
	background-repeat:repeat-x;
	color:#3a4f85;
	font-size:13px;
	background-color:#000;
}

#contenedorNHNW
{	width:1004px;
	margin:0 auto 0;
	text-align: left ;
	height:100%;
}

#cabecera
{
	width:100%;
	height:182px;
	float:left;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	clear:both;
}


#menuNHNW
{
	position:relative;
	width:100%;
	height:50px;
	display:block;
	margin-top: 70px;
	clear: both;
	background-image: url('../imagenes/fondoMenu.png');
}

#menuNHNW ul 
{
	margin: 0;
	padding: 0;
}

#menuNHNW li 
{
	text-decoration: none;  
	float:left;  
	margin-left:11px;
	
	/* Indicamos que la posici?n de 'li' sea adjunte siempre a la izquierda */
	float: left;
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
	display:inline;
}

#menuNHNW a.seleccionado
{
	background-image:url('../imagenes/seleccionado.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
}

#menuNHNW li a
{
	 
	font-size:13px;
	text-decoration: none;  
	float:left;  
	padding-top: 16px;
	padding-bottom:16px;
	padding-left:10px;
	padding-right:10px;
	color: #fff;  
	margin-left:10px;
	/* Indicamos que la posici?n de 'li' sea adjunte siempre a la izquierda */
	float: left;
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
	display:inline;
}

#menuNHNW li a:hover 
{  
	text-decoration:underline; 
}

#menuNHNW li a.seleccionado:hover 
{  
	text-decoration:none; 
} 

#contenedorCentralNHNW
{
	width:1004px;
	background-color:#e4e4e4;
	float:left;
	alignment-adjust:central;
}

#contenedorCentralNHNW_P
{
	width:850px;
	height: 250px;
	background-color:#e4e4e4;
	float:left;
	margin: 30px; margin-left:80px; 

	alignment-adjust:central;
}

#pieNHNW
{
	width:1004px;
	float:left;
	clear:both;
	background-image:url('../imagenes/pieNHNW.png');
	background-repeat:no-repeat;
}

#cuadroBlancoNHNW
{
	width:850px;
	float:left;
	clear:both;
	background-color:#FFF;
	margin-left:80px;
	margin-bottom:30px;
	border-color:#b5b6b5;
	border-style:solid;
	border-width:2px;
}

#cuadroNegroNHNW
{
	width:255px;
	height: 50px;
	float:left;
	clear:both;
	color:#FFF;
	background-color: #000;
	
	moz-opacity:0.8; 
	opacity:0.8; 
	filter: alpha(opacity=80);
}

#cuadroNegroNHNW_index
{
	width:100%;
	height: 50px;
	float:left;
	clear:both;
	color:#FFF;
	background-color: #000;
	moz-opacity:0.8; 
	opacity:0.8; 
	filter: alpha(opacity=80);
}

#textoNegroNHNW
{
	width:245px;
	padding-top:15px;
	text-align:center;
	letter-spacing:1px;
	margin:auto;
}

#textoBlancoNHNW
{
	width:830px;
	padding:10px;
	float:left;
	color:#333;
}

#oficinaAlgorfa
{
	margin-left: 80px;
	margin-top: 10px;
	width:450px;	
	color:#e4e4e4;
	float:left;
    font-size: 12px;
}

#tlfno
{
	width: 180px;
	float:left;
	margin-left: 25px;
	margin-top: 50px;
	color: #e4e4e4;
	
}

#redesSociales
{
	width: 180px;
	height: 100px;
	margin-left: 770px;
	margin-top: -50px;
	float:left;
	color: #FFF;
}

div.limpiar
{
	clear:both;
}

div.columnaProfesionales
{
	width:392px;
	padding:11px;
	position:relative; 
	float:left;
}

div.columnaServicios
{
	width:254px;
	padding:11px;
	position:relative; 
	float:left;

}

div.celdaServicios
{
	background-image:url('../imagenes/seleccionado.png'); 
	background-position:top; 
	background-repeat:repeat-x;
}

div.celdaServicios ul
{
	padding-left:15px; 
	
}

div.celdaServicios .tituloCelda
{
	color:#333; 
	font-size:14px;
}

.entradaTexto
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.nombreCampo
{
	width:220px; 
	height:25px; 
	float:left;
}

.contenidoModal 
{
	display: none;
	position: absolute;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	color:#FFF;
 	background-color: black;
	moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.fondoModal
{
	display: none;
	position: absolute;
	top:0;
	width: 100%;
	height: 1210px;
 	background-color: black;
	z-index:1001;
	moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
	display:none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    display: none; /* Oculto por defecto */
    z-index: 1000;
}

.cookie-banner p {
    display: inline;
    margin: 0;
    font-size: 14px;
}

.cookie-banner button {
    margin-left: 15px;
    padding: 5px 10px;
    background-color: #ffcc00;
    border: none;
    cursor: pointer;
}