* { 
margin: 0px;
padding: 0px;
}

	body, html {
	margin:0 0 20px;
	padding:0;
	font: 10px "Verdana", Arial, Helvetica, sans-serif;
	background-color:#999;/*2B89B8*/
	/*background-image:  url('../imatges/fondo.gif'); */
	color: #333;/*333333*/
	}


	/**********************SECCIONES*/
	#web {
	padding: 0px;
	width: 950px;
	text-align: left;
	background-color:#ffffff;
	margin: auto ;
	}

	#header  { 
	width: 950px;
	height: 100px;
	text-align: left;
	padding: 0px;
	background-image:  url('../imatges/logo_roland_space.gif'); 
	background-repeat: no-repeat;
	background-color: #fff; /*4f4f4*/
	z-index:0
	}

	#buscador { 
	width: 160px;        /*decia 150*/
	text-align: left; /*decia left*/
	position:relative;
	float: right;
	margin-right: 5px; /*15*/
	padding: 8px; /*18*/
	}

	#buscador p{ 
	text-align: right;
	}

	div#principal { /*contenido web*/
	position: relative;
	float:left;
	width:950px;
	height:100%;
	padding: 0 0 10px 0; /*decia 0*/
	margin:0;
	border-bottom:1px dashed #DD740B;/*24618E*/
	background-color: #ffffff;
	}

	#rightprincipal{ /*contenido derecha*/
	width: 650px;
	float:right;
	padding:0 5px; /*nueva cosecha*/
	margin: 10px 0 0 0;
	background-repeat: no-repeat;
	min-height: 300px;
	height: 100%;
	}

	#leftprincipal{/*contenido izquierda*/
	margin-right: 200px;
	margin-bottom: 0;
	height:100%;
	padding: 30px 0 0 25px ;  /*nueva cosecha*/
	}

	#leftprincipal img{/*bordes imagen*/
	border: 1px dashed #ccc;
	}

	#rightprincipalhome{ /*contenido derecha*/
	width: 225px;
	float:right;
	}

	#leftprincipalhome{/*contenido izquierda*/
	margin-right: 225px;
	}

	#footer {
	/*text-align: left;*/
	text-align: center;
	margin: 0 auto;
	width:950px;
	clear: both;
	background-color: #ffffff;

	}

	p.center {
	text-align: center;
	}


/*********************** textos *********************/
	p {
	text-align: justify;
	padding:5px;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 10px; 
	}

	h1{
	font-size: 1px; 
	visibility: hidden;
	}	

	h2{
	text-indent: 20px;
	font-size: 12px; 
	color: #258;
	padding: 10px 20px 10px 20px;
	background: url('../img/bullet.gif') no-repeat  20px center ;
	}	

	a {
	text-decoration: none;
	color: #2B89B8;/*ff6600*/
	}
	
	a:hover {
	text-decoration: underline;
	}
/*********************** FIN TEXTOS *********************/



/*- Menu Tabs 3--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      background:#f9f9f9;
      font: 10px;
      line-height:normal;
	  border-bottom:1px dashed #258;

      }
    #tabsG ul {
	  margin:0;
	  padding:12px 12px 0 20px;
	  list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("../tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("../tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  color: #258;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
	  font: #258 bold;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      }  
	/***************************************fin menu tabs 10 ***********************/  


	/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      background:#fff;
      font: 10px "Verdana";
      line-height:normal;
  	  border-bottom:1px dashed #333;
      }
    #tabsG ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("../imatges/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("../imatges/tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff; /* COLOR LINK*/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#fff; /* COLOR LINK HOVER */
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      } 
