/* CSS Document */

body{
	font: 10pt/12pt "Arial",Arial, Helvetica, sans-serif;; /* fuente y tamaño(general) de toda la pagina*/
	margin:0px;
	padding:0px;

	background-color: #ffffff;
}

a, a:visited{
	text-decoration: none;
	color: #AD7B48;
	font-weight: bold;
}

a:hover{
	color: black;
}

/* estructura de la pagina (contenedores)*/

#banda{
position: absolute;
top:140px;
background:url(imagenes/menuV-imagen.gif) repeat-x;
width:100%;
height:34px;
}

#menu{
position: relative;
left: 50%;
width: 860px;
margin: 0 0 0 -430px;
padding: 0px;}
#contenedor{
	position: relative;
	left: 50%;
	width: 860px;
	_with: 860px;
	margin: 0 0 0 -430px;
	padding: 0px;
	background: url(imagenes/fondo.gif) repeat-y;

}

#cabecera{
	position: relative;
	float: left;
	left: 30px;
	width: 800px;
}



#menuH{
	position: relative;
	float: left;
	left:30px;
	width: 800px;
	height: 44px;

}




#contenido{
	position: relative;
	float: left;
	left:30px;
	padding: 0px;
	background: url(imagenes/fondo.jpg)  no-repeat bottom right;
}
#pie{
	float: left;
	width: 860px;
	height: 66px;

	background: url(imagenes/pie.jpg) no-repeat;

	text-align: right;
	font-size: 8pt;

	clear: both;
}



/* CABECERA*/
.logoKommerling{
	float: left;
	margin-top: 30px;
}

.miEmpresa{
	float: right;
}

/* MENU HORIZONTAL */

.menuH ul {
	list-style-type: none;
	padding: 0 45px;
	margin: 0px;
	font-size: 14px;
}
.menuH li {
	float: left;
	display: inline;
	line-height: 35px;

}


.menuH li a, .menuH li a:visited{
	margin: 0;
 	padding:9px 15px;
	background-color: #6C1E1E;
	color: #AD7B48;
	font-size:12px;
		}

.menuH li a:hover, .menuH .activo a, .menuH .activo a:visited {
	background-color: #6C1E1E;
	color: white;
	font-size:12px;

}

.menuH img{
	float: right;
}




/* CONTENIDO */

.sinSubmenu{
	width: 760px;
	margin: 20px 0 20px 20px !important;/* para todos los navegadores*/
	margin: 20px 0 20px 10px;			/* para el IE6 */
	border-bottom: 1px solid #ccc;


}

.conSubmenu{
	width: 540px;
	margin: 20px 0 20px 20px;
}
.conSubmenu h1, .sinSubmenu h1{
	font-size: 20pt;
	line-height: 20pt;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 9px;

	background: url(imagenes/linea-titulo.jpg) no-repeat right 24pt;
}

.conSubmenu h2, .sinSubmenu h2 {
	font-size: 12pt;
	line-height: 14pt;
}

.conSubmenu ul, .sinSubmenu ul {
	list-style-type: disc;
	color: #065f81;
}

/* PIE */

#pie ul{
	list-style-type: none;
	padding: 0;
	margin: 5px 35px 5px 0;

	color: #6c1e1e;
}
#pie li{
	display: inline;
}

a.firma, a.firma:visited{ color: #6c1e1e;}
a.firma:hover{ color:#065f81;}
