/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i { margin:0; padding:0; border:0; outline:0; font-weight:normal; font-style:normal; font-size:100%; font-family:inherit; vertical-align:baseline; font-family:Tahoma, Helvetica, Verdana, Arial; }
body { line-height:1 }
:focus { outline:0 }
ol, ul { list-style:none }
table { border-collapse:collapse; border-spacing:0 }
blockquote:before, blockquote:after, q:before, q:after { content:"" }
blockquote, q { quotes:"" "" }
input, textarea { margin:0; padding:0 }
hr { margin:0; padding:0; border:0; color:#000; background-color:#000; height:0px; clear:both }

/* GENERAL */
body { background:#FFF url(header-back.jpg) repeat-x top; }


form label {
	display:block;
	height:25px;
	margin-bottom:3px;
	padding-left:4px;
	overflow:hidden;
	text-indent:-2000px;
	position:relative;
}
form input {
	padding-right:4px;
	height:25px;
	line-height:18px;
	position:absolute;
	left:4px;
	top:0px;
	font-size:0.9em;
	padding-top:3px;
}
* html form input { line-height:18px; }
form label.input {
	background:transparent url(form-left.png) no-repeat top left;
}
form label.input input {
	border:0;
	background:transparent url(form-right.png) no-repeat top right;
	color:#000;
}
form label.button {
	height:28px;
	background:transparent url(form-button-left.png) no-repeat left 3px;
}
form label.button input {
	height:28px;
	border:0;
	background:transparent url(form-button-right.png) no-repeat right 3px;
	color:#FFF;
	cursor:pointer;
	padding-top:0px;
}

/* SECCIONES GENERALES */
#header {
	width:999px;
	height:216px;
	margin:auto;
	padding-top:30px;
	padding-bottom:18px;
	background:transparent url(header-shadow.jpg) no-repeat 0px 246px;
	position:relative;
}
#header #herramientas {
	height:20px;
	text-align:right;
	background:#521610;
	color:#FFF;
	font-size:0.7em;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	list-style:none;
	line-height:20px;
}
#header #herramientas li { display:inline; padding-right:15px; color:;#FFF; }
#header #herramientas li a { color:#FFF; text-decoration:none; }
#header #herramientas li a:hover, #header #herramientas li a.activo { color:#BCA4A2; }
#header h1, #header h1 a {
	position:absolute;
	top:30px;
	left:30px;
	width:310px;
	height:216px;
	background:transparent url(kuile.png) no-repeat;
	overflow:hidden;
	text-indent:-2000px;
}
#header h1 a { left:0px; top:0px; }
#header #acceso {
	width:200px;
	position:absolute;
	left:780px;
}
#header #acceso label {
	width:200px;
}
#header #acceso input {
	width:192px;
}
#header #acceso label.button input {
	width:196px;
}
#header #acceso .acceso_error {
	height:30px;
}
#header #acceso .acceso_error p {
	font-size:0.9em;
	border:solid 1px #521610;
	color:#521610;
	background-color:#E78271;
	padding:3px;
	text-align:center;
}
#header .banner {
	position:absolute;
	left:400px;
	top:150px;
	width:580px;
	height:3.8em;
	overflow:hidden;
}
#header .banner h2 {
	color:#521610;
	font-size:1.5em;
}
#header .banner ul {
	color:#3BC0DD;
	font-size:2em;
	position:absolute;
}
#header .banner li {
	position:absolute;
	top:0;
	left:0;
	width:580px;
	height:2em;
}

#contenido {
	width:999px;
	margin:auto;
}
/* OBRAS */
#contenido form#obras {
	width:590px;
	margin-left:400px;
	margin-bottom:20px;
}
#contenido form#obras h2 {
	font-size:1.4em;
	color: #521610;
	line-height:1.2em;
}
#contenido form#obras h3 {
	font-size:2em;
	line-height:1.5em;
	color:#F50026;
	font-weight:bold;
}
#contenido form#obras p {
	margin:10px 0px;
}
#contenido form#obras label {
	width:590px;
}
#contenido form#obras label input {
	width:584px;
	font-weight:bold;
}
#contenido form#obras label.button input{
	width:588px;
}


/* COLORES
	marron:	#521610
	rosa:	#F50026
	azul:	3BC0DD */