/* @override 
	http://celmaduran:8888/estilos.css
	http://www.celmaduran.com/estilos.css
*/

/* Definición de fuentes */

@font-face {
	font-family: 'HB';
	src: url('types/HELVLTSB.eot');
	src: url('types/HELVLTSB.otf') format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: 'HL';
	src: url('types/HELVLTSL.eot');
	src: url('types/HELVLTSL.otf') format('opentype');
}

@font-face {
	font-family: 'HI';
	src: url('types/HELLTSLO.eot');
	src: url('types/HELLTSLO.otf') format('opentype');
	font-style: italic;
}

@font-face {
	font-family: 'HBI';
	src: url('types/HELLTSBO.eot');
	src: url('types/HELLTSBO.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

/* BODY */

body {
	color: #262626;
	width: 890px;
	height: 100%;
	max-height: 100%;
	background-color: white;
	font: 12px/14px HL, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 30px auto 0;
	overflow: hidden;
}

/* DEFINICIONES BÁSICAS */

.centrado {
	text-align: center;
}
.derecha {
	text-align: right;
}
.izquierda{
	text-align: left;
}
.justificado{
	text-align: justify;
}
.normal{
	font: 1em HL;
}

.invisible{
	visibility: hidden;
}

.bold{
	font: bold 1em Helvetica;
}
.italic{
	font: italic 1em HI;
}
.bolditalic{
	font: italic bold 1em HBI;
}
/* CABECERA */
#cabecera {
	margin-top: 10px;
	display: inline;
	height: 180px;
	width: 875px;
	position: fixed;
	overflow: hidden;
}

#cabecera h1 {
	margin-top: 25px;
	color: black;
	text-align: left;
	font-size: 2.3em;
}

/* CAJA PARA EL TÍTULO DE LOS TRABAJOS */

#cajainfo {
	top: 350px;
	font-weight: bold;
	width: 230px;
	height: 30px;
	position: relative;
	left: 17px;
}

#cajainfo p {
	font-family: Helvetica;
	margin: 0;
}

/* CAJAS PARA LAS FLECHAS PREV / NEXT */

div#cajaflecha_dr {
	height: 22px;
	position: absolute;
	background: url(imagenes/flecha_drch.png) no-repeat center center;
	top: 440px;
	width: 20px;
	margin-left: 40px;
}

div#cajaflecha_iz {
	height: 22px;
	width: 20px;
	position: absolute;
	background: url(imagenes/flecha_izqd.png) no-repeat center center;
	top: 440px;
	margin-left: 20px;
}

div#cajaflecha_dr:hover {
	background: url(imagenes/flecha_drch_hover.png) no-repeat center center;
}
div#cajaflecha_dr a:link {
	height: 22px;
	width: 20px;
}
div#cajaflecha_iz:hover {
	background: url(imagenes/flecha_izqd_hover.png) no-repeat center center;
}
div#cajaflecha_iz a:link {
	height: 22px;
	width: 20px;
}

/* CAJA LOGO */

div#cajalogo {
	width: 198px;
	height: 180px;
	left: 0px;
	position: absolute;
	background: url(imagenes/LOGO_OK.png) no-repeat center center;
}
div#cajalogo a:link{
	width: 198px;
	height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(imagenes/logo.png);
	left: 0px;
	position: absolute;
}

/* CAJAS DE MENÚS */

#separador1 {
	position: absolute;
	left: 195px;
	width: 1px;
	height: 25px;
	background-color: silver;
	top: 8px;
}

#separador2 {
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: silver;
	top: 8px;
	left: 434px;
}

#cajamenu {
	font-size: 1em;
	text-align: center;
	position: absolute;
	top: 62px;
	left: 223px;
}

#cajamenu1 {
	left: 0px;
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu2 {
	left: 254px;
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu3 {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
	left: 508px;
}

#cajamenu1 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu2 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu3 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu1 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

#cajamenu2 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

#cajamenu3 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

/* CAJAS DE MENÚS INFO */

#separador_edit1 {
	position: absolute;
	left: 140px;
	width: 1px;
	height: 25px;
	background-color: silver;
	top: 8px;
}

#separador_edit2 {
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: silver;
	top: 8px;
	left: 330px;
}

#separador_edit3 {
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: silver;
	top: 8px;
	left: 500px;
}

#cajamenu_edit1 {
	left: 0px;
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit2 {
	left: 160px;
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit3 {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
	left: 340px;
}

#cajamenu_edit4 {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
	left: 508px;
}

#cajamenu_edit1 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit2 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit3 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit4 a:link {
	z-index: 0;
	position: absolute;
	height: 18px;
	width: 145px;
}

#cajamenu_edit1 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

#cajamenu_edit2 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

#cajamenu_edit3 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

#cajamenu_edit4 p:hover {
	z-index: 0;
	text-decoration: underline;
	height: 18px;
	width: 145px;
}

/* DECORACIÓN */

#codigo {
	position: relative;
	width: 106px;
	height: 5px;
	background-image: url(imagenes/codigo_color.png);
	left: 24px;
	top: 360px;
}

/* CUERPO */

#cuerpo {
	background-color: white;
	position: static;
	float: right;
	padding: 0;
	width: 650px;
}

#cuerpo_info {
	background-color: white;
	position: static;
	float: right;
	padding: 0;
	width: 650px;
	overflow: auto;
}

#cuerpo_presenta {
	width: 1005px;
	position: absolute;
	bottom: 10px;
	top: 314px;
	overflow: auto;
}

#cuerpo_archivo {
	width: 1005px;
	position: absolute;
	bottom: 10px;
	overflow: auto;
	top: 255px;
}

#cuerpo_contacto {
	width: 1005px;
	position: absolute;
	bottom: 10px;
	overflow: auto;
	top: 200px;
}

#cuerpo_edita {
	width: 1005px;
	position: absolute;
	bottom: 10px;
	overflow: auto;
	top: 200px;
}

#cuerpo h1 {
	text-align: left;
	font-size: 1em;
	color: #C00;
	border-color: #4200ff;
}

/* CAJA INTRO */

#cajafrases {
	text-align: justify;
	line-height: 14px;
	width: 638px;
	position: relative;
	left: 239px;
	top: 170px;
}

/* CUERPO PARA TRABAJOS */

#caja_trabajos {
	width: 665px;
	overflow: auto;
	position: absolute;
	top: 250px;
	bottom: 10px;
	padding-right: 50px;
}

                                          

/* APARTADO PARA EL LISTADO DE TRABAJOS */

#cajacurros {
	position: relative;
	left: 240px;
	width: 750px;
	overflow: hidden;
	top: 0;
}

#cajaarchivo {
	text-align: justify;
	line-height: 14px;
	margin-top: 40px;
	height: 240px;
	width: 755px;
	padding-right: 15px;
	font-family: Helvetica;
	left: 245px;
	overflow: scroll;
}

#cajacontacto {
	height: 115px;
	top: 85px;
	position: relative;
	left: 240px;
	width: 750px;
	overflow: auto;
}

#cajaseleccion {
	font-family: Helvetica;
	position: relative;
	display: inline-table;
	width: 250px;
	overflow: auto;
	font-weight: bold;
	height: 60px;
	text-align: left;
	overflow: hidden;
}

div.cajaseleccion {
	border-width: 1px;
	border-style: solid;
	font-family: Helvetica;
	position: relative;
	display: inline-table;
	width: 244px;
	overflow: auto;
	font-weight: bold;
	height: 60px;
	text-align: left;
	overflow: hidden;
}


#cajaseleccion a {
	color: #262626;
	text-decoration: none;
}

#cajaseleccion p:hover {
	color: #cc006a;
}

#cajaseleccion a:visited {
	text-decoration: none;
}

#cajaseleccionarc {
	float: left;
	display: inline-table;
	width: 133px;
	overflow: auto;
	font-weight: bold;
	height: 60px;
	text-align: left;
}

#cajaseleccionarc a {
	color: #262626;
	text-decoration: none;
}

#cajaseleccionarc p:hover {
	color: #cc006a;
}

#cajaseleccionarc a:visited {
	text-decoration: none;
}

/* IDIOMAS */

.ingles {
	color: #008fcc;
}

.castellano {
	color: #cc006a;
}

.catalan {
	color: #272727;
}

/* CSS INPUT */

#cajaedita {
	position: relative;
	left: 270px;
	width: 750px;
	overflow: hidden;
	top: 0;
}

#categoria0 {
	width: 576px;
	padding: 3px;
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-family: Helvetica;
}
#categoria1 {
	width: 576px;
	padding: 3px;
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-family: Helvetica;
}
#categoria0 p {
	background-color: #cccccc;
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
	margin-left: 0;
	margin-bottom: 6px;
	margin-right: 0;
	margin-top: 0;
	font-weight: bold;
	font-family: Helvetica;
}
#categoria1 p {
	background-color: #cccccc;
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
	margin-left: 0;
	margin-bottom: 6px;
	margin-right: 0;
	margin-top: 0;
	font-weight: bold;
	font-family: Helvetica;
}
#edita_borrar {
	bottom: 10px;
	right: 80px;
	float: right;
	position: relative;
}

#edita_borrar p {
	text-decoration: none;
	color: #9a0000;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}

#manejador {
	height: 14px;
	width: 26px;
	background-repeat: no-repeat;
	background-image: url(imagenes/maneja.png);
	background-color: white;
	margin-right: 10px;
	float: left;
	position: relative;
	cursor: move;
}
#cajalogin {
	height: 30px;
	width: 250px;
	background-repeat: no-repeat;
	cursor: pointer;
}
input.entra_nombre_log{
	font-family: HL;
	border: 1px solid gray;
	font: 12px;
}    
#editar {
	height: 14px;
	width: 15px;
	background-image: url(imagenes/edita.png);
	background-repeat: no-repeat;
	margin-right: 2px;
	float: right;
	position: relative;
	cursor: pointer;
}
div.mueve_lista {
	font-weight: bold;
}

#caja_input {
	width: 750px;
	overflow: auto;
	position: absolute;
	top: 250px;
	bottom: 10px;
}

#cabecera_input {
	margin-top: 10px;
	display: inline;
	height: 130px;
	width: 875px;
	position: absolute;
	overflow: hidden;
}

#inputs_titulo{
	position: fixed;
	top: 180px;
}
input.entra_nombre{
	border: 1px solid gray;
	font: 12px Helvetica;
}    
.lista_ordena{
	background-color: #cacaca;
	margin: 2px;
	width: 570px;
	font: 12px Helvetica;
}    
div.jHtmlArea {
	overflow: visible;
	margin: 0;
}
textarea.cajainput {
	width: 600px;
}

textarea.cajainput_cat {
	width: 600px;
	height: 50px;
	font-family: HL, Helvetica, "Helvetica Neue";
}

textarea.cajainput_cas {
	color: #cc006a;
	width: 600px;
	height: 50px;
	font-family: HL, Helvetica, "Helvetica Neue";
}

textarea.cajainput_ing {
	color: #008fcc;
	width: 600px;
	height: 50px;
	font-family: HL, Helvetica, "Helvetica Neue";
}

textarea.cajainput_contacto {
	font-family: HL;
	width: 600px;
	height: 120px;
}

#caja_input_info {
	position: relative;
	width: 750px;
	overflow: hidden;
	top: 180px;
}

#caja_input_contacto {
	position: relative;
	width: 750px;
	overflow: hidden;
	top: 190px;
}

#cajaentratexto{
	height: 350px;
	overflow: visible;
	width: 670px;
	border-style: inset;
	margin: 0;
	font-family: "Courier New", Courier, mono;
	border-width: 2px;
	position: relative;
	float: left;
}

#divUploadBar{
	background-color: #fffeff;
}

#msgError{}
.boton_ok{
	background-color: #00a1df;
	color: white;
	font: 10px HL;
	border-style: none;
	cursor: pointer;
}

.boton_ok:hover{
	background-color: #ee007d;
}
/* HACKS para IE */

* html #container {
	height: 100%;
	width: 100%;
}

* html body {
	padding: 105px 0 50px 0;
}

* html #header {
	height: 105px;
}


