/*----------------------------	css básico para el visualizador de la web de Aragon	version 1.0	autor: Fred Adam 	e.mail: info(at)ubik2.com	website: www.ubik2.com	---------------------------	/*CSS DEL VISUALIZADOR*/body {	 text-align:center;}	/*zona pestañas idiomas*/#Idiomas {  position:absolute;  width:120px;  height: 20px;
  top: 0px;
  left: 5px;  margin:0px auto;  margin-top: 0px;
  background: #fff;
  }
  
ul#main-nav {
font-family:helvetica,arial,sans-serif;
margin:0;
padding:0;
float:left;
border-bottom:0.1em solid #F4860C;
width:100%;
}

ul#main-nav li {
margin:0;
padding:0;
list-style:none;
float:left;
margin:0 0.3em 0 0;
}

ul#main-nav li a {
text-decoration:none;
display:block;
padding:0.3em;
border-bottom:0.4em solid white;
color:black;
background:#fff;
font-size: 12px;
margin-left: 5px;
}

ul#main-nav li a:hover {
border-bottom:0.4em solid #F4860C;
color: #F4860C;
}


	/* FINAL zona pestañas idiomas*/
	#Contenedor {  position:relative;  width:880px;  height: 940px;  margin:0px auto;  margin-top: 30px;  background-color:#FFF;}.stick_com  {  position:absolute;  left:0px;  top:615px;  width:267px;  height: 249px;  margin:0px auto;  margin-top: 0px;	background: #fff url(../imgs/sticker_comp.png) no-repeat scroll 0 0;}.stick_org  {  position:absolute;  left:613px;  top:615px;  width:267px;  height: 249px;  margin:0px auto;  margin-top: 0px;	background: #fff url(../imgs/sticker_orga.png) no-repeat scroll 0 0;}.flecha_naranja {  position:absolute;  left:405px;  top:610px;  width:59px;  height: 79px;  margin:0px auto;  margin-top: 0px;	background: #fff url(../imgs/flecha_naranja.png) no-repeat scroll 0 0;}.bloc_txt_intro {  position:absolute;  left:275px;  top:690px;  width:325px;  height: 100px;  margin:0px auto;  margin-top: 5px;  background-color:#fff;	overflow: hidden;}.bloc_pon_movil {  position:absolute;  left:270px;  top:790px;  width:325px;  height: 50px;  margin:0px auto;  margin-top: 0px;}.bloc_contact{  position:absolute;  left:398px;  top:830px;  width:59px;  height: 21px;  margin:0px auto;  margin-top: 30px;  background-color:#fff;}.bloc_kewords {  position:absolute;  left:0px;  top:865px;  width:880px;  height: 95px;  margin:0px auto;  margin-top: 30px;    background-color:#fff;	overflow: hidden;}.txt_intro {	display: block;	position:absolute;	left:5px;	top:5px;    font-family: Arial, Helvetica, sans-serif;    color: #333;	font-size: 12px;	font-style: normal;    font-weight: bold;	margin: 0;	padding: 0;	text-align: justify;}.txt_piepagina {	font-family: Arial, Helvetica, sans-serif;	color: #000;	font-size: 10px;    font-style: normal;	text-align: center;	font-weight: normal;	margin-left: 20;	margin-right: 20;	padding: 0;	}
