@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CC9900;
}
h1 {
	font-size: 50px;
	text-align: center;
	font-family: "Segoe Print";
	margin-top: 5px;
}

h2 {
	font-size: 25px;
	text-align: center;
	font-family: "Monotype Corsiva";
	margin-top: 0px;
}

#global {
	border: 1px solid black;
	height: 100%;
	width: 100%;
}
#cabecera     {
	background-color: #CC9900;
	height: 180px;
	color: #000000;
	vertical-align: middle;
	background-image: url(../images/mueble.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#imagen_logo_izq {
	background-image: url(../images/lampara.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 148px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#imagen_logo_der {
	background-image: url(../images/mueble.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 112px;
	height: 150px;
	top: 20px;
	position: absolute;
	right: 0px;
}



/*Menu de navegación*/
#navegacion {
	background-color: #968300
}

#contenido {
	background-color: #CC9900;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-indent: 40px;
}
.linkimage   img {
	border:0;
}
#pie	{
	background-color: #E8AE00;
	height: 60px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 4px;
	color: #A05721;
}



ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(../images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(../images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*GREEN*/
ul.menu.green{
	background-color:#F0D200;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#7AB900;
}
#img_izq {
	background-image: url(../images/lampara.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#img_der {
	background-image: url(../images/mueble.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

