/* Generales */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/2008/imgs/fondoWeb.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #D4B012;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #333;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Precarga */
#precarga {
	position: absolute;
	top: -10000px;
}

/* Contenido */
#web {
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	background-color: #fff;
}

/* Contenido > Cabecera */
#web #cabecera {
	width: 880px;
	height: 100px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
body#bodyIntro #web #cabecera {
	margin-bottom: 30px !important;
}
body#bodyInicio #web #cabecera {
	background-image: url(/2008/imgs/cabecera_home_01.jpg);
}
body#bodyQuienessomos #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_01.jpg);
}
body#bodyServicios #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_10.jpg);
}
body#bodyFranquicias #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_03.jpg);
}
body#bodyContacto #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_02.jpg);
}
body#bodyMapaWeb #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_07.jpg);
}
body#bodyGenerico #web #cabecera {
	background-image: url(/2008/imgs/cabecera_interior_11.jpg);
}
body#bodyNoticias #web #cabecera {
background-image: url(/2008/imgs/cabecera_interior_12.jpg);
}
#web #cabecera h1 span {
	position: absolute;
	top: -10000px;
}
#web #cabecera a#linkCabecera {
	display: block;
	width: 275px;
	height: 100px;
	background-image: url(/2008/imgs/logo.jpg);
	background-repeat: no-repeat;
}

/* Contenido > Menu horizontal */
#web #menuHorizontal {
	width: 605px;
	height: 25px;
	padding-left: 275px;
	margin-bottom: 1px;
	background-image: url(/2008/imgs/menuHorizontal_fondo.jpg);
	background-repeat: no-repeat;
}
#web #menuHorizontal ul {
	list-style-type: none;
	display: inline;
}
#web #menuHorizontal ul li {
	float: left;
	background-repeat: no-repeat;
}
#web #menuHorizontal ul li a {
	display: block;
	height: 25px;
	background-image: url(/2008/imgs/menuHorizontal.jpg);
}
#web #menuHorizontal ul li a em {
	display: none;
}
/* Contenido > Menu horizontal > Estado normal */
#web #menuHorizontal ul li#inicio a {
	background-position: 0 0;
	width: 68px;
}
#web #menuHorizontal ul li#quienessomos a {
	background-position: -68px 0;
	width: 143px;
}
#web #menuHorizontal ul li#servicios a {
	background-position: -211px 0;
	width: 95px;
}
#web #menuHorizontal ul li#franquicias a {
	background-position: -306px 0;
	width: 116px;
}
#web #menuHorizontal ul li#contacto a {
	background-position: -422px 0;
	width: 100px;
}
#web #menuHorizontal ul li#noticias a {
	background-position: -515px 0;
	width: 80px;
}
/* Contenido > Menu horizontal > Estado rollover */
#web #menuHorizontal ul li#inicio a:hover {
	background-position: 0 -25px;
	width: 68px;
}
#web #menuHorizontal ul li#quienessomos a:hover {
	background-position: -68px -25px;
	width: 143px;
}
#web #menuHorizontal ul li#servicios a:hover {
	background-position: -211px -25px;
	width: 95px;
}
#web #menuHorizontal ul li#franquicias a:hover {
	background-position: -306px -25px;
	width: 116px;
}
#web #menuHorizontal ul li#noticias a:hover {
	background-position: -515px -25px;
	width: 80px;
}
#web #menuHorizontal ul li#contacto a:hover {
	background-position: -422px -25px;
	width: 100px;
}
/* Contenido > Menu horizontal > Estado activo */
body#bodyInicio #web #menuHorizontal ul li#inicio a {
	background-position: 0 -50px;
	width: 68px;
	cursor: default;
}
body#bodyQuienessomos #web #menuHorizontal ul li#quienessomos a {
	background-position: -68px -50px;
	width: 143px;
	cursor: default;
}
body#bodyServicios #web #menuHorizontal ul li#servicios a {
	background-position: -211px -50px;
	width: 95px;
	cursor: default;
}
body#bodyFranquicias #web #menuHorizontal ul li#franquicias a {
	background-position: -306px -50px;
	width: 116px;
	cursor: default;
}
body#bodyNoticias #web #menuHorizontal ul li#noticias a {
	background-position: -515px -50px;
	width: 80px;
	cursor: default;
}

body#bodyContacto #web #menuHorizontal ul li#contacto a {
	background-position: -422px -50px;
	width: 100px;
	cursor: default;
}

/* Contenido > Contenedor central */
#web #central {
	width: 880px;
	background-image: url(/2008/imgs/fondoCentral.jpg);
	background-repeat: repeat-y;
}
body#bodyIntro #web #central,
#web #central.noBackground {
	background-image: none !important;
}

/* Contenido > Contenedor central > Izquierda */
#web #central #columnaIzda {
	float: left;
	width: 275px;
}
#web #central #columnaIzda img.imagenIzda {
	border: 0px !important;
	padding-top: 1px;
	padding-bottom: 7px;
	background-color: #fff;
}
#web #central #columnaIzda img.imagenIzda2 {
	border: 0px !important;
	padding-top: 1px;
}
#web #central #columnaIzda #accesoUsuarios {
	width: 275px;
	height: 107px;
	background-color: #fff;
}
#web #central #columnaIzda #accesoUsuarios img {
	border: 0px !important;
}

/* Contenido > Contenedor central > Derecha */
#web #central #columnaDcha {
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	width: 593px;
}
#web #central #columnaDchaInterior {
	float: left;
	margin-top: 15px;
	margin-left: 7px;
	padding-left: 25px;
	width: 573px;
	background-image: url(/2008/imgs/fondoContenido.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#web #central #columnaDchaInterior h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 40px;
	background-repeat: no-repeat;
}
#web #central #columnaDchaInterior h3 span {
	position: absolute;
	top: -10000px;
}
#web #central #columnaDchaInterior h3.h3contacto {
	background-image: url(/2008/imgs/h3_contacto.jpg);
}
#web #central #columnaDchaInterior h3.h3franquicias1 {
	background-image: url(/2008/imgs/h3_franquicias1.jpg);
}
#web #central #columnaDchaInterior h3.h3franquicias2 {
	background-image: url(/2008/imgs/h3_franquicias2.jpg);
}
#web #central #columnaDchaInterior h3.h3franquicias3 {
	background-image: url(/2008/imgs/h3_franquicias3.jpg);
}
#web #central #columnaDchaInterior h3.h3delegaciones {
	background-image: url(/2008/imgs/h3_delegaciones.jpg);
}
#web #central #columnaDchaInterior h3.h3mapaweb {
	background-image: url(/2008/imgs/h3_mapaweb.jpg);
}
#web #central #columnaDchaInterior h3.h3quienes {
	background-image: url(/2008/imgs/h3_quienes.jpg);
}
#web #central #columnaDchaInterior h3.h3quienes2 {
	background-image: url(/2008/imgs/h3_quienes2.jpg);
}
#web #central #columnaDchaInterior h3.h3servicios {
	background-image: url(/2008/imgs/h3_servicios.jpg);
}
#web #central #columnaDchaInterior h3.h3legislacion {
	background-image: url(/2008/imgs/h3_legislacion.jpg);
}
#web #central #columnaDchaInterior h3.h3noticias {
	background-image: url(/2008/imgs/h3_noticias.jpg);
}
#web #central #columnaDchaInterior h4 {
	margin-bottom: 12px;
	font-size: 27px;
	font-weight: bold;
	color: #999;
}
#web #central #columnaDchaInterior h4 b {
	color: #D4B012 !important;
}
#web #central #columnaDchaInterior ul li {
	list-style-type: none;
	line-height: 1.75em;
}
#web #central #columnaDchaInterior ul li ul {
	margin-left: 25px;
}

/* menu nivel III */
#web #central #columnaDchaInterior #subMenu {
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #999 !important;
}
#web #central #columnaDchaInterior #subMenu a {
	text-decoration: underline;
	color: #999 !important;
}
#web #central #columnaDchaInterior #subMenu a:hover {
	text-decoration: none;
}
#web #central #columnaDchaInterior #subMenu a.activo {
	font-weight: bold;
	color: #D4B012 !important;
	cursor: default;
	text-decoration: none !important;
}
#web #central #columnaDchaInterior #subMenu a.activo:hover {
	text-decoration: none !important;
}
#web #central #columnaDchaInterior #subMenu a.pdf {
	background-image: url(/2008/imgs/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}


/* Margin Left del sub-menu */
body#bodyQuienessomos #web #central #columnaDchaInterior #subMenu {
	margin-left: 35px;
}
body#bodyServicios #web #central #columnaDchaInterior #subMenu {
	margin-left: 180px;
}
body#bodyFranquicias #web #central #columnaDchaInterior #subMenu {
	margin-left: 68px;
}
body#bodyContacto #web #central #columnaDchaInterior #subMenu {
	margin-left: 315px;
}

#web #central #columnaDchaInterior p {
	width: 550px;
	text-align: justify;
	margin-bottom: 15px;
}
#web #central #columnaDchaInterior p a,
#web #central #columnaDchaInterior p a:hover,
#web #central #columnaDchaInterior b {
	color: #C79D0B;
}
#web #central #columnaDchaInterior table.tableServicios {
	width: 550px;
}
#web #central #columnaDchaInterior td.tdServicios {
	padding-left: 20px;
	font-size: 20px;
	line-height: 1.10em;
}
#web #central #columnaDchaInterior td.tdServicios a {
	color: #999 !important;
}
#web #central #columnaDchaInterior td.tdServicios a:hover {
	color: #D4B012 !important;
	text-decoration: none !important;
}

#web #central #columnaDchaInterior table.tableFormacion {
	width: 550px;
	margin-bottom: 12px;
}
#web #central #columnaDchaInterior table.tableFormacion th {
	padding: 5px;
	text-align: left;
	color: #fff;
	background-color: #D4B012;
	border-bottom: 1px solid #333;
	font-size: 12px;
}
#web #central #columnaDchaInterior table.tableFormacion td {
	width: 50%;
	padding: 5px;
	text-align: left;
	background-image: url(http://www.navesolar.es/2008/imgs/td.jpg);
	background-repeat: repeat-x;
	border-left: 12px solid #F6E39F;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

#web #central #columnaDchaInterior table.tableOrganigrama {
	width: 550px;
	padding-top: 20px;
}
#web #central #columnaDchaInterior table.tableOrganigrama td.tdOrganigrama {
	font-size: 17px;
	line-height: 1.0em;
	padding-right: 5px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
#web #central #columnaDchaInterior table.tableOrganigrama td.tdOrganigrama b,
#web #central #columnaDchaInterior table.tableOrganigrama td.tdOrganigrama a {
	color: #D4B012;
	font-size: 11px !important;
	font-weight: normal !important;
}


#web #central #columnaDcha a,
#web #central #columnaDchaInterior a {
	color: #666;
}
#web #central #columnaDcha a:hover,
#web #central #columnaDchaInterior a:hover {
	color: #999;
}

/* red de franquicias -desactivado-
#web #central #columnaDchaInterior p.datosFranquiciado {
	float: left;
	margin-bottom: 7px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #ccc;
}
#web #central #columnaDchaInterior p.width220 {
	width: 220px !important;
}
#web #central #columnaDchaInterior p.datosFranquiciado b {
	color: #D4B012;
	font-weight: bold;
}
#web #central #columnaDchaInterior p.datosFranquiciado a,
#web #central #columnaDchaInterior p.datosFranquiciado a:hover {
	padding-left: 5px;
	border-left: 1px solid #D4B012;
	color: #D4B012 !important;
	font-weight: bold;
}
 */

/* noticias del grupo */
#web #central #columnaDchaInterior #noticias p.fecha {
	margin: 0px !important;
	color: #666;
	border-bottom: 1px solid #ccc;
}
#web #central #columnaDchaInterior #noticias h2 {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 550px;
	font-size: 2em;
	line-height: 1.10em;	
	font-weight: normal;
	letter-spacing: -1px;
}
#web #central #columnaDchaInterior #noticias p {
	font-size: 12px !important;
}

/* Servicios > Productos */
#web #central #columnaDchaInterior #tablaProductos {
	width: 550px;
	float: left;
}
#web #central #columnaDchaInterior #tablaProductos table {
	width: 550px !important;
	background-image: url(/2008/imgs/separadortabla1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#web #central #columnaDchaInterior #tablaProductos th {
	padding: 2px !important;
	text-align: left;
	width: 47%;
	color: #fff;
	background-color: #D4B012;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -1px;
}
#web #central #columnaDchaInterior #tablaProductos td {
	padding: 4px !important;
	font-size: 11px;
	text-align: justify;
}
#web #central #columnaDchaInterior #tablaProductos td strong {
	font-size: 16px;
	letter-spacing: -1px;
	color: #D4B012;
}
#web #central #columnaDchaInterior #tablaProductos td b {
	color: #666;
}
#web #central #columnaDchaInterior #tablaProductos td p {
	width: 240px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

/* contacto */
#web #central #columnaDchaInterior table.datosContacto,
#web #central #columnaDchaInterior table.solicitudInfo {
	width: 550px !important;
}
#web #central #columnaDchaInterior table.datosContacto th {
	width: 50%;
	line-height: 1.25em;
	text-align: left;
	color: #D4B012;
	font-size: 21px;
	font-weight: normal;
}
#web #central #columnaDchaInterior table.datosContacto td {
	font-size: 14px;
}
#web #central #columnaDchaInterior table.datosContacto td b {
	font-size: 9px !important;
	color: #666 !important;
}
#web #central #columnaDchaInterior table.datosContacto td span.tel {
	font-size: 24px !important;
	color: #D4B012 !important;
}
#web #central #columnaDchaInterior table.datosContacto td a,
#web #central #columnaDchaInterior table.datosContacto td a:hover {
	font-size: 15px !important;
	color: #D4B012 !important;
}
#web #central #columnaDchaInterior table.datosContacto td p {
	width: 245px!important;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#web #central #columnaDchaInterior table.solicitudInfo td input {
	border: 1px solid #D4B012;
	padding: 1px;
	color: #000;
	background-image: url(http://www.navesolar.es/2008/imgs/td.jpg);
	background-repeat: repeat-x;
	background-position: 0px -5px;
}
#web #central #columnaDchaInterior table.solicitudInfo td textarea {
	width: 525px;
	border: 1px solid #D4B012;
	padding: 1px;
	font-family: Arial;
	color: #000;
	background-image: url(http://www.navesolar.es/2008/imgs/td.jpg);
	background-repeat: repeat-x;
	background-position: 0px -5px;
}
#web #central #columnaDchaInterior table.solicitudInfo td.enviar-solicitud {
	text-align: right !important;
}
#web #central #columnaDchaInterior table.solicitudInfo td.enviar-solicitud input {
	margin-right: 20px;
	background-image: none !important;
	background-color: #D4B012 !important;
	color: #000;
	border: 1px solid #ccc;
	font-family: Arial;
}

/* para la home */
#web #central #columnaDcha #homeIzda {
	float: left;
	padding-right: 30px;
	width: 285px;
	background-image: url(/2008/imgs/fondoHome_separador.jpg);
	background-repeat: repeat-y;
}
#web #central #columnaDcha h2 {
	height: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#web #central #columnaDcha h2 span {
	position: absolute;
	top: -10000px;
}
#web #central #columnaDcha #homeIzda #organigramaEmpresarial {
	width: 285px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#web #central #columnaDcha #homeIzda #organigramaEmpresarial h2 {
	background-image: url(/2008/imgs/h2_organigrama.jpg);
}

#web #central #columnaDcha #homeIzda #actualidad {
	width: 285px;
	font-size: 11px !important;
	line-height: 1.15em !important;
}
#web #central #columnaDcha #homeIzda #actualidad h2 {
	background-image: url(/2008/imgs/h2_actualidad.jpg);
}
#web #central #columnaDcha #homeIzda #actualidad h4 {
	font-size: 11px;
	font-weight: bolder;
	color: #333;
}
#web #central #columnaDcha #homeIzda #actualidad p {
	width: 285px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
#web #central #columnaDcha #homeIzda #actualidad p a,
#web #central #columnaDcha #homeDcha #enlaces p a {
	color: #333;
}
#web #central #columnaDcha #homeIzda #actualidad p a:hover,
#web #central #columnaDcha #homeDcha #enlaces p a:hover {
	color: #666;
}

#web #central #columnaIzda #noticias h2 span {
	position: absolute;
	top: -10000px;
}

#web #central #columnaIzda #noticias h2 {
	background-image: url(/2008/imgs/h2_noticias.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	
	}
#web #central #columnaIzda #noticias h4 {
	font-size: 11px;
	font-weight: bolder;
	color: #333;
	margin-left:10px;
}
#web #central #columnaIzda #noticias p {
	width: 260px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	background-color:#f6ebc3;
	border-bottom: 1px dashed #ba8707;
	margin-left:10px;
	
}
#web #central #columnaIzda #noticias p a,{
	color: #333;
}
#web #central #columnaIzda #noticias p a:hover,
{
	color: #666;
}



#web #central #columnaDcha #homeDcha {
	float: left;
	width: 275px;
}
#web #central #columnaDcha #homeDcha #noticiasGrupo {
	width: 275px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#web #central #columnaDcha #homeDcha #noticiasGrupo h2 {
	background-image: url(/2008/imgs/h2_noticiasGrupo.jpg);
}
#web #central #columnaDcha #homeDcha #noticiasGrupo h4 {
	margin-top: 4px;
	font-size: 14px;
	font-weight: bolder;
	color: #D4B012;
}
#web #central #columnaDcha #homeDcha #noticiasGrupo p {
	margin-top: 4px;
}
#web #central #columnaDcha #homeDcha #noticiasGrupo a {
	font-weight: bold;
	color: #D4B012;
}

#web #central #columnaDcha #homeDcha #enlaces {
	width: 275px;
	font-size: 11px !important;
	line-height: 1.15em !important;
}
#web #central #columnaDcha #homeDcha #enlaces h2 {
	background-image: url(/2008/imgs/h2_enlaces.jpg);
}
#web #central #columnaDcha #homeDcha #enlaces p {
	margin-bottom: 4px;
}
#web #central #columnaDcha #homeDcha #enlaces img {
	border: 0px;
}


#web #central #columnaDchaInterior div#tableMapaWeb table {
	width: 275px;
	margin-bottom: 12px;
}
#web #central #columnaDchaInterior div#tableMapaWeb table.marginRight {
	margin-right: 10px;
}
#web #central #columnaDchaInterior div#tableMapaWeb table th {
	padding: 4px;
	padding-left: 8px;
	text-align: left;
	background-color: #D4B012;
	background-image: url(/2008/imgs/th1.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
}
#web #central #columnaDchaInterior div#tableMapaWeb table th a,
#web #central #columnaDchaInterior div#tableMapaWeb table th a:hover {
	color: #fff;
}
#web #central #columnaDchaInterior div#tableMapaWeb table td {
	padding: 4px;
	padding-left: 8px;
	text-align: left;
	background-color: #eee;
	background-image: url(/2008/imgs/td2.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-weight: normal;
}
#web #central #columnaDchaInterior div#tableMapaWeb table td.sub {
	padding-left: 16px;
	color: #333;
}



/* Contenido > Pie de pagina */
#web #pie {
	margin-top: 12px;
	font-size: 11px !important;
	width: 880px;
	height: 25px;
	background-image: url(/2008/imgs/fondoPie.jpg);
	background-repeat: no-repeat;
}
#web #pie #pieIzda {
	float: left;
	width: 275px;
}
#web #pie #pieDcha {
	float: left;
	width: 605px;
}
#web #pie #pieDcha p {
	padding-top: 6px;
	padding-left: 12px;
}
#web #pie #pieDcha p,
#web #pie #pieDcha p a {
	color: #fff;
}
#web #pie #pieDcha p b {
	font-weight: bold;
	color: #F5E39E;
}

/* +++++ Clases +++++ */
.clear {
	clear: both;
}
.clear hr {
	display: none;
}

p.saltarIntro {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	text-align: center;
}
p.saltarIntro a,
p.saltarIntro a:hover {
	color: #333;
}
p.marginTop {
	margin-top: 7px !important;
}
p.marginBottom,
div.marginBottom {
	margin-bottom: 7px !important;
}
p.noMargin,
table.noMargin {
	margin-bottom: 0px !important;
}
p.lineBottom {
	border-bottom: 1px solid #D4B012;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.divMenuServicios {
	float: right;
	margin-right: 15px;
}
p.menuServicios {
	padding: 10px;
	width: 125px !important;
	font-size: 11px !important;
	line-height: 1.20em !important;
	border: 1px solid #ccc;
}
p.menuServicios a {
	color: #333 !important;
}
p.menuServicios a:hover {
	color: #D4B012 !important;
	text-decoration: none;
}
p.menuServicios a.activo,
p.menuServicios a.activo:hover {
	color: #aaa !important;
	cursor: default;
}
p.menuServicios a.activo b {
	color: #ccc !important;
}
p.pto {
	width: 520px !important;
	background-image: url(/2008/imgs/pto1.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
p.pto2 {
	width: 520px !important;
	padding-left: 20px;
}
p.pto3 {
	width: 500px !important;
	padding-left: 40px;
}
a.pdf2 {
	background-image: url(/2008/imgs/pdf2.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.paddingLeft {
	padding-left: 12px !important;
}
.borderRight {
	border-right: 1px solid #ccc !important;
}
.temp {
	color: #f00 !important;
}
img.imgLeft {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 3px;
}
img.imgRight {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
	margin-bottom: 3px;
}
