/*Estilo para la página general*/

body { 
	background-image:url("../img/background_web.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	}	

#pagina { 
	width: 783px;
	margin: 0px auto;
	margin-bottom: 15px;
 	text-align: justify;
	background-color: #ffffff;
	background-image:url("../img/fondo_pagina.gif");
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	}
	
a{
	outline: 0px;
}	
	
/* Estilos para los DIVS o CAPAS */
#cabecera { 
	width: 783px;
	height: 113px;
	margin: 0px; 
	background-color: #FFFFFF;
	}	
	
#cabecera-left

{
	width: 240px;
	height: 113px;	
	padding: 0px;
	margin: 0px;
	float: left;
	background: url("../img/logotipo.jpg"); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}	

#cabecera-right-top
{
background:url("../img/background_cabecera_top.jpg") no-repeat scroll right bottom transparent;
color:#813034;
float:left;
font-size:9px;
height:56px;
padding-right:10px;
padding-top:10px;
text-align:right;
width:533px;
}	

#cabecera-right-top p
{
 	padding: 5px 5px 0px 0px !important;
 	padding: 17px 5px 0px 0px /**/;	
}	


#cabecera-right-bottom
{
	width: 543px;
	height: 47px;	
	padding: 0px;
	margin: 0px;
	float: left;
	background: url("../img/background_cabecera_bottom.jpg"); 
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	text-align: right;
	color: #787878;
	font-size: 9px;
}	

#cabecera-right-bottom p
{
 	padding: 0px 2px 0px 0px !important;
 	padding: 0px 2px 0px 0px /**/;	
}	

#cabecera-right-bottom a:link
{
	color: #787878;
 	padding: 0px 0px 0px 0px;
	text-decoration: none;
}	

#cabecera-right-bottom a:visited
{
	color: #787878;
 	padding: 0px 0px 0px 0px;
	text-decoration: none;
}	

#cabecera-right-bottom a:hover
{
	text-decoration: none !important;	
	text-decoration: underline /**/;
	color: #813034 !important;
	color: #787878 /**/;	
}	

#cabecera-right-bottom table
{
	margin-top: 6px !important;
	margin-top: 6px /**/;
	padding-top: 0px;	
}	


/*Menú Superior*/

#barra_menu { 
	font-weight: bold;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0px auto;
	height: 30px;
	width: 783px !important;
	width: 783px /**/;
	color: #FFFFFF;
	background-image:url("../img/menu_superior.gif");
}	

#menu { 
	float: left;
	font-weight: bold;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0px auto;
	height: 30px;
	color: #FFFFFF;
	width: 700px;

}	

#menu ul {
	display: inline;
list-style-image:none;	
}
	
#menu li {
	float:left;
	height:22px !important;
	height:22px /**/;	
	text-align: center;
	padding-top: 8px;
	display: inline;

}

#menu li a {
	height:22px;
	background-image:url("../img/menu_superior.gif");	
	padding: 8px 0px 0px 0px;
	text-decoration:none;	
	font-weight:bold;
	
}
	
#menu li a:link {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}

#menu li a:visited {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}

#menu li a:hover{
	height: 22px;
	background-image:url("../img/hover.gif");
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration:none;
}

#menu .boton_activo {
	float:left;
	text-align: center;
	background-image:url("../img/hover.gif");	
	background-position: center top;
	background-repeat: no-repeat;	
}

#menu  .boton_activo a{
	float:left;
	text-align: center;
	padding-top: 0px;
	background-image: none;
	padding-top: 0px;	
}

#menu  .boton_activo a:hover{
	float:left;
	text-align: center;
	padding-top: 0px;
	background-image: none;
	padding-top: 0px;	
}
	

#menu .separador {
	float:left;
	height:22px !important;
	height:22px /**/;	
	text-align: center;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;	
}

#menu_idiomas {
	float:right;
	background-color: transparent;
	margin-top: 8px;	
	margin-right: 5px;	
	position: relative;
}

#menu_idiomas a{
	margin-right: 5px;

}


#migas { 
	font-weight: normal;
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
    margin: 0px auto;
	height: 37px;
	width: 783px !important;
	width: 783px /**/;
	background-image:url("../img/menu_migas.gif");
	color: #813034;
	font-size:12px;
	}	

#migas p {	
	margin: 0px;
	padding: 8px 0px 0px 50px;
		font-size: 10px;	
}
#migas a {
	padding: 8px 0px 8px 0px;
	color:#646262;
	text-decoration:none;
		font-weight:bold;
		font-size: 10px;
}
	
#migas a:link {
	color:#646262;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}

#migas a:hover{
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration:underline;
}			

/*Ocupa toda la página excepto la zona del menú de la derecha */	
#contenedor { 
	margin: 0px;
	overflow: hidden; 
	width: 783px;
	}

#barra_lateral {
	width: 189px;
	float: left;
}

#barra_lateral img {
	padding-top: 6px !important;
	padding-top: 2px /**/;
}
	
#menu_izquierda
{
	margin: 5px 0px 5px 0px !important;
	margin: 5px 0px 5px 0px /**/;
	float:left;
	width: 185px;
	padding: 1px 1px 0px 1px;
	border: 1px solid #cfcfcf;
	background-image: url("../img/fondo_submenu.gif");	
	background-repeat: no-repeat;
	background-color: #ededed;
	background-position: 1px 1px;
}



#menu_izquierda ul
{
	background-color: transparent;
	margin:0px;
}	

#menu_izquierda .menu-seccion 
{
	margin: 0px;
	padding:0px;

}

#menu_izquierda .menu-seccion li
{
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#menu_izquierda .menu-seccion li a
{
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 15px;
	color: #5f0000;
	text-decoration: none;
	background-image: url("../img/bullet_flecha.gif");	
	background-repeat: no-repeat;	
	background-position: 6px 6px;
}

#menu_izquierda .menu-seccion li a:visited
{
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 15px;
	color: #5f0000;
	text-decoration: none;
	background-image: url("../img/bullet_flecha.gif");	
	background-repeat: no-repeat;	
	background-position: 6px 6px;

}

#menu_izquierda .menu-seccion li a:hover
{
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 26px;
	color: #ffffff;
	text-decoration: none;
	background-color: #813034;
	background-image: url("../img/bullet_flecha_hover.gif");	
	background-repeat: no-repeat;	
	background-position: 16px 6px;	
	
}

#menu_izquierda .menu-seccion .activo
{
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 26px;
	color: #ffffff;
	text-decoration: none;
	background-color: #813034;
	background-image: url("../img/bullet_flecha_hover.gif");	
	background-repeat: no-repeat;	
	background-position: 16px 6px;		
}

#menu_izquierda .menu-seccion .activo a:visited, #menu_izquierda .menu-seccion .activo a
{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #813034;
	background-image: none;	
	background-repeat: no-repeat;	
	background-position: 16px 6px;		
}

/*__________________________________*/
	


	
#contenido {
	float:right;
	margin: 5px 0px 5px 0px !important;
	margin: 5px 0px 5px 0px /**/;
	padding: 0px 10px 10px 10px;
/*	overflow:auto;*/
	background-image:url("../img/fondo_contenido.jpg");
	background-repeat:no-repeat;
	width: 565px;
	border: 0px solid #8ebc06;
	background-color: #FFFFFF;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
    font-weight: normal;
	color: #646262;
	min-height: 310px;
	}
	
*html #contenido {
	height:310px;	
}

#contenido .negrita {
	font-weight: bold;
}	

#contenido .titulo{
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	font-size: 22px; 
	color: #813034;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 10px !important;

}

#contenido .tituloderecha{
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	font-size: 16px; 
	color: #813034;
	margin: 0px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #813034 ;
	width: 540px;
}

#caja {
border: 1px solid #cfcfcf;
padding: 10px;
margin:0px;
}

/*____________________________________*/


#contenido a {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #813034;
	text-decoration: none;
	font-weight: normal;
/*	float: right;*/
}

#contenido a:hover{
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #813034;
	text-decoration: underline;
	font-weight:normal;
}


#contenido .imagen {
	border: 1px solid #813034;
}

#contenido .img_titulo {
	border: 0px solid #813034;
	padding-top: 0px !important;
	padding-top: 10px /**/;
	margin-top: 10px;
}

/* ESTILOS PARA LA HOME */

#contenedor_home { 
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden; 
	width: 783px;
/*	background-image: url("../img/fondo_gral_home.gif");*/
	background-repeat: repeat-y;
	}

.slide {
	margin-bottom: 14px;
}


#home_intro {
	float: left;
	width: 590px;
	color: #646262;	
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


#home_intro .titulo {
	margin-top: 0px;	
	text-transform:uppercase;
	font-size: 22px; 
	color: #813034;
}


#banners{
	margin: 0px 0px 0px 0px;
/*	height: 76px;*/
	float: right;
	width: 173px;	
}

#franquicias{
	margin: 0px 0px 0px 0px;
	background-image: url("../img/banner_franquicias_home.jpg");	
	width: 173px;
	height: 76px;	
	display: block;	
	cursor: pointer;	
	float: left;
}

#inmobiliaria{
	margin: 0px 0px 0px 6px;
	background-image: url("../img/banner_inmobiliaria_home.jpg");	
	width: 173px;
	height: 76px;	
	display: block;
	cursor: pointer;	
	float: left;
}

#procesal{
	margin: 0px 0px 3px 0px;
	background-image: url("../img/banner_procesal.jpg");	
	width: 173px;
	height: 78px;	
	display: block;	
	cursor: pointer;	
	float: left;
}

#mercantil{
	margin: 0px 0px 3px 0px;
	background-image: url("../img/banner_mercantil.jpg");	
	width: 173px;
	height: 78px;	
	display: block;	
	cursor: pointer;	
	float: left;
}

#procesal a, #mercantil a, #datos a{
	font-size: 1px;
	color: #FFFFFF;
	width: 173px;
	height: 78px;
	display: block;
}

#datos{
	margin: 0px 0px 3px 0px;
	background-image: url("../img/banner_datos.jpg");
	width: 173px;
	height: 78px;
	padding: 0px;	
	display: block;
	cursor: pointer;		
	float: left;	
}



#corrige{
	margin: 0px;
	border: 0px;
}


#noticias {
/*	float: right;*/
	font-size: 10px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#noticias .titulo {
	margin-top: 25px;	
	text-transform:uppercase;
	font-size: 22px; 
	color: #813034;
}

#bullet {
	float: left;
	background-image: url("../img/bullet_flecha.gif");	
	background-repeat: no-repeat;	
	background-position: 0px 5px;
	clear:both;		
}

#noticias_izquierda {
	float: left;
	color: #646262;
}

#noticias_derecha {
	float: left;	
	width: 535px;
	padding-bottom: 8px;
}

#noticias_derecha a
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #646262;
	text-decoration: none;
}

#noticias_derecha a:visited
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #646262;
	text-decoration: none;

}

#noticias_derecha a:hover
{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #813034;
	text-decoration: none;
}


/*HASTA AQUÍ LOS ESTILOS DE LA HOME*/


/*ESTILOS DEL MAPA DEL SITIO*/

#contenido .mapa_h1 {
	background-image: url("../img/bullet_flecha.gif");	
	background-repeat: no-repeat;	
	background-position: 20px 15px;
	padding-left: 30px;
	padding-top:10px;
	text-transform:uppercase;
}

#contenido .mapa_h2 {
	padding-left: 45px;
}

#contenido .mapa_h2 a:link{
	color: #646262;
}

#contenido .mapa_h2 a:visited{
	color: #646262;
}

#contenido .mapa_h2 a:hover{
	color: #646262;
	text-decoration: underline;
}

#contenido .mapa_h3 {
	padding-left: 15px;
	text-decoration:underline;
}

/*HASTA AQUÍ LOS ESTILOS DE LA MAPA DEL SITIO*/

#pie {
	background-image:url("../img/fondo_pie.jpg");
	background-repeat: no-repeat;
	height: 50px;
	width: 783px;
	color: #813034;
	text-align: right;
	margin-top:10px;
}

#pie .izquierda {
	padding-left: 25px;
	width: 200px;
	text-align: left;
}

#pie .centro {
	width: 400px;
	text-align: center;
}

#pie .derecha {
	margin-right:: 10px;
	text-align: left;
}

#pie .derecha a:link{
color:#813034;
padding-left: 0px;
text-decoration:none;
}

#pie .derecha a:visited{
color:#813034;
padding-left: 0px;
text-decoration:none;
}

#pie .derecha a:hover{
color:#813034;
padding-left: 0px;
text-decoration:underline;
}

#pie a:link {
color:#813034;
padding-left: 0px;
text-decoration:underline;
}

#pie a:visited {
color:#813034;
padding-left: 0px;
text-decoration:underline;
}

#pie a:hover {

text-decoration:none;
}


/*____________________________________*/

/*ESTILO PARA LOS FORMULARIOS*/		

#contenido .peque {
	font-size:9px;
	margin-right: 35px;
}

#contenido .obligatorio {
	color: #FF0000;
}

form {
	width: 322px;
	border:0px  solid #000000;
	margin-left: 10px;
	text-align:right;
	background: transparent;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
    font-weight: normal;
	color: #813034;	
}

input {
	width: 180px;
	background: #fafbfc;
	border : 1px double #813034;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
    font-weight: normal;
	color: #813034;	
}

input:focus, textarea:focus {
	border : 1px double #666666;
	background:#f9f9f9;
}

select {
	width: 179px !important;
	width: 184px /**/;	
	background: #fafbfc;
	border : 1px double #813034;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
    font-weight: normal;
	color: #813034;	
}

input#submit {
	border: 0px solid #999999;
	background-color:#813034;
/*	background: #F1F8F6 url('fade.png') repeat-x;*/
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;
	cursor: pointer;
}

input#submit:hover, input#reset:hover{
	background-color:#91363b;
}


input#reset {
	border: 0px solid #999999;
	background-color:#813034;
/*	background: #F1F8F6 url('fade.png') repeat-x;*/
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;	
	cursor: pointer;	
}


textarea {
	width: 180px;
	background: #fafbfc;
	border : 1px double #813034;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
  font-weight: normal;
	color: #813034;		
}

.botones {
	width: 129px;
	height: 21px;
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
    font-weight: normal;
	background-image:url("../img/boton_curriculum.gif");
	background-repear: no-repeat;
	text-align: center;
	padding-top: 5px;	
}

.sangrado {
	width: 30px;
	float: left;
}

/*____________________________________*/

/*ESTILOS PARA LA CARGA DE IMÁGENES -GALERÍA AJAX Y JAVASCRIPT*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a { 
color:#000000;
text-decoration: underline;
}

#lightbox a:hover { 
color:#000000;
text-decoration: none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*Añadir más extraDiv(1-20) para meter más imágenes*/

/*#extraDiv1 { 
	background: transparent url(../img/pub.jpg) top left no-repeat; 
	position: absolute; 
	top: 377px; 
  left: 120px !important
	width: 174px !important;
	width: 174px ; 
	height: 129px;
}	
*/	
