
html {
	margin: 0;
	padding: 0;
	}
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 12px normal Arial, Helvetica, sans-serif;

}

/************************************************** CABECERAS *************************************/

#cabecera{
	margin: 0 auto;
	width: 810px;
	border: #000 0px solid;
}

#cintillo {
	background: url(/junaspro/images/Banner.jpg) no-repeat top left;
	height: 251px;
}

#menu{
	width: 815px;
	margin-top: 0px;

}


#centro{
	background: url(/junaspro/images/linea.jpg) repeat-y;
	height: 615px;  /*TAMAÑO CUERPO*/
	width: 815px;
	margin-top: -10px;

}


#inferior{
	background: url(/junaspro/images/inferior.jpg) no-repeat top left;
	height: 220px;
	width: 810px;
	float: left;
	margin: -40px auto;
	position:relative;
	z-index:-999;

}

.imgmenu{
  margin: -2px;
  border: 0px;
  height: 46px;

}



#centroizquierdo{
	background: url(/junaspro/images/participantes.jpg) no-repeat top left;
	float: left;
	height: 480px;  /*TAMAÑO CUERPO*/
	width: 235px;
	border: #000 0px solid;
	margin-left: 37px;
	margin-top: 8px;
}

#centroderecho{
	float: right;
	height: 650px;  /*TAMAÑO CUERPO*/
	width: 480px;
	border: #000 0px solid;
	margin-right: 50px;
	padding-top: 5px;
}

#texto1{
	font-size:10pt;
	line-height: 14pt;
	text-align: justify;
	font-family: Trebuchet MS;

}

.texto_rojo{
	color: #DA0000;
}

#subtitulo{
	color: #A3A4A8;
}

#subtitulo2{
	position:relative;
	float:left;
	text-align:left;
}
#subtitulo2 a{
	text-decoration:none;
	color: #7C4823;
	font-weight:bold;
}


#textoizquierdo{
	margin-left:40px;
	font-size:13pt;
	line-height: 26pt;
	text-align: justify;
	font-family: Trebuchet MS;
	font-weight:bold;


}

#textoizquierdo a{
	text-decoration:none;
	color: #ffffff;
}

#contenido{
	overflow:auto;
	height:650px;
	padding:-10px 30px 0px 10px;
	font: 95% Trebuchet MS;


}

