@charset "utf-8";
/* CSS Document */
/* inicializar elementos */ 
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img, li a, a { border:none; text-decoration:none; }
address { font-style:normal }
body{
	margin:0;
	padding:0;
}
/*-----------------------*/
.clearfloat{
	clear:both;
}
#pagina{
	width:990px;
	margin:auto;
	border: 1px solid #999;
	margin-top:3%;
	background-color:#FFFFFF;
}
#menu-arriba{
	width:100%;
	height:17px;
	background:url(imagenes/arriba1.gif) top left no-repeat;
}
#contenido{
	float:right;
	width:475px;
	min-height:475px;
}
#pie-contenido{
	width:400px;
	height:157px;
	float:right;
	background:url(imagenes/fondo-pagina.gif) right top no-repeat;
}
#cuerpo{
	background:url(imagenes/fondo-menu.gif) top left repeat-y;
	position:relative;
	width:100%;
}
#pie{
	position:absolute;
	left:0px;
	bottom:0px;
}
.ongietorri{
	float:left;
	width:225px;
	padding:5px;
}
/*///////////////el menu/////////////////////////////*/
#lista-menu{
	position:absolute;
	top:20px;
	left:300px;
}
#lista-menu li{
	margin-top:10px;
}
/*//////////////////mensaje error////////////////////////*/
.error-titulo, .error-cuerpo, .ok{
	width:350px;
	margin:auto;
	padding:2px;
}
.error-titulo{
	background-color:#CC0000;
	color:#FFFFFF;
}
.error-cuerpo{
	background-color:#efefef;
}
.ok{
	background-color:#FFFFCC;
}
/*********************formulario*****************************/
.formulario fieldset{
	width:100%;
	margin:auto;
	padding:5px 5px 5px 20px;
	border:0px;
}
.formulario legend{
	padding:0px;
	margin:10px 0 0 0;
}
.formulario p{
	width:90%;
	clear:both;
	margin-top:5px;
}
.formulario label{
	float:left;
	width:20%;
}
