* { 
margin: 0px;
padding: 0px;
}

	body, html {
	margin:0 0 20px;
	padding:0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #666;/*f4f4f4*/
	/*background-image:  url('../img/fondo2.gif'); */
	color: #333333;

	}


	/**********************SECCIONES*/
	#web {
	padding: 0px;
	width: 950px;
	text-align: left;
	background-color:#ffffff;
	margin: auto ;
	}

	#header  { 
	width: 950px;
	height: 105px;
	text-align: left;
	padding: 0px;
	background-image:  url('../img/planet_header.gif'); 
	background-repeat: no-repeat;
	background-color: #f4F4F4;
	z-index:0
	}

	#buscador { 
	width: 200px;        /*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 solid #DD740B;/*24618E*/
	background-color: #fff;
	}

	#rightprincipal{ /*contenido derecha*/
	width: 700px;
	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: 700px;
	margin-bottom: 0;
	height:100%;
	padding: 30px 0 0 10px ;  /*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: #fff;

	}

	p.center {
	text-align: center;
	}


/*********************** textos *********************/
	p {
	text-align: justify;
	padding:5px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	h1{
	font-size: 1px; 
	visibility: hidden;
	}	

	h2{
	text-indent: 20px;
	font-size: 12px; 
	color: #9D9DA1;
	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 I ************************ */
    #tabsI {
      float:left;
      width:100%;
      background:#f4F4F4;
      /*font-size:93%;*/
      line-height:normal;
	  border-bottom:1px dashed #9D9DA1;
	font: 12px "Trebuchet MS", Verdana,  Arial, Helvetica, sans-serif;
      }

    #tabsI ul {
	margin:0;
	padding: 0px 10px 0 48px;    /* aqui desplazas el menu haica la derecha/arriba \*/
	list-style:none;
      }

    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }

    #tabsI a {
      float:left;
      background:url('../tableftI.gif') no-repeat left top;
      margin:0;
      text-decoration:none; 
     padding:0 0 0 4px;
      }

    #tabsI a span {
      float:left;
      display:block;
      background:url('../tabrightI.gif') no-repeat right top;
      color:#FFF; 
	 padding: 5px 15px 4px 6px;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

/***************************************fin menu tabs I ***********************/  
