/* General */
body {
	background:#e9e9e9 url(imagenes/body.png) repeat-x top;
 }
/* Enlaces */
a:link {
	color:#ff3300;
}
a:visited {
	color:#ff6633;
}
a:hover {
	color:red;
}
a:active {
	color:#ff3333;
}
/* Titulos */
h1, h2, h3, h4, h5, h6 {
	color:#0066ff;
	text-align:left;
}
h2 {
	font-size:2.4em;
	color: #0053CE;
	border-bottom: 1px solid #009AE0;
}
#contenido dt {
	color:#0066ff;
}
/* Maquetado */
#contenedor-fijo {
	margin:0 auto;
	border:0 none #FFF;
	padding:0;
	width:960px;
	text-align:center;
	color:#FFF;
	/* background:transparent url(imagenes/sombras-fondo.png) repeat-y; */
}
#lista-caja {
	width:960px;height:46px;
}
/* Root = Horizontal, Secondary = Vertical */
ul#lista {
	margin:0;
	border:0 none;
	padding:0;
	/* editar */ width:960px; /*For KHTML*/
	/* editar */ height:46px;
	background:transparent url(imagenes/menu-lhap.png) repeat-x 0 -46px !important;
}
ul#lista li {
	margin:0;
	border:0 none;
	padding:0;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
	/* editar */ height:46px;
	/* background:transparent url(imagenes/menu-fondo.png) repeat-x; */
}
/* Root Menu */
ul#lista a {
	/* editar */ /*border:1px solid #FFF;*/
	/* editar */ /*border-right-color:#CCC;*/
	/* editar */ /*border-bottom-color:#CCC;*/
	/* editar */ padding:0 1em;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	/* editar */ /*background:#EEE;*/
	/* editar */ color:#FFFFFF;
	/* editar */ font:normal 1.3em/36px 'Segoe UI', Tahoma, Helvetica, Geneva, Arial, 'Bitstream Vera Sans', sans-serif;
	text-decoration:none;
	text-align:center;
	height:46px !important;
	height:1%; /*For IE*/
	background:transparent url(imagenes/menu-lhap.png) repeat-x 0 -46px !important;
}

/* Root Menu Hover Persistence */
ul#lista li.activo a,
ul#lista li.activo a:hover {
	color:#66FFFF !important;
	background-position: 0 -138px !important;
}

ul#lista a:hover {
	color:#fffafa !important;
	background-position: 0 -92px !important;
}

#cabeza {
	width:960px;height:244px;
}
#cabeza #cielo {
	width:960px;height:198px;
	background:#FFF url(imagenes/cielo.png) no-repeat;
}
#contenido {
	width:960px;
	background-color:#FFF;
}

#pie {
	margin:0 auto;
	width:960px;height:46px;
	text-align:center;
	background:transparent url(imagenes/menu-lhap.png) repeat-x 0 -184px;
}
#pie p {
	font:1.1em/1.3em Tahoma,Helvetica,Geneva,Arial,'Bitstream Vera Sans',sans-serif;
	color:#333;
}
#datos {
	width:960px;height:60px;
	margin:0 auto;
}
#datos p {
	padding:.6em 1.4em .2em;
	float:left;
	width:448px;height:60px;
}
#datos p a {
	color:#cc6600 !important;
}
#datos p a:hover {
	color:#663300 !important;
}
/* tres columnas */
#contenido .columnas {
	min-height:600px;
	float:left;
	width:292px;
	margin:0 1.2em;
	padding:1em 0;
}
#contenido .columna-ados {
	margin:0 2.4em;
	padding:1em 0;
	float:left;
	width:430px;
}
#contenido #columna-unica {
	margin:0 2.4em;
	padding:1em 0;
}


/* Formulario de contacto */
legend,
label,
textarea {
	color:#333;
}
legend,
label,
input,
textarea {
	line-height:1.5em;
}
#contacto {
	text-align:center;
	padding:1em 0 2em 0;
}
#contacto form {
	margin:0 auto;
	width:400px;
}
#contacto label {
	width:10em;
	height:34px;
	display:block;
	float:left;
	line-height:34px;
}
#contacto input.texto,
#contacto textarea {
	width:20em !important;
	margin:4px 0;
	padding:4px;
	color:#191970;
	float:left;
	background: #DDF4FF;
}
#contacto form div div {
	width:400px !important;
}
#contacto input.texto-corto {
	width:10em !important;
}
#contacto input.texto:focus,
#contacto textarea:focus,
#contacto input.sffocus,
#contacto textarea.sffocus {
	background-color:white;
}
#contacto textarea {
	height:10em;
}
#contacto input.botones {
	width:8em;
	margin:24px;
	float:right;
}
#contacto input#reset {
	margin-right:10px;
}
#el-msj {
	margin:1em 2em !important;
}
#contacto p.error {
	float:left;
	width:366px;
	height:28px;
	margin:2px 0;
	line-height:28px;
}

#contenido td,
#contenido th {
	vertical-align: middle; padding: .8em; border: 1px solid #708090;
	text-align: left;
}