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

#menuIzquierda {
	position:absolute;
	left:33px;
	top:472px;
	width:120px;
	height:97px;
	z-index:15;
}
#divFondoA {
	position:absolute;
	left:39px;
	top:213px;
	width:173px;
	height:150px;
	z-index:16;
}
#divInformation {
	position:absolute;
	left:775px;
	top:238px;
	width:180px;
	height:97px;
	z-index:17;
}
#divRegistration {
	position:absolute;
	left:36px;
	top:200px;
	width:178px;
	height:92px;
	z-index:18;
}


/*MENU DE LA IZQUIERDA*/
.arrowgreen{
		width: 120px; /*width of menu*/
		/*border-style: solid solid none solid;
		border-color: #94AA74;
		border-size: 1px;
		border-width: 1px;*/
	}
	
	.arrowgreen ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		
	.arrowgreen li a{
		font: bold 15px Segoe UI;
		display: block;
		background: transparent url(../imagenes/menu.gif) 100% 0;
	  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		padding: 4px 0 4px 10px;
		line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		text-decoration: none;
	}	
		
	.arrowgreen li a:link, .arrowgreen li a:visited {
		color:#00387B;
	}
	
	.arrowgreen li a:hover{
		color: #00387B;
		background-position: 100% -32px;
	}
	
		
	.arrowgreen li a.selected{
		color: #ffffff;
		background-position: 100% -64px;
	}
/**/

A:link {text-decoration:none;color:#ffffff;}
A:visited {text-decoration:none;color:#FFFFff;}
A:active {text-decoration:none;color:#FFFF31;}
A:hover {text-decoration:none;color:#FFFF31;}

#fondoCabecera {
	position:absolute;
	left:0px;
	top:0px;
	width:407px;
	height:54px;
	z-index:0;
}
#fondoMenu {
	position:absolute;
	left:180px;
	top:138px;
	width:611px;
	height:55px;
	z-index:2;
}
#botonHome {
	position:absolute;
	left:194px;
	top:143px;
	width:51px;
	height:20px;
	z-index:3;
	font-size:22px;
	font-weight:500;
	font-family: "Segoe UI";
}
#botonObjectives {
	position:absolute;
	left:270px;
	top:143px;
	width:51px;
	height:20px;
	z-index:3;
	font-size:22px;
	font-weight:500;
	font-family: "Segoe UI";
}
#botonProgram {
	position:absolute;
	left:407px;
	top:143px;
	width:51px;
	height:20px;
	z-index:3;
	font-size:22px;
	font-weight:500;
	font-family: "Segoe UI";
}
#botonPlenarys {
	position:absolute;
	left:529px;
	top:143px;
	width:240px;
	height:20px;
	z-index:3;
	font-size:22px;
	font-weight:500;
	font-family: "Segoe UI";
}
#botonWorkshop {
	position:absolute;
	left:728px;
	top:143px;
	width:51px;
	height:20px;
	z-index:3;
	font-size:22px;
	font-weight:500;
	font-family: "Segoe UI";
}
#divAnimacion {
	position:absolute;
	left:40px;
	top:213px;
	width:372px;
	height:79px;
	z-index:0;
}
#fondoBoton {
	position:absolute;
	left:782px;
	top:213px;
	width:135px;
	height:149px;
	z-index:0;
}
#botonRegistro {
	position:absolute;
	left:812px;
	top:196px;
	width:137px;
	height:92px;
	z-index:0;
}
#botonInformacion {
	position:absolute;
	left:808px;
	top:294px;
	width:141px;
	height:60px;
	z-index:0;
}

#fondoAbajo{
	position:relative;
	background:url(../imagenes/fondoAbajo.gif) no-repeat;
	top: 0%;
	left:0px;
	width:100%;
	z-index: 0;
	height:230px;
	}
/* DIV DE CONTENIDO*/	
#divContenidoCentro {
	position:absolute;
	left:-50px;
	top:380px;
	width:1044px;
	height:300px;
	z-index:10;
}
#contenedor{
	position:relative;
	text-align:center;
	margin-top:50px;
	margin-left:250px;
}
#encabezado{
	position:absolute;
	top:-50px;
	left:0px;
	background-image: url(../imagenes/bordeArriba.gif);
	background-repeat:no-repeat;
	width:758px;
	height:63px;
}
#cuerpo{	
	position:relative;
	background-position:right;
	background-image: url(../imagenes/bordeCentro.gif);
	background-repeat:repeat-y;
	width:758px;
	height:auto;
}
#texto{
	width:auto;
	padding-left:0px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;	
}
#pie{	
	top:100%;
	left:0px;
	background-image: url(../imagenes/bordeAbajo.gif);
	background-repeat:no-repeat;
	width:758px;
	height:63px;
}
* html pie{
	top:auto;
	}
/* FIN DE DIV DE CONTENIDO*/
	
