 /******************************************************************************************************************************************************/
 /*                                                                              GENERALES                                                             */
/******************************************************************************************************************************************************/
 
body {
	
	margin: 0px 0px 0px 0px;
	background-position:top center; 
	background-repeat:no-repeat;
}						

img {  
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

div {
   /*float:left;*/
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#contenedor {
	/*float:left; comentar para centrar la pagina*/
	float:none;
	width:930px; 
	border:0px solid #f0f; 
	text-align:left;
}


#cabecera {
	float:left;
	width:100%; 
	height:177px;
	margin-top:2px;
	border:0px solid #f0f; 
	text-align:left;
	background-repeat:no-repeat;
	background-position: top left;
}

#pestanas {
	float:left;
	width:100%; 
	height:46px; 
	/*margin-top:103px;*/
}

.pestana_sel {
	float:left;
	width:173px; 
	height:46px; 
	background-image: url(../imagenes/comunes/cabecera/pestanas/seleccionada.png); 
	background-repeat:no-repeat; 
	background-position: top left;
	text-align:center;
	cursor:pointer;
	
}
.pestana {
	float:left;
	width:173px; 
	height:46px; 
	background-image: url(../imagenes/comunes/cabecera/pestanas/no_seleccionada.png); 
	background-repeat:no-repeat; 
	background-position: top left;
	text-align:center;
	cursor:pointer;
}



#contenido {
	float:left; 
	width:100%; 
	text-align:left;
}

#pie {
	float:left; 
	clear:both; 
	width:100%; 
	text-align:left;
	margin-top:18px;
}

.boton_p {
	width:71px; 
	height:17px; 
	text-align:center; 
	background-image:url(../imagenes/comunes/fondo_boton_p.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	padding-top:1px;
	cursor:pointer;
}

.boton_g {
	width:146px; 
	height:34px; 
	text-align:center; 
	background-image:url(../imagenes/comunes/fondo_boton_g.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	padding-top:8px;
	cursor:pointer;	
}

.fondo_gris {
	background-color: #F2F2F2;
}
	


