body {
	margin: 0px;
	font-family: 'Ubuntu', Helvetica, Arial, Sans, sans-serif;
	font-size: 12px;
	background: white;
}

#fondo-iz {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 560px;
	height: 690px;
	background-image: url('images/fondo-iz.jpg');
	background-repeat: no-repeat;
}

#fondo-der {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 560px;
	height: 690px;
	background-image: url('images/fondo-der.jpg');
	background-repeat: no-repeat;
}

#cabecera {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100px;
	background-image: url('images/fondo-cabecera.jpg');
}

#logo {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 176px;
	height: 80px;
	background-image: url('images/logo.png');
}

#separador-cabecera1 {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	width: 1px;
	height: 70px;
	background: #87888A;
	background-repeat:repeat-y;
}

#separador-cabecera2 {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	width: 1px;
	height: 70px;
	background: #C1C3C2;
	background-repeat:repeat-y;
}

#menu {
	position: relative;
	float: left;
	margin-top: 71px;
	margin-left: 0px;
	font-size: 12px;
}

#menu a:link, #menu a:hover, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	color: #a40000;
}

#menu a {
	color: gray;
	margin: 4px;
}

#menu .remarcar, #intranet-titulo .remarcar {
	color: #a40000;
}

#cuerpo {
	position: relative;
	margin: 0px auto 0 auto;
	width: 800px;
	background: white;
}

#separador-horizontal {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 800px;
	height: 1px;
	background: #C1C3C2;
	background-repeat:repeat-x;
}

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

#pie {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 50px;
	background: #E6E6E6;
	font-size: 7pt;
}

#pie-iz {
	position: absolute;
	top: 8px;
	left: 20px;
	color: gray;
}

#pie-der {
	position: absolute;
	top: 8px;
	right: 20px;
}

#pie a:link, #pie a:hover, #pie a:visited {
	text-decoration: none;
	color: gray;
}

/*#firma {
	position: relative;
	margin: 5px auto 0 auto;
	width: 800px;
	color: gray;
	font-size: 7pt;
	text-align: center;
}*/

#firma {
	position: absolute;
	bottom: 5px;
	width: 800px;
	color: gray;
	font-size: 7pt;
	text-align: center;
}

#diseno {
	position: relative;
	margin: 5px auto 0 auto;
	width: 800px;
}

#iqorp {
	position: relative;
	float: right;
}

#iqorp img {
	border: none;
}