body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#BDBCBC;
	margin:0px;
	padding:0px;
}
#contenedor{
	position:absolute;
	margin-top:70px;
	width:1000px;
	margin-left: -500px;
	left: 50%;
	/*padding-top:50px;*//*Hay que mover todas las referencias segun lo que pongamos aqui*/
}
#cabecera{
	background-image:url(http://www.inasic.es/img/cabecera.gif);
	width:1002px;
	height:161px;
}
#medio_index{
	background-image:url(http://www.inasic.es/img/medioindex.gif);
	width:1002px;
	height:435px;
}
#medio{
	background-image:url(http://www.inasic.es/img/medio.gif);
	width:1002px;
	height:435px;
}
#mediotrabajos{
	background-image:url(http://www.inasic.es/img/medio2.gif);
	width:1002px;
	height:705px;
}
#pie{
	background-image:url(http://www.inasic.es/img/pie.gif);
	width:1002px;
	height:65px;
}
#menu{
	text-align:right;
	position:absolute;
	top:255px;
	left:65px;
	width:130px;
}
#menu a{
	color:#656060;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#menu a:hover{
	color:#000000;
/*	text-decoration:underline;*/
}
#menu li .actual{
	color:#000000;
}
ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
li{
	line-height: 24px;
	*line-height: 26px;
}
.seguido{
	line-height: 12px;
	margin-top:3px;
	*padding-top:2px;
}
h2{
	position:absolute;
	top:175px;
	text-align:right;
	width:460px;
	font-size:16px;
	margin:0px;
	padding:0px;
}	
#texto{
	position:absolute;
	top:215px;
	left:250px;
	width:730px;
	font-size:12px;
/*	text-indent:35px;*/
	line-height: 20px;
}
#texto li{
	list-style:none;
	padding-left:20px;
	line-height: 17px;
}
#texto a{
	text-decoration:underline;
	color:#000000;
}
.inasic{
	font-size:18px;
	font-weight:bold;
	color:#CA0202;
	text-indent:0px;
}
p{
	margin:0px;
	padding:3px;
}
#fotos{
	float:right;
	padding:10px;
}
.cursiva{
	font-style: italic;	
}
.identado{
	text-indent:35px;
}
img{
	border:0px;
}

