@import url("undohtml.css");

/* Soporte para los png en ie */

img, div, h1, h2, h3, h4, h5, a { behavior: url(iepngfix.htc) }

body { behavior: url("csshover3.htc"); } 

body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Trebuchet ms", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #CC0 url(../images/fondo.jpg) no-repeat fixed right top;
}

p {
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
	text-indent: 15px;
}

a:link {
	color: #C06;
	text-decoration: underline;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #FFF;
	text-decoration: overline;
}

h3 {
	color: #C06;
	margin-left: 1em;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #cc0;
}

/* @group estructura */

h1 {
	width: 30em;
	height: 24em;
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/logo-kko-coctail.png) no-repeat left top;
}

h1 span {
	visibility: hidden;
}

#menu-container {
	width: 16.25em;
	height: 16.25em;
	position: fixed;
	z-index: 20;
	top: 20em;
	background-image: url(../images/menu-fondo.png);
	left: 2.4em;
}

#content {
	z-index: 2000;
	height: auto;
	width: 25em;
	margin-left: 24em;
	padding-top: 15em;
}

#foot {
	z-index: 0;
	width: 44em;
	height: 14em;
	background: url(../images/pie.jpg) no-repeat right bottom;
	float: right;
}

.foot {
	color: #CC0;
	font-size: 0.70em;
	max-width: 40em;
	margin-top: 17em;
	margin-bottom: 0;
	margin-left: 6em;
}

#extradiv1 {
	width: 17.5em;
	height: 14.4em;
	z-index: 0;
	right: 0;
	top: 18em;
	position: fixed;
}

#extradiv2 {
	display: none;
	z-index: 0;
}

/* @group estructura para contacto */

#xcontacto h1, #xinicio h1 {
	width: 30em;
	height: 24em;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/logo-kko-coctail.png) no-repeat left top;
}

#xcontacto #menu-container, #xinicio #menu-container {
	width: 16.25em;
	height: 16.25em;
	position: absolute;
	z-index: 20;
	top: 20em;
	background-image: url(../images/menu-fondo.png);
	left: 2.4em;
}

#xcontacto #content, #xinicio #content {
	position: absolute;
	z-index: 30;
	top: 15em;
	left: 25em;
	height: 18em;
	overflow: auto;
	width: 25em;
	margin: 0;
	padding-top: 0;
}

#xcontacto #foot, #xinicio #foot {
	position: absolute;
	z-index: 0;
	width: 44em;
	bottom: 0;
	height: 14em;
	background: url(../images/pie.jpg) no-repeat right bottom;
	right: 0;
}

#xcontacto .foot, #xinicio .foot {
	color: #CC0;
	position: absolute;
	left: 5.5em;
	bottom: 0.2em;
	font-size: 0.70em;
	max-width: 40em;
	margin: 0;
}

#xcontacto #extradiv1, #xinicio #extradiv1 {
	width: 17.5em;
	height: 14.4em;
	z-index: 10;
	right: 0;
	top: 18em;
	position: absolute;
}

#xcontacto #extradiv2, #xinicio #extradiv2 {
	display: none;
}



/* @end */



/* @end */

/* @group menu */

ul#menu {
	width: 8.75em;
	height: 10em;
	position: relative;
	left: 4.56em;
	top: 3.31em;
}

#menu-container ul#menu li {
	margin-top: 0;
	margin-bottom: 0;
}

#menu li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#menu span {
	font-size: 1px;
	display: none;
}

a#inicio {
	height: 24px;
	background: url(../images/menu.gif) 0 0;
}

a#servicios {
	background: url(../images/menu.gif) 0 -24px;
	height: 55px;
}

a#formacion {
	background: url(../images/menu.gif) 0 -80px;
	height: 55px;
}

a#contacto {
	background: url(../images/menu.gif) 0 -135px;
	height: 24px;
}

a:hover#inicio {
	height: 24px;
	background: url(../images/menu2.gif) 0 0;
}

a:hover#servicios {
	background: url(../images/menu2.gif) 0 -24px;
	height: 55px;
}

a:hover#formacion {
	background: url(../images/menu2.gif) 0 -80px;
	height: 55px;
}

a:hover#contacto {
	background: url(../images/menu2.gif) 0 -135px;
	height: 24px;
}

#xinicio a#inicio {
	height: 24px;
	background: url(../images/menu3.gif) 0 0;
}

#xservicios a#servicios {
	background: url(../images/menu3.gif) 0 -24px;
	height: 55px;
}

#xformacion a#formacion {
	background: url(../images/menu3.gif) 0 -80px;
	height: 55px;
}

#xcontacto a#contacto {
	background: url(../images/menu3.gif) 0 -135px;
	height: 24px;
}



/* @end */

/* @group clases */

.clearboth {
	height: 1px;
}

.floatleft {
	float: left;
}

.invisible {
	display: none;
}



/* @end */

/* @group formulario */

label {
	font-size: 0.75em;
}

form dd {
	margin: 0;
	padding: 1px 0 5px;
	width: auto;
}

form dl {
	margin-bottom: 0;
	margin-top: 0.5em;
}
	
	
form dt {
	float: left;
	padding-right: 10px;
	width: 50px;
	padding-left: 0;
	text-align: right;
	margin: 0;
}

input {
	color: #cc0;
	font: 0.75em "trebuchet ms", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 0.75;
	width: 250px;
}

input:focus {
	border: 2px solid #c06;
}

#enviar {
	width: auto;
	margin: 0 0 0 60px;
}

textarea {
	width: 250px;
	height: 50px;
	color: #cc0;
	font: 0.75em "trebuchet ms", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 0.75;
}

address {
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
	margin-top: 10px;
}

.vcard {
	margin-bottom: 15px;
	padding-left: 50px;
}

a.url.fn.n {
	margin-left: -20px;
}	
/* @end */

#derecha ul {
	font-size: 0.75em;
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(../images/flecha.gif);
}

#derecha ul ul {
	font-size: 1em;
	margin-bottom: 1em;
}

#derecha ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* @group titulos */

h2 span {
	visibility: hidden;
}

.t-inicio {
	width: 20em;
	height: 2.8em;
	background: url(../images/titulo-inicio.png) no-repeat left top;
}

.t-servicios {
	width: 20em;
	height: 2.8em;
	background: url(../images/titulo-servicios.png) no-repeat left top;
}

.t-formacion {
	width: 20em;
	height: 2.8em;
	background: url(../images/titulo-formacion.png) no-repeat left top;
}

.t-contacto {
	width: 20em;
	height: 2.8em;
	background: url(../images/titulo-contacto.png) no-repeat left top;
}



/* @end */


