/*************************************************************** DEFINICIONES ********************************************************************/

@import url("estilos.css");

body, #container, #cabecera, #cuerpo, #pie {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cabecera, #pie, a.btn_subir, a.btn_bajar {
	display: none !important;
}

/******************************* ESTILOS COMUNES DEL CUERPO *******************************/

.titulo1 { font-weight:bold; color:#709403; }

.titulo2 { font-weight:bold; }

.titulo3 { font-weight:bold; color:#678802; text-decoration:none; }

.centrado { text-align:center; }

a.enlace_texto { text-decoration:underline; color:#668701; }

#marcoScroller {
	overflow: visible;
	top:0px;
	left:0px;	
	width:760px;
}

#textoScroller {
	width:750px;
	top:0px;
	left:0px;
}
.Scroller-Container {
	display:block;
	float:left;
	position:absolute;
	width:750px;
	top:0px;
	left:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:verdana;
	font-size:10px;
	line-height:12pt;
	color:#000000;
	text-decoration:none;
}
