@import url("menu.css");@import url("contenido.css");html, body {	width: 100%;	height: 100%;}body {	margin:0px;	padding:0px;	background: #FFFFFF;}body, div, p, span, td {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;}* {	outline: 0px;}#caja {	position:absolute;	display:block;	/*width: 700px;*/	/*height: 440px;*/	width: 1026px;		height: 628px;		left:50%;	top:50%;	/*margin-left:-350px;*/	margin-left:-513px;	/*margin-top:-220px;*/	margin-top:-314px;	background: #FFFFFF url(../images/caja_fondo.gif) left top repeat;}#cabecera {	position:absolute;	/*left: 10px;*/	left: 130px;	/*top: -19px;*/	top: 75px;	width: 206px;	height: 198px;	font-size: 9px;	text-indent:-1000em;	background: #ACCB11 url(../images/logo.gif) right center no-repeat;*/}#inscripcion {	position:absolute;	top:335px;	left:611px;	width:120px;	height:131px;	border:0px;	background: url(../images/hojadeinscripcion.gif) left top repeat;	z-index:1000;}#titulo {	position: absolute;	/*top: 44px;*/	top: 140px;	/*left: 245px;*/	left:370px;	height: 20px;	width: 360px;	font-size: 18px;	font-weight:bold;	border-bottom: 1px solid #000000;}#texto {	position: absolute;	/*top: 64px;*/	top:170px;	/*left: 245px;*/	left:370px;	height: 330px;	width: 450px;	overflow: hidden;}	#texto #contenido {		position: absolute;		top: 5px;		left: 5px;		height: 320px;		width: 360px;		overflow: hidden;		text-align: justify;		font-size: 12px;	}		#texto #contenido * {			font-size: 12px;		}		#texto #contenido a {			color: #006699;			text-decoration:underline;		}	#texto #cargando {		position:absolute;		left: 140px;		top: 60px;		padding:20px 40px;		background:#FFFFFF;		border: 1px solid #EEEEEE;	}/*#scroll_up {	position:absolute;	top:0px;	right:6px;}#scroll_down {	position:absolute;	bottom:0px;	right:15px;}*/#scroll {	position:absolute;	top: 0px;	left: 400px;	height: 270px;	width: 31px;}	#scroll #icono {		position: absolute;		top:0px;		left:0px;		width: 31px;		height: 47px;	}		#scroll #icono img {			border: 0px;			cursor: move;		}/*para formulario inscripción*/label{	position:relative;	display:block;	/*margin-bottom:10px;*/	color: #5E5C5C;	font-family:Arial, Helvetica, sans-serif;	font-size: 10px;}input {	font-family:Arial, Helvetica, sans-serif;	font-size: 10px;	border:#FFFFFF 0px none;	border-bottom:#333333 1px dotted;}.sin {	border: none;	display:inline;}.tituloins {	font-size:11px;	text-decoration:underline;	font-variant:small-caps;}textarea {	font-family:Arial, Helvetica, sans-serif;	font-size: 10px;	border:#dddddd 1px solid;}.boton {	border:#222222 1px solid;	background-color:#cccccc;}.tablabrd {	border:#222222 1px solid;}
