/*
Hoja de Estilo para Castibel Abogados
www.castibel.com 
Versión: 2.0 (septiembre 2008)
Autora: Elena Martin
info@cirujanagrafica.es
www.cirujanagrafica.es
*/


/************************************************* ESTILOS GENERALES ****************************************************/

html, body {
	height: 100%;
}
body {
	background: #2d3846 url(/img/bg-fondo.png) repeat-y;
	margin: auto;
	outline: none;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
#contenedor {
	width: 965px;
	height: 100%;
}
#lateral {
	width: 245px;
	height: 100%;
	margin: auto;
	float: left;
}
#cuerpo {
	background: url(/img/bg-cuerpo.png) no-repeat;
	width: 670px;
	height: auto;
	margin: 0;
	padding: 0 0 0 50px;
	float: right;
}
#pie {
	background: url(/img/bg-pie.png) no-repeat;
	width: 597px;
	height: 54px;
	margin: 40px 0 0 0;
	text-align: center;
	float: left;
}
img {
	border: none;
}


/************************************************* PANEL LATERAL ****************************************************/

#logo h1 {
	background: url(/img/bg-logo.png) no-repeat;
	width: 245px;
	height: 226px;
	margin: 0;
	text-indent: -3000px;
}
#logo img {
	width: 175px;
	height: 160px;
	margin: 22px 0 0 37px;
}
#menu {
	background: url(/img/bg-menu.png) no-repeat;
	width: 245px;
	height: 220px;
	margin: 0;
	padding: 31px 0 0 0;
}
#menu ul {
	margin: 0 0 0 -28px;
	//margin-left: 12px;
	list-style: none;
}
#menu li {
	margin: 0;
	list-style: none;
	width: 224px;
	height: 40px;
	display: block;
}
#menu li a {
	margin: 0;
	list-style: none;
	width: 224px;
	height: 40px;
	display: block;
	text-indent: -2000px;
}
li.inicio a {
	background: url(/img/menu-inicio.png);
}
li.servicios a {
	background: url(/img/menu-servicios.png);
}
li.contacto a {
	background: url(/img/menu-contacto.png);
}
li.enlaces a {
	background: url(/img/menu-enlaces.png);
}
li.legal a {
	background: url(/img/menu-legal.png);
}
li.inicio a:hover {
	background: url(/img/menu-inicio-hover.png);
}
li.servicios a:hover {
	background: url(/img/menu-servicios-hover.png);
}
li.contacto a:hover {
	background: url(/img/menu-contacto-hover.png);
}
li.enlaces a:hover {
	background: url(/img/menu-enlaces-hover.png);
}
li.legal a:hover {
	background: url(/img/menu-legal-hover.png);
}
li.inicio-active {
	background: url(/img/menu-inicio-active.png);
}
li.servicios-active {
	background: url(/img/menu-servicios-active.png);
}
li.contacto-active {
	background: url(/img/menu-contacto-active.png);
}
li.enlaces-active {
	background: url(/img/menu-enlaces-active.png);
}
li.legal-active {
	background: url(/img/menu-legal-active.png);
}
#buscador {
	background: url(/img/bg-buscador.png) no-repeat;
	width: 205px;
	height: 80px;
	margin: 0 0 0 22px;
	padding: 16px 0 0 0;
	text-align: center;
}
#buscador #barra {
	width: 170px;
	height: 18px;
	margin: 0 0 6px 4px;
	padding: 6px 0 0 6px;
	border: none;
}

/************************************************* CUERPO ****************************************************/

#navegacion {
	margin: 20px 80px 0 0;
}
#navegacion ul {
	margin: 0;
}
#navegacion li {
    margin: 0 0 0 6px;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	display: inline;
	float: right;
}
#navegacion li p {
	background: transparent url(/img/bg-boton.png) center left no-repeat;
	width: auto;
	height: auto;
    margin: 0;
    padding: 8px 0 9px 15px;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}
#navegacion li a {
	color: #cdc2b4;
	text-decoration: none;
}
#navegacion li a.actual {
	color: #fff;
}
#navegacion li a:hover {
	color: #fff;
	text-decoration: underline;
}
#navegacion span {
	background: transparent url(/img/bg-boton-final.png) no-repeat;
	width: 15px;
	height: 35px;
    padding: 0;
	float: left;
}
#cabecera h2 {
	background: url(/img/h2-castibel.png);
	margin: 15px 0 15px 12px;
	text-indent: -3000px;
	float: left;
}
#cabecera h2.inicio {
	background: url(/img/h2-inicio.png) no-repeat;
	width: 559px;
	height: 72px;
}
#cabecera h2.servicios {
	background: url(/img/h2-servicios.png) no-repeat;
	width: 562px;
	height: 65px;
}
#cabecera h2.contacto {
	background: url(/img/h2-contacto.png) no-repeat;
	width: 565px;
	height: 65px;
}
#cabecera h2.enlaces {
	background: url(/img/h2-enlaces.png) no-repeat;
	width: 565px;
	height: 65px;
}
#cabecera h2.legal {
	background: url(/img/h2-legal.png) no-repeat;
	width: 565px;
	height: 73px;
}
#cabecera img {
	width: 587px;
	height: auto;
}
#texto {
	width: 580px;
	height: 100%;
	margin: auto;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
	float: left;
}
#texto h2 {
	width: auto;
	margin: 20px 0 10px 0;
}
#texto p {
	height: auto;
	margin: 5px 0 0 0;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
}
#texto span {
	font-weight: bold;
	color: #fff;
}
#texto a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#texto a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#texto ul {
	margin: 0;
	list-style: none;
}
#texto ul h3 {
	margin: 15px 0 5px 0;
	font: bold 13px "Georgia", Times, serif;
	color: #d4eef7;
}
#texto li {
	background: url(/img/cuadrado.png) center left no-repeat;
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
	color: #fff;
}
#texto ul.enlacesweb {
	margin: 0;
	list-style: none;
}
#texto ul.enlacesweb li {
	background: url(/img/cuadrado.png) center left no-repeat;
	margin: 5px 0 0 30px;
	padding: 0 0 0 10px;
	color: #fff;
}
#anuncio {
	background: url(/img/bg-anuncio.png) no-repeat;
	width: 263px;
	height: 286px;
	margin: 22px 0 0 0;
	float: left;
}
#anuncio p {
	margin: 105px 15px 0 15px;
	padding: 0;
	font: 12px "Georgia", Times, serif;
	color: #fff;
	line-height: 15px;
}
#anuncio span {
	font: bold 12px "Georgia", Times, serif;
	color: #d4eef7;
	line-height: 15px;
}
#texto iframe {
	border: 3px solid #fff;
}
#contacto {
	background: url(/img/bg-contacto.png) no-repeat;
	width: 300px;
	height: 267px;
	margin: 24px 0 0 20px;
	padding: 15px 0 0 0;
	text-align: center;
	float: left;
}
#contacto p {
	margin: 2px 0 0 0;
	padding: 0;
	font: 12px "Georgia", Times, serif;
	color: #cdc2b4;
}
#contacto span {
	font-weight: bold;
	color: #fff;
}
#ver-mapa a {
	background: transparent url(/img/bg-vermapa.png) no-repeat;
	width: 82px;
	height: 33px;
    margin: auto;
	margin-top: 132px;
    padding: 7px 0 0 0;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #cdc2b4;
	text-decoration: none;
	display: block;
}
#ver-mapa a:hover {
	color: #fff;
	text-decoration: underline;
}


/************************************************* PIE ****************************************************/

#pie p {
	margin: 22px 0 0 0;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #666;
}
#pie span {
	font: bold 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}
