html{

	}

body{
	font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	background-color: #FFF;
	scrollbar-face-color:#702f35;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#EEEEEE;
	scrollbar-3dlight-color:#676C72;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#d97445;
	scrollbar-darkshadow-color:#111111;
	overflow: auto;
	}
	
table, form, input, select, textarea{
	color: #000;
	font:11px Arial;
	font-weight: bold;
	}
	
div{
	position: absolute;
	background-position:center;
	background-repeat: no-repeat;
	}
	
a{
	text-decoration: none;
	color: #ff0017;
	}
	
a:hover{	
	color: #702f35;
	}
	
.titulo{
	color: #d66b3b;
	font:12px Arial;
	font-weight: bold;
	}
	
.txt_normal{
	color: #000;
	font: 11px Arial;
	}
	
#div_body{
	position: absolute;
	margin:0 auto;
	width: 100%;
	]text-align: center;
	background-image: url("./imagenes/img_fondo.jpg");
	}
	
#div_contenido{
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 600px;
	]text-align: left;
	}

#div_menu{
	left: 55px;
	top: 150;
	}

	
#logo_ires{
	left: 50px;
	top: 45;
	}
	
#logo_save{
	left: 220px;
	top: 55;
	}
	
#titulo{
	left: 240px;
	top: 120;
	}
	
#hoja, #dibujo{
	width: 234px;
	height: 175px;
	left: 0px;
	top: 385px;
	}
	
#hoja{
	background-image: url("./imagenes/hoja.gif");
	}
	
#contacto{
	width: 468px;
	height: 349px;
	left: 260px;
	top: 185px;
	background-image: url("./imagenes/fondo_contacto.gif");
	}
	
#contacto form{
	padding: 30px 0px 0px 30px;
	}
	
#div_txt_inicio{
	left: 240px;
	top: 150;
	width: 350px;
	height: 400px;
	overflow: auto;
	}
	
#div_img_inicio{
	left: 600px;
	top: 150;
	width: 150px;
	height: 390px;
	overflow: no;
	}
	
#div_texto{
	left: 240px;
	top: 150;
	width: 500px;
	height: 390px;
	overflow: auto;
	}
	
#texto_cabecera{
	left: 240px;
	top: 140;
	width: 500px;
	}